- 04 Aug, 2011 3 commits
-
-
Jeff Garzik authored
avoid strAddress + validity checks
-
Jeff Garzik authored
Identify as "Bitcoin + version number" when mapping UPnP port
-
Jeff Garzik authored
Don't listen if on TOR (resolves #441).
-
- 03 Aug, 2011 3 commits
-
-
Matt Corallo authored
-
Matt Corallo authored
-
Pieter Wuille authored
Avoid references to addresses using strings, and use CBitcoinAddress as much as possible. Also added some validity checks on addresses entered using RPC.
-
- 01 Aug, 2011 2 commits
-
-
Pieter Wuille authored
Translation from "Open Bitcoin" to "Verstuur Bitcoins"
-
Johannes Henninger authored
Makes Bitcoin identify itself as "Bitcoin + version number" instead of the nondescript "libminiupnpc" when forwarding a port via UPnP.
-
- 31 Jul, 2011 2 commits
-
-
Gavin Andresen authored
Comment "deprecated"
-
Jeroenz0r authored
-
- 30 Jul, 2011 1 commit
-
-
Han Lin Yap authored
-
- 27 Jul, 2011 2 commits
-
-
Pieter Wuille authored
Fix EncryptKeys crash introduced by a9ba4710, identified by TD.
-
Matt Corallo authored
-
- 26 Jul, 2011 5 commits
-
-
Jeff Garzik authored
Fixes issue #424
-
Pieter Wuille authored
Bugfix: don't overuse limited ExtractAddress
-
Pieter Wuille authored
ExtractAddress was called with the keystore as argument in RPC and UI, limiting results to own keys. This caused empty "address" fields.
-
Pieter Wuille authored
make SetHash160 return a value (as specified in the function signature)
-
Wladimir J. van der Laan authored
-
- 24 Jul, 2011 3 commits
-
-
Jeff Garzik authored
keys indexed by address + introduced CBitcoinaddress
-
Pieter Wuille authored
Fix for small change outputs
-
Pieter Wuille authored
With the separation of CENT and MIN_TX_FEE, it is now reasonable to create change outputs between 0.01 and 0.0005, as these are spendable according to the policy, even though they require a fee to be paid. Also, when enough fee was already present, everything can go into a change output, without further increasing the fee.
-
- 22 Jul, 2011 1 commit
-
-
Jeff Garzik authored
Actually use mapAlreadyAskedFor.
-
- 21 Jul, 2011 1 commit
-
-
Matt Corallo authored
Previously, mapAlreadyAskedFor was read from, but never added to. The original intent was to use mapAlreadyAskedFor to keep track of the time an item was requested and "Each retry is 2 minutes after the last". This implements that intent.
-
- 18 Jul, 2011 4 commits
-
-
Pieter Wuille authored
Cbitcoinaddress
-
Abraham Jewowich authored
Fix typo in CBase58Data::CompareTo
-
Gavin Andresen authored
Updated German translation
-
Gavin Andresen authored
Error in Russian Translation
-
- 17 Jul, 2011 6 commits
-
-
Pieter Wuille authored
Split off features unrelated to addresses from CBitcoinAddress to CBase58Data, so they can be reused.
-
Pieter Wuille authored
Instead of conversion functions between pubkey/uint160/address in base58.h, have a fully fledged class CBitcoinAddress (CAddress was already taken) to represent addresses.
-
Pieter Wuille authored
Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore.
-
Michael Bemmerl authored
-
Michael Bemmerl authored
-
Michael Bemmerl authored
-
- 16 Jul, 2011 2 commits
-
-
Jeff Garzik authored
Update makefile.vc for wallet encryptions.
-
Eric Hosmer authored
-
- 15 Jul, 2011 1 commit
-
-
Jeff Garzik authored
added polish wallet encryption messages
-
- 14 Jul, 2011 4 commits
-
-
Dawid Spiechowicz authored
-
Jeff Garzik authored
Fix bad return values in LoadWallet.
-
Matt Corallo authored
-
Pieter Wuille authored
Single DB transactions
-