aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-10-0932-1433/+1593
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-10-0932-1428/+1588
| | |\| |
| | | * | Update supported translationsLuke Dashjr2012-10-0914-567/+637
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-10-0912-19/+36
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-10-096-13/+27
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-10-093-4/+10
| | | |\|
| | | | * Avoid crashes at shutdown due to printf() in global destructors.Gavin Andresen2012-10-091-2/+8
| | | | * Send --help message to stdout i.s.o stderrWladimir J. van der Laan2012-10-091-1/+1
| | | | * Add a backup warning to the encryptwallet RPC commandkjj22012-10-091-1/+1
| | | * | When encrypting the wallet, warn user that old backups will become useless.Rune K. Svendsen2012-10-091-1/+10
| | | * | toHTML won't add empty wtx.mapValue elementsxanatos2012-10-091-7/+6
| | | * | Update Bugreport Linksfanquake2012-10-094-4/+4
| | | * | Change hotkey for "Send" button to "e" since "S" is already used for "Setting...Philip Kaufmann2012-10-091-1/+1
| | * | | When datadir missing, show messagebox instead of printing error to stderrWladimir J. van der Laan2012-10-091-1/+4
| | * | | additional fix for #1843Philip Kaufmann2012-10-091-1/+1
| | * | | Update Bugreport Linksfanquake2012-10-094-4/+4
| * | | | Update gitignore and Makefiles for build.h move from src/ to src/objGavin Andresen2012-10-094-4/+3
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-171-2/+11
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-09-171-2/+11
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-09-171-2/+11
| | | |\|
| | | | * Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell2012-09-171-2/+11
| * | | | update comment, secure_allocator is defined in allocators.hWladimir J. van der Laan2012-09-171-1/+1
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-1120-88/+94
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-09-1119-56/+62
| | |\| |
| | | * | Update supported translationsLuke Dashjr2012-09-113-10/+13
| | | * | Bugfix: Correct doubled-up & in translations and remove extra spaces ...Luke Dashjr2012-09-101-2/+2
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-111-1/+1
| |\| | |
| | * | | Bugfix: Correct doubled-up & in translations and remove extra spaces ...Luke Dashjr2012-09-105-16/+16
| | * | | Wrong address added to collection in testxanatos2012-09-101-1/+1
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-101-4/+10
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-09-101-4/+10
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-09-101-4/+10
| | | |\|
| | | | * select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik2012-09-101-3/+7
| | | | * Bugfix: Don't consider invalid listening socket in hSocketMaxLuke Dashjr2012-09-101-1/+3
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-0732-18536/+18546
| |\| | |
| | * | | Update supported translationsLuke Dashjr2012-09-0718-5378/+5381
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-09-0614-9608/+9607
| | |\| |
| | | * | Update supported translationsLuke Dashjr2012-09-0613-5464/+5465
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-09-061-1/+1
| | | |\|
| | | | * Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos2012-09-061-1/+1
| | | * | Update supported translationsLuke Dashjr2012-08-2815-5844/+6462
| | * | | Update supported translationsLuke Dashjr2012-08-2830-12678/+12701
| | * | | Update supported translationsLuke Dashjr2012-08-2833-15071/+16364
| * | | | Update supported translationsLuke Dashjr2012-08-2833-23068/+28673
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-08-272-1/+23
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-272-8/+43
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-272-1/+23
| | | |\|
| | | | * Bump version to 0.4.8Luke Dashjr2012-08-271-1/+1
| | | | * Special-case the last alert for alert-key-compromised caseGavin Andresen2012-08-271-0/+22
| | | * | Alert system DoS preventionGavin Andresen2012-08-272-7/+20