| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #2830 from petertodd/p2sh-rpc | Gregory Maxwell | 2013-09-12 | 5 | -38/+69 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Make validateaddress provide redeemScript | Peter Todd | 2013-09-12 | 1 | -0/+1 | |
| | * | | | | | | | | | Add RPC call decodescript | Peter Todd | 2013-09-12 | 4 | -5/+31 | |
| | * | | | | | | | | | Move Parse{Hash|Hex} to be usable by all RPC code | Peter Todd | 2013-09-12 | 3 | -33/+37 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2979 from luke-jr/autoconf | Gregory Maxwell | 2013-09-10 | 10 | -27/+98 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bugfix: Since test_bitcoin is being built and run inside src/test/, try using... | Luke Dashjr | 2013-09-10 | 3 | -3/+6 | |
| | * | | | | | | | | | configure: Prefer specific known-good versions of Qt metacompiler tools | Luke Dashjr | 2013-09-10 | 1 | -4/+4 | |
| | * | | | | | | | | | build-unix.md: Remove now-redundant and unnecessary Gentoo instructions | Luke Dashjr | 2013-09-10 | 1 | -16/+0 | |
| | * | | | | | | | | | configure: Check common include subdirectories for bdb headers, and refuse to... | Luke Dashjr | 2013-09-10 | 5 | -2/+86 | |
| | * | | | | | | | | | autotools: use an absolute path to test data | Cory Fields | 2013-09-10 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt | Gregory Maxwell | 2013-09-10 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Longer term workaround for chainstate corruption from negative versions. | Gregory Maxwell | 2013-09-09 | 1 | -1/+6 | |
| * | | | | | | | | | | Merge pull request #2961 from Diapolo/cosmetic | Wladimir J. van der Laan | 2013-09-09 | 11 | -37/+33 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | fix some cosmetic glitches in the codebase | Philip Kaufmann | 2013-09-09 | 11 | -37/+33 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2968 from TheBlueMatt/master | Gavin Andresen | 2013-09-08 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Don't warn about forks while fIsInitialDownload | Matt Corallo | 2013-09-03 | 1 | -0/+5 | |
| * | | | | | | | | | | Merge pull request #2977 from laanwj/2013_09_release_process_protobuf | Gavin Andresen | 2013-09-08 | 2 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Qt 4.8.3 r2 in gitian and release process | Wladimir J. van der Laan | 2013-09-05 | 2 | -1/+2 | |
| | * | | | | | | | | | Add protobuf 2.5.0 download to gitian release process | Wladimir J. van der Laan | 2013-09-05 | 1 | -0/+3 | |
| * | | | | | | | | | | configure.ac: remove superfluous bracket | Jeff Garzik | 2013-09-07 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge pull request #2943 from theuni/autotools-final | Jeff Garzik | 2013-09-06 | 59 | -1508/+3527 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | autotools: switch to autotools buildsystem | Cory Fields | 2013-09-05 | 59 | -1508/+3527 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2976 from laanwj/2013_09_txid_details | Wladimir J. van der Laan | 2013-09-06 | 5 | -9/+19 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | qt: add vout index to transaction id in transactions details dialog | Wladimir J. van der Laan | 2013-09-06 | 5 | -9/+19 | |
| * | | | | | | | | | | | Merge pull request #2973 from Diapolo/qDebug | Wladimir J. van der Laan | 2013-09-06 | 7 | -52/+67 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Bitcoin-Qt: Use qDebug() for printing to debug.log | Philip Kaufmann | 2013-09-06 | 7 | -52/+67 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2978 from gmaxwell/rpc_settxfee_doc | Gavin Andresen | 2013-09-05 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Make settxfee clear that units are btc/kb. | Gregory Maxwell | 2013-09-05 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2944 from gavinandresen/acceptheader | Gavin Andresen | 2013-09-03 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Set Accept: application/bitcoin-paymentrequest header | Gavin Andresen | 2013-08-28 | 1 | -0/+4 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2948 from jgarzik/changeaddr | Gregory Maxwell | 2013-09-02 | 3 | -0/+25 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | RPC: add getrawchangeaddress, for raw transaction change destinations | Jeff Garzik | 2013-08-28 | 3 | -0/+25 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2958 from laanwj/2013_08_txfee2 | Wladimir J. van der Laan | 2013-09-02 | 7 | -47/+207 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | qt: Display txfee in first sendCoinsDialog message box | Jonas Schnelli | 2013-08-31 | 7 | -47/+207 | |
| * | | | | | | | | | Merge pull request #2967 from tstranex/master | Pieter Wuille | 2013-09-02 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix typo in a comment: it's base58, not base48. | Timothy Stranex | 2013-09-02 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2951 from laanwj/2013_08_addressbook_purpose | Wladimir J. van der Laan | 2013-09-02 | 7 | -33/+54 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | qt: Handle address purpose in incremental updates | Wladimir J. van der Laan | 2013-08-29 | 7 | -33/+54 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2963 from Diapolo/log-qt | Wladimir J. van der Laan | 2013-09-02 | 1 | -9/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bitcoin-Qt: allow to differentiate Qt log entries from core | Philip Kaufmann | 2013-08-31 | 1 | -9/+8 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2959 from jmcorgan/fix-typo | Pieter Wuille | 2013-08-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | fix the typo fix in linearize.py | Johnathan Corgan | 2013-08-30 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2957 from Rav3nPL/patch-1 | Wladimir J. van der Laan | 2013-08-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fix help prompt | Rav3nPL | 2013-08-30 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2955 from laanwj/2013_08_htmlescape | Wladimir J. van der Laan | 2013-08-30 | 1 | -10/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | qt: Use GUIUtil::HtmlEscape to escape HTML | Wladimir J. van der Laan | 2013-08-30 | 1 | -10/+2 | |
| * | | | | | | | | | contrib/misc/mkbootstrap: rename to linearize.py | Jeff Garzik | 2013-08-30 | 2 | -0/+3 | |
| * | | | | | | | | | Merge branch 'mkbootstrap' | Jeff Garzik | 2013-08-30 | 2 | -0/+138 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Add "mkbootstrap" script to contrib, for creating bootstrap.dat. | Jeff Garzik | 2013-08-30 | 2 | -0/+138 | |
| * | | | | | | | | | qt: Add comment to sorting step in refreshAddressTable | Wladimir J. van der Laan | 2013-08-30 | 1 | -0/+2 | |
| |/ / / / / / / / | ||||||