Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-24 | Merge pull request #403 from sipa/cbitcoinaddress | Jeff Garzik | |
keys indexed by address + introduced CBitcoinaddress | |||
2011-07-24 | Merge pull request #428 from sipa/mintxfeefix | Pieter Wuille | |
Fix for small change outputs | |||
2011-07-24 | Fix for small change outputs | Pieter Wuille | |
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. | |||
2011-07-21 | Merge pull request #423 from TheBlueMatt/mapalreadyaskedforfix | Jeff Garzik | |
Actually use mapAlreadyAskedFor. | |||
2011-07-21 | Actually use mapAlreadyAskedFor. | Matt Corallo | |
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. | |||
2011-07-18 | Merge pull request #1 from AbrahamJewowich/cbitcoinaddress | Pieter Wuille | |
Cbitcoinaddress | |||
2011-07-18 | Fix bug with accessing vchData[0] when vchData is empty. | Abraham Jewowich | |
Fix typo in CBase58Data::CompareTo | |||
2011-07-17 | Merge pull request #419 from mibe/translation-de | Gavin Andresen | |
Updated German translation | |||
2011-07-17 | Merge pull request #395 from mibe/issue-395 | Gavin Andresen | |
Error in Russian Translation | |||
2011-07-17 | split off CBase58Data from CBitcoinAddress | Pieter Wuille | |
Split off features unrelated to addresses from CBitcoinAddress to CBase58Data, so they can be reused. | |||
2011-07-17 | Use CBitcoinAddress instead of string/uint160 | Pieter Wuille | |
Instead of conversion functions between pubkey/uint160/address in base58.h, have a fully fledged class CBitcoinAddress (CAddress was already taken) to represent addresses. | |||
2011-07-17 | get rid of mapPubKeys | Pieter Wuille | |
Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore. | |||
2011-07-17 | Changed Russian translation according to comment in issue 395 | Michael Bemmerl | |
2011-07-17 | Added German wallet encryption messages translation. | Michael Bemmerl | |
2011-07-17 | Basically some grammatical fixes of the German translation. | Michael Bemmerl | |
2011-07-15 | Merge pull request #418 from EricJ2190/master | Jeff Garzik | |
Update makefile.vc for wallet encryptions. | |||
2011-07-15 | Added crypter to makefile.vc. | Eric Hosmer | |
2011-07-14 | Merge pull request #414 from spiechu/polish-translation | Jeff Garzik | |
added polish wallet encryption messages | |||
2011-07-14 | added polish wallet encryption messages | Dawid Spiechowicz | |
2011-07-14 | Merge pull request #413 from TheBlueMatt/loadwalletret | Jeff Garzik | |
Fix bad return values in LoadWallet. | |||
2011-07-14 | Fix bad return values in LoadWallet. | Matt Corallo | |
2011-07-14 | Merge pull request #412 from sgimenez/db-transactions | Pieter Wuille | |
Single DB transactions | |||
2011-07-14 | Single DB transaction for addresses from DNS seeds | Stéphane Gimenez | |
2011-07-13 | Merge pull request #411 from TheBlueMatt/master | Gavin Andresen | |
Fix Build in GetReservedKey() in wallet.cpp | |||
2011-07-14 | Fix Build in GetReservedKey() in wallet.cpp | Matt Corallo | |
2011-07-13 | Merge pull request #410 from TheBlueMatt/master | Gavin Andresen | |
Generate Warning when using default key. | |||
2011-07-14 | Single DB transaction for all addresses in a message | Patrick Varilly | |
Cuts disk activity at startup immensely | |||
2011-07-14 | Generate Warning when using default key. | Matt Corallo | |
2011-07-13 | Merge pull request #409 from TheBlueMatt/master | Jeff Garzik | |
Fix crashes when a wallet is locked and GetReservedKey() is called | |||
2011-07-14 | Fix crashes when a wallet is locked and GetReservedKey() is called | Matt Corallo | |
2011-07-13 | Merge pull request #406 from muggenhor/warning-fixes | Jeff Garzik | |
Warning fixes | |||
2011-07-13 | Merge pull request #405 from sipa/syncdefault | Jeff Garzik | |
Bugfix: add autogenerated addresses to address book | |||
2011-07-13 | fix warning: control reaches end of non-void function [-Wreturn-type] | Giel van Schijndel | |
Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warning: variable ‘nMinDepth’ set but not used ↵ | Giel van Schijndel | |
[-Wunused-but-set-variable] Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | Merge pull request #404 from TheBlueMatt/newenc | Pieter Wuille | |
Fix makefile.linux-mingw | |||
2011-07-13 | Fix makefile.linux-mingw | Matt Corallo | |
2011-07-13 | Bugfix: add autogenerated addresses to address book | Pieter Wuille | |
2011-07-13 | doc/README: word wrap into something readable | Jeff Garzik | |
2011-07-13 | Bump version to 0.3.25 | Jeff Garzik | |
Yes, we might release as v0.4, but let's just do a simple increment for now. | |||
2011-07-13 | Update CWallet::LoadWallet for proper return type. | Jeff Garzik | |
2011-07-12 | Merge pull request #399 from muggenhor/warning-fixes | Jeff Garzik | |
Warning fixes | |||
2011-07-13 | fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] | Giel van Schijndel | |
Only declare & define SigIllHandlerSSE2 when its used. Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warning: unused variable 'X' [-Wunused-variable] | Giel van Schijndel | |
Remove several unused variables. Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warning: X enumeration values not handled in switch [-Wswitch-enum] | Giel van Schijndel | |
Add default cases to opcode switches to assert that they should never occur. Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warning: comparison of unsigned expression < 0 is always false ↵ | Giel van Schijndel | |
[-Wtautological-compare] Don't check for a negative parameter count, because not only will it never happen, it doesn't make any sense either. Invalid sockets (as returned by socket(2)) are always exactly -1 (not just negative as negative file descriptors are technically not prohibited by POSIX) on POSIX systems. Since we store them in SOCKET (unsigned int), however, that really is ~0U (or MAX_UINT) which happens to be what INVALID_SOCKET is already defined to, so an additional check for being negative is not only unnecessary (unsigned integers aren't *ever* negative) its redundant as well (the INVALID_SOCKET comparison is enough). Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warnings: using the result of an assignment as a condition without ↵ | Giel van Schijndel | |
parentheses [-Wparentheses] Don't unnecessarily assign to variables within the *boolean* expression of a conditional. Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warnings: expression result unused [-Wunused-value] | Giel van Schijndel | |
In the assert()s take advantage of the fact that string constants ("string") are effectively of type 'const char []', which when used in an expression yield a non-NULL pointer. An assertion that should always fail can thus be formulated as: assert(!"fail); An assertion where a text message should be added to the expression can be written as such: assert("message" && expression); Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-13 | fix warning on 64bit systems: cast to pointer from integer of different size ↵ | Giel van Schijndel | |
[-Wint-to-pointer-cast] Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2011-07-12 | Update makefile.linux-mingw to work with crypter and UPnP fix. | Matt Corallo | |
2011-07-12 | Merge pull request #381 from TheBlueMatt/nminversion | Jeff Garzik | |
Add minversion to wallet. |