aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Skip unspendable outputs in consistency checkPieter Wuille2013-09-242-5/+10
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2791 from sipa/provepruneGavin Andresen2013-09-232-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prune provably-unspendable outputsPieter Wuille2013-07-102-1/+14
* | | | | | | | | | Merge pull request #3016 from sipa/lowsPieter Wuille2013-09-231-9/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use 'low S' as malleability breaker rather than 'even S'Pieter Wuille2013-09-201-9/+11
* | | | | | | | | | | Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen2013-09-224-5/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell2013-08-284-5/+15
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2995 from Diapolo/GUI_messageWladimir J. van der Laan2013-09-201-14/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bitcoin-Qt: BitcoinGUI::message() updates/fixesPhilip Kaufmann2013-09-141-14/+21
* | | | | | | | | | | | fix some printf -> LogPrintf leftoversPhilip Kaufmann2013-09-203-14/+6
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Bugfix: nHeightLast instead of nHeightFirstPieter Wuille2013-09-191-1/+1
* | | | | | | | | | | Fix minor unit test memory leaksPieter Wuille2013-09-192-0/+5
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | qt: english translation updateWladimir J. van der Laan2013-09-181-53/+144
* | | | | | | | | | Add src/.gitignore: ignore src/test_bitcoinJeff Garzik2013-09-181-0/+3
* | | | | | | | | | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-1829-392/+374
* | | | | | | | | | Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-185-8/+16
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-169-70/+64
* | | | | | | | | Merge pull request #3000 from gmaxwell/more_osx_fsyncJeff Garzik2013-09-161-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | More fixes for blockchain corruption on OSX.Gregory Maxwell2013-09-151-0/+2
* | | | | | | | | | autotools: fix a parallel build race condition spotted by the pull-testerCory Fields2013-09-161-6/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2996 from theuni/qt-translationGavin Andresen2013-09-142-16/+32
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | autotools: add translate target for qt translationsCory Fields2013-09-142-0/+12
| * | | | | | | | autotools: rearrange qt sources to make them more flexibleCory Fields2013-09-141-16/+20
* | | | | | | | | Make validateaddress provide redeemScriptPeter Todd2013-09-121-0/+1
* | | | | | | | | Add RPC call decodescriptPeter Todd2013-09-124-5/+31
* | | | | | | | | Move Parse{Hash|Hex} to be usable by all RPC codePeter Todd2013-09-123-33/+37
|/ / / / / / / /
* | | | | | | | Merge pull request #2979 from luke-jr/autoconfGregory Maxwell2013-09-108-5/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...Luke Dashjr2013-09-103-3/+6
| * | | | | | | | configure: Check common include subdirectories for bdb headers, and refuse to...Luke Dashjr2013-09-104-0/+84
| * | | | | | | | autotools: use an absolute path to test dataCory Fields2013-09-101-2/+2
* | | | | | | | | Merge pull request #2982 from gmaxwell/20130908_ccoins_corruptGregory Maxwell2013-09-101-1/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Longer term workaround for chainstate corruption from negative versions.Gregory Maxwell2013-09-091-1/+6
* | | | | | | | | fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-0910-36/+32
|/ / / / / / / /
* | | | | | | | Merge pull request #2968 from TheBlueMatt/masterGavin Andresen2013-09-081-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Don't warn about forks while fIsInitialDownloadMatt Corallo2013-09-031-0/+5
* | | | | | | | Merge pull request #2943 from theuni/autotools-finalJeff Garzik2013-09-0634-670/+1933
|\ \ \ \ \ \ \ \
| * | | | | | | | autotools: switch to autotools buildsystemCory Fields2013-09-0534-670/+1933
* | | | | | | | | Merge pull request #2976 from laanwj/2013_09_txid_detailsWladimir J. van der Laan2013-09-065-9/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan2013-09-065-9/+19
* | | | | | | | | | Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann2013-09-067-52/+67
|/ / / / / / / / /
* / / / / / / / / Make settxfee clear that units are btc/kb.Gregory Maxwell2013-09-051-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #2944 from gavinandresen/acceptheaderGavin Andresen2013-09-031-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Set Accept: application/bitcoin-paymentrequest headerGavin Andresen2013-08-281-0/+4
| |/ / / / / /
* | | | | | | Merge pull request #2948 from jgarzik/changeaddrGregory Maxwell2013-09-023-0/+25
|\ \ \ \ \ \ \
| * | | | | | | RPC: add getrawchangeaddress, for raw transaction change destinationsJeff Garzik2013-08-283-0/+25
| |/ / / / / /
* | | | | | | Merge pull request #2958 from laanwj/2013_08_txfee2Wladimir J. van der Laan2013-09-026-45/+203
|\ \ \ \ \ \ \
| * | | | | | | qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli2013-08-316-45/+203
* | | | | | | | Fix typo in a comment: it's base58, not base48.Timothy Stranex2013-09-021-2/+2
* | | | | | | | Merge pull request #2951 from laanwj/2013_08_addressbook_purposeWladimir J. van der Laan2013-09-027-33/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | qt: Handle address purpose in incremental updatesWladimir J. van der Laan2013-08-297-33/+54
| | |_|_|_|_|/ / | |/| | | | | |