aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/ /
* | | Network stack refactorPieter Wuille2012-01-0620-546/+1039
* | | 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-031-5/+0
|\ \ \ \ \
| * | | | | 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
| |_|/ / |/| | |
* | | | 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
|/ /
* | 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
* | Merge pull request #629 from sje397/masterWladimir J. van der Laan2011-12-239-0/+403
|\ \
| * | Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje3972011-12-209-0/+403
* | | Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-227-18/+20
* | | Back out testnet default address change, it breaks accounts on old wallets.Gavin Andresen2011-12-221-3/+1
* | | Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-2157-525/+441
* | | Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-2057-441/+525
* | | Merge pull request #677 from luke-jr/minfee_modesGavin Andresen2011-12-203-5/+13
|\ \ \
| * | | GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr2011-12-143-5/+13
| * | | Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr2011-12-141-1/+1
* | | | Merge branch 'op_eval'Gavin Andresen2011-12-2027-460/+1615
|\ \ \ \
| * | | | include util.h to get SecureString definition.Gavin Andresen2011-12-201-0/+1
| * | | | Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen2011-12-193-12/+25
| * | | | Fix logic for IsChange() for send-to-self transactions.Gavin Andresen2011-12-191-1/+1
| * | | | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-1914-177/+177
| * | | | Interpret OP_EVAL as OP_NOP until Feb 1, 2012Gavin Andresen2011-12-192-3/+63
| * | | | Disable addmultisigaddress if not testnetGavin Andresen2011-12-191-0/+2
| * | | | Put OP_EVAL string in coinbase of generated blocksGavin Andresen2011-12-192-5/+12