aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen2012-01-1211-30/+29
|/ / / / /
* / / / / Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from...Gavin Andresen2012-01-125-245/+7
|/ / / /
* | | | Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen2012-01-122-1/+20
|\ \ \ \
| * | | | -blocknotify=command argument, implemented using system() and boost::threadGavin Andresen2012-01-032-1/+20
| |/ / /
* | | | Merge pull request #649 from sipa/comprpubkeyPieter Wuille2012-01-108-53/+228
|\ \ \ \
| * | | | Unit tests for EC key routinesPieter Wuille2012-01-091-0/+138
| * | | | Compact signatures with compressed pubkeysPieter Wuille2012-01-091-3/+11
| * | | | Compressed pubkeysPieter Wuille2012-01-097-50/+79
* | | | | Merge pull request #752 from luke-jr/qt_txnidWladimir J. van der Laan2012-01-101-0/+2
|\ \ \ \ \
| * | | | | Qt: Show transaction ID in detailsLuke Dashjr2012-01-101-0/+2
* | | | | | Remove unused definitionPieter Wuille2012-01-091-1/+0
|/ / / / /
* | | | | Merge pull request #746 from laanwj/tdesc_roGavin Andresen2012-01-091-0/+3
|\ \ \ \ \
| * | | | | make transaction description read-only (UI fix)Wladimir J. van der Laan2012-01-061-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #750 from TheBlueMatt/anonymousGavin Andresen2012-01-093-3/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove mentions on anonymity in debian folder.Matt Corallo2012-01-073-3/+12
|/ / / /
* | | | Merge pull request #735 from sipa/netbasePieter Wuille2012-01-0721-546/+1041
|\ \ \ \
| * | | | Network stack refactorPieter Wuille2012-01-0621-546/+1041
|/ / / /
* | | | Merge pull request #740 from TheBlueMatt/perfGavin Andresen2012-01-051-1/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Fix horrific performance found by gmaxwell.Matt Corallo2012-01-041-1/+33
|/ / /
* | | Merge pull request #731 from laanwj/txshowfixGavin Andresen2012-01-034-33/+31
|\ \ \
| * | | Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...Wladimir J. van der Laan2011-12-284-33/+31
* | | | Merge branch 'getblock'Gavin Andresen2012-01-032-27/+94
|\ \ \ \
| * | | | New RPC commands: getblockhash and getblockGavin Andresen2011-12-232-27/+94
* | | | | I broke -testnet with my TOR option-parsing fixes.Gavin Andresen2012-01-031-1/+1
* | | | | Merge pull request #741 from laanwj/typo734fixGavin Andresen2012-01-0315-16/+16
|\ \ \ \ \
| * | | | | Fix typo (#734)Wladimir J. van der Laan2012-01-0315-16/+16
* | | | | | Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoinGavin Andresen2012-01-032-2/+5
|\ \ \ \ \ \
| * | | | | | make sure IsMine only returns true when we own all keyscoderrr2012-01-032-2/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2012-01-035-10/+26
|\ \ \ \ \ \
| * | | | | | Add QR Code support to Win32 Gitian build.Matt Corallo2011-12-252-3/+23
| * | | | | | Fix Linux gitian descriptor to use QRCode support.Matt Corallo2011-12-231-2/+2
| * | | | | | Add libqrencode-dev to the debian/ubuntu apt-get lines.Matt Corallo2011-12-231-0/+1
| * | | | | | No reason to have any qrcode stuff in the bitcoind osx makefile.Matt Corallo2011-12-231-5/+0
| | |_|/ / / | |/| | | |
* | | | | | Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-035-45/+86
| |_|/ / / |/| | | |
* | | | | Merge pull request #738 from sipa/dnsseed-fixPieter Wuille2012-01-021-26/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix some address-handling deadlocksPieter Wuille2012-01-031-26/+33
|/ / / /
* | | | Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoinGavin Andresen2011-12-271-1/+1
|\ \ \ \
| * | | | Fix OP_EVAL recursion depth countingWladimir J. van der Laan2011-12-271-1/+1
* | | | | Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee...Gavin Andresen2011-12-271-19/+53
|/ / / /
* | | | Check all prevout.n if one transaction provides multiple inputsGavin Andresen2011-12-251-1/+9
* | | | assert condition in previous commit was backwardsGavin Andresen2011-12-251-1/+1
* | | | Check for valid prevout.n in FetchInputs.Gavin Andresen2011-12-251-0/+4
* | | | Be more conservative: check all transactions in blocks after last checkpoint.Gavin Andresen2011-12-231-5/+4
|/ / /
* | | Merge pull request #723 from TheBlueMatt/gitianfixWladimir J. van der Laan2011-12-231-1/+1
|\ \ \
| * | | Fix #722.Matt Corallo2011-12-231-1/+1
* | | | Merge pull request #683 from laanwj/ui_copy_amountWladimir J. van der Laan2011-12-2311-65/+144
|\ \ \ \
| * | | | Copy amount to clipboard (implements #657)Wladimir J. van der Laan2011-12-234-23/+43
| * | | | Add context menu for address book page (implements part 1 of issue #648)Wladimir J. van der Laan2011-12-232-10/+69
| * | | | Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan2011-12-235-30/+31
| * | | | Comments updateWladimir J. van der Laan2011-12-233-2/+1
|/ / / /