| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Compile with extra warnings turned on. And more makefile/code tidying up. | Gavin Andresen | 2012-01-12 | 11 | -30/+29 | |
| |/ / / / / | ||||||
| * / / / / | Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from... | Gavin Andresen | 2012-01-12 | 5 | -245/+7 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #743 from gavinandresen/blocknotify | Gavin Andresen | 2012-01-12 | 2 | -1/+20 | |
| |\ \ \ \ | ||||||
| | * | | | | -blocknotify=command argument, implemented using system() and boost::thread | Gavin Andresen | 2012-01-03 | 2 | -1/+20 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #649 from sipa/comprpubkey | Pieter Wuille | 2012-01-10 | 8 | -53/+228 | |
| |\ \ \ \ | ||||||
| | * | | | | Unit tests for EC key routines | Pieter Wuille | 2012-01-09 | 1 | -0/+138 | |
| | * | | | | Compact signatures with compressed pubkeys | Pieter Wuille | 2012-01-09 | 1 | -3/+11 | |
| | * | | | | Compressed pubkeys | Pieter Wuille | 2012-01-09 | 7 | -50/+79 | |
| * | | | | | Merge pull request #752 from luke-jr/qt_txnid | Wladimir J. van der Laan | 2012-01-10 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Qt: Show transaction ID in details | Luke Dashjr | 2012-01-10 | 1 | -0/+2 | |
| * | | | | | | Remove unused definition | Pieter Wuille | 2012-01-09 | 1 | -1/+0 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #746 from laanwj/tdesc_ro | Gavin Andresen | 2012-01-09 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | make transaction description read-only (UI fix) | Wladimir J. van der Laan | 2012-01-06 | 1 | -0/+3 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #750 from TheBlueMatt/anonymous | Gavin Andresen | 2012-01-09 | 3 | -3/+12 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Remove mentions on anonymity in debian folder. | Matt Corallo | 2012-01-07 | 3 | -3/+12 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #735 from sipa/netbase | Pieter Wuille | 2012-01-07 | 21 | -546/+1041 | |
| |\ \ \ \ | ||||||
| | * | | | | Network stack refactor | Pieter Wuille | 2012-01-06 | 21 | -546/+1041 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #740 from TheBlueMatt/perf | Gavin Andresen | 2012-01-05 | 1 | -1/+33 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Fix horrific performance found by gmaxwell. | Matt Corallo | 2012-01-04 | 1 | -1/+33 | |
| |/ / / | ||||||
| * | | | Merge pull request #731 from laanwj/txshowfix | Gavin Andresen | 2012-01-03 | 4 | -33/+31 | |
| |\ \ \ | ||||||
| | * | | | Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar... | Wladimir J. van der Laan | 2011-12-28 | 4 | -33/+31 | |
| * | | | | Merge branch 'getblock' | Gavin Andresen | 2012-01-03 | 2 | -27/+94 | |
| |\ \ \ \ | ||||||
| | * | | | | New RPC commands: getblockhash and getblock | Gavin Andresen | 2011-12-23 | 2 | -27/+94 | |
| * | | | | | I broke -testnet with my TOR option-parsing fixes. | Gavin Andresen | 2012-01-03 | 1 | -1/+1 | |
| * | | | | | Merge pull request #741 from laanwj/typo734fix | Gavin Andresen | 2012-01-03 | 15 | -16/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix typo (#734) | Wladimir J. van der Laan | 2012-01-03 | 15 | -16/+16 | |
| * | | | | | | Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoin | Gavin Andresen | 2012-01-03 | 2 | -2/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | make sure IsMine only returns true when we own all keys | coderrr | 2012-01-03 | 2 | -2/+5 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2012-01-03 | 5 | -10/+26 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add QR Code support to Win32 Gitian build. | Matt Corallo | 2011-12-25 | 2 | -3/+23 | |
| | * | | | | | | Fix Linux gitian descriptor to use QRCode support. | Matt Corallo | 2011-12-23 | 1 | -2/+2 | |
| | * | | | | | | Add libqrencode-dev to the debian/ubuntu apt-get lines. | Matt Corallo | 2011-12-23 | 1 | -0/+1 | |
| | * | | | | | | No reason to have any qrcode stuff in the bitcoind osx makefile. | Matt Corallo | 2011-12-23 | 1 | -5/+0 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Fix issue #659, and cleanup wallet/command-line argument handling a bit | Gavin Andresen | 2012-01-03 | 5 | -45/+86 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge pull request #738 from sipa/dnsseed-fix | Pieter Wuille | 2012-01-02 | 1 | -26/+33 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix some address-handling deadlocks | Pieter Wuille | 2012-01-03 | 1 | -26/+33 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin | Gavin Andresen | 2011-12-27 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix OP_EVAL recursion depth counting | Wladimir J. van der Laan | 2011-12-27 | 1 | -1/+1 | |
| * | | | | | Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee... | Gavin Andresen | 2011-12-27 | 1 | -19/+53 | |
| |/ / / / | ||||||
| * | | | | Check all prevout.n if one transaction provides multiple inputs | Gavin Andresen | 2011-12-25 | 1 | -1/+9 | |
| * | | | | assert condition in previous commit was backwards | Gavin Andresen | 2011-12-25 | 1 | -1/+1 | |
| * | | | | Check for valid prevout.n in FetchInputs. | Gavin Andresen | 2011-12-25 | 1 | -0/+4 | |
| * | | | | Be more conservative: check all transactions in blocks after last checkpoint. | Gavin Andresen | 2011-12-23 | 1 | -5/+4 | |
| |/ / / | ||||||
| * | | | Merge pull request #723 from TheBlueMatt/gitianfix | Wladimir J. van der Laan | 2011-12-23 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix #722. | Matt Corallo | 2011-12-23 | 1 | -1/+1 | |
| * | | | | Merge pull request #683 from laanwj/ui_copy_amount | Wladimir J. van der Laan | 2011-12-23 | 11 | -65/+144 | |
| |\ \ \ \ | ||||||
| | * | | | | Copy amount to clipboard (implements #657) | Wladimir J. van der Laan | 2011-12-23 | 4 | -23/+43 | |
| | * | | | | Add context menu for address book page (implements part 1 of issue #648) | Wladimir J. van der Laan | 2011-12-23 | 2 | -10/+69 | |
| | * | | | | Move HtmlEscape (escape for qt rich text controls) to qt gui utilities | Wladimir J. van der Laan | 2011-12-23 | 5 | -30/+31 | |
| | * | | | | Comments update | Wladimir J. van der Laan | 2011-12-23 | 3 | -2/+1 | |
| |/ / / / | ||||||