aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #428 from sipa/mintxfeefixPieter Wuille2011-07-241-3/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Fix for small change outputsPieter Wuille2011-07-241-3/+11
|/ / / / / / / /
* | | | | | | | Merge pull request #423 from TheBlueMatt/mapalreadyaskedforfixJeff Garzik2011-07-211-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Actually use mapAlreadyAskedFor.Matt Corallo2011-07-211-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #419 from mibe/translation-deGavin Andresen2011-07-172-443/+551
|\ \ \ \ \ \ \ \
| * | | | | | | | Added German wallet encryption messages translation.Michael Bemmerl2011-07-172-432/+539
| * | | | | | | | Basically some grammatical fixes of the German translation.Michael Bemmerl2011-07-172-21/+22
| |/ / / / / / /
* | | | | | | | Merge pull request #395 from mibe/issue-395Gavin Andresen2011-07-172-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Changed Russian translation according to comment in issue 395Michael Bemmerl2011-07-172-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #418 from EricJ2190/masterJeff Garzik2011-07-151-3/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Added crypter to makefile.vc.Eric Hosmer2011-07-151-3/+6
|/ / / / / /
* | | | | | Merge pull request #414 from spiechu/polish-translationJeff Garzik2011-07-141-211/+317
|\ \ \ \ \ \
| * | | | | | added polish wallet encryption messagesDawid Spiechowicz2011-07-141-211/+317
|/ / / / / /
* | | | | | Merge pull request #413 from TheBlueMatt/loadwalletretJeff Garzik2011-07-141-3/+3
|\ \ \ \ \ \
| * | | | | | Fix bad return values in LoadWallet.Matt Corallo2011-07-141-3/+3
|/ / / / / /
* | | | | | Merge pull request #412 from sgimenez/db-transactionsPieter Wuille2011-07-143-6/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Single DB transaction for addresses from DNS seedsStéphane Gimenez2011-07-141-1/+5
| * | | | | Single DB transaction for all addresses in a messagePatrick Varilly2011-07-143-5/+17
* | | | | | Merge pull request #411 from TheBlueMatt/masterGavin Andresen2011-07-131-1/+1
|\ \ \ \ \ \
| * | | | | | Fix Build in GetReservedKey() in wallet.cppMatt Corallo2011-07-141-1/+1
* | | | | | | Merge pull request #410 from TheBlueMatt/masterGavin Andresen2011-07-131-0/+3
|\| | | | | |
| * | | | | | Generate Warning when using default key.Matt Corallo2011-07-141-0/+3
* | | | | | | Merge pull request #409 from TheBlueMatt/masterJeff Garzik2011-07-131-1/+4
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | Fix crashes when a wallet is locked and GetReservedKey() is calledMatt Corallo2011-07-141-1/+4
|/ / / / /
* | | | | Merge pull request #406 from muggenhor/warning-fixesJeff Garzik2011-07-132-2/+3
|\ \ \ \ \
| * | | | | fix warning: control reaches end of non-void function [-Wreturn-type]Giel van Schijndel2011-07-131-0/+1
| * | | | | fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-vari...Giel van Schijndel2011-07-131-2/+2
* | | | | | Merge pull request #405 from sipa/syncdefaultJeff Garzik2011-07-131-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bugfix: add autogenerated addresses to address bookPieter Wuille2011-07-131-0/+3
* | | | | | Merge pull request #404 from TheBlueMatt/newencPieter Wuille2011-07-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix makefile.linux-mingwMatt Corallo2011-07-131-1/+1
|/ / / / /
* | | | | doc/README: word wrap into something readableJeff Garzik2011-07-131-30/+35
* | | | | Bump version to 0.3.25Jeff Garzik2011-07-135-8/+8
* | | | | Update CWallet::LoadWallet for proper return type.Jeff Garzik2011-07-133-5/+6
* | | | | Merge pull request #399 from muggenhor/warning-fixesJeff Garzik2011-07-1211-20/+18
|\ \ \ \ \
| * | | | | fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]Giel van Schijndel2011-07-131-1/+1
| * | | | | fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel2011-07-134-7/+1
| * | | | | fix warning: X enumeration values not handled in switch [-Wswitch-enum]Giel van Schijndel2011-07-131-0/+2
| * | | | | fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...Giel van Schijndel2011-07-132-2/+2
| * | | | | fix warnings: using the result of an assignment as a condition without parent...Giel van Schijndel2011-07-131-3/+5
| * | | | | fix warnings: expression result unused [-Wunused-value]Giel van Schijndel2011-07-134-6/+6
| * | | | | fix warning on 64bit systems: cast to pointer from integer of different size ...Giel van Schijndel2011-07-131-1/+1
|/ / / / /
* | | | | Update makefile.linux-mingw to work with crypter and UPnP fix.Matt Corallo2011-07-121-17/+12
* | | | | Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik2011-07-124-9/+32
|\ \ \ \ \
| * | | | | Add minversion to wallet.Matt Corallo2011-07-054-9/+32
* | | | | | Merge pull request #402 from jayschwa/hirez-iconJeff Garzik2011-07-121-0/+0
|\ \ \ \ \ \
| * | | | | | Increase resolution of Windows icon.Jay Weisskopf2011-07-121-0/+0
* | | | | | | Merge pull request #396 from jayschwa/nsis-brandingJeff Garzik2011-07-123-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Remove NSIS branding from bottom divider.Jay Weisskopf2011-07-121-0/+1
| * | | | | | | Set default compression for NSIS installer to LZMA.Jay Weisskopf2011-07-111-0/+1