| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [Qt] update paymentserver license and cleanup ordering | Philip Kaufmann | 2014-12-08 | 4 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | [Qt] add BIP70 DoS protection test | Philip Kaufmann | 2014-12-08 | 2 | -1/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | [Qt] add BIP70 payment request size DoS protection for URIs | Philip Kaufmann | 2014-12-08 | 2 | -13/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | [Qt] remove dup lock that is done in SetAddressBook() | Philip Kaufmann | 2014-12-08 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | [Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine | Philip Kaufmann | 2014-12-08 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | [Qt] add BIP70/BIP71 constants for all messages and mime types | Philip Kaufmann | 2014-12-08 | 2 | -15/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | [Qt] make PaymentServer::ipcParseCommandLine void | Philip Kaufmann | 2014-12-08 | 3 | -5/+8 | |
| | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #5409 | Wladimir J. van der Laan | 2014-12-09 | 2 | -31/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | newlines in strings are invalid JSON | Ryan X. Charles | 2014-12-02 | 2 | -31/+23 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #5434 | Wladimir J. van der Laan | 2014-12-08 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Disable SSLv3 (in favor of TLS) for the RPC client and server. | Gregory Maxwell | 2014-12-06 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | Add a new test for FormatParagraph (string longer than the default width). | Pavel Janík | 2014-12-06 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Format paragraphs properly - count the space between words. | Pavel Janík | 2014-12-06 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #5181 | Wladimir J. van der Laan | 2014-12-05 | 9 | -294/+318 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Move CMerkleBlock and CPartialMerkleTree to their own file | Matt Corallo | 2014-12-05 | 9 | -294/+318 | |
| * | | | | | | | | | | | | | | | | | | | | | Normalize header guard of script_error.h | Pavel Janík | 2014-12-05 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #5398 | Wladimir J. van der Laan | 2014-12-05 | 1 | -6/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | prioritisetransaction RPC: Restore compatibility with existing implementation... | Luke Dashjr | 2014-12-01 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5408 | Wladimir J. van der Laan | 2014-12-05 | 3 | -7/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Regard connection failures as attempt for addrman | Wladimir J. van der Laan | 2014-12-02 | 3 | -7/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5425 | Wladimir J. van der Laan | 2014-12-05 | 30 | -773/+1241 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Update libsecp256k1 | Pieter Wuille | 2014-12-04 | 30 | -773/+1241 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 | Pieter Wuille | 2014-12-04 | 25 | -747/+1181 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5207 | Wladimir J. van der Laan | 2014-12-05 | 2 | -0/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t... | mruddy | 2014-11-04 | 2 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5308 | Wladimir J. van der Laan | 2014-12-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | change nSubsidy's type from int64_t to CAmount | HarryWu | 2014-11-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5419 | Wladimir J. van der Laan | 2014-12-05 | 1 | -2/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Limit the number of new addressses to accumulate | Pieter Wuille | 2014-12-04 | 1 | -2/+9 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5394 | Wladimir J. van der Laan | 2014-12-04 | 2 | -12/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Report script evaluation failures in log and reject messages | Pieter Wuille | 2014-12-02 | 2 | -12/+19 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5306 | Wladimir J. van der Laan | 2014-12-03 | 30 | -44/+44 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | MOVEONLY: core/ -> primitives/ | Luke Dashjr | 2014-12-03 | 30 | -44/+44 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5403 | Wladimir J. van der Laan | 2014-12-03 | 4 | -160/+189 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Make comments in main an init doxygen compatible | Michael Ford | 2014-12-02 | 4 | -160/+189 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5400 | Wladimir J. van der Laan | 2014-12-03 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Extra explanation for getchaintips | Pieter Wuille | 2014-12-01 | 1 | -0/+6 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5401 | Pieter Wuille | 2014-12-02 | 3 | -119/+107 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Move CHECKMULTISIG order tests out of automatically generated block | Pieter Wuille | 2014-12-01 | 2 | -43/+42 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Use deterministically generated script tests | Pieter Wuille | 2014-12-01 | 3 | -76/+65 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5369 | Gavin Andresen | 2014-12-02 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Delay writing block indexes in invalidate/reconsider | Pieter Wuille | 2014-11-25 | 1 | -12/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | Add 'invalidateblock' and 'reconsiderblock' RPC commands. | Pieter Wuille | 2014-11-25 | 5 | -0/+159 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #5376 | Wladimir J. van der Laan | 2014-12-02 | 1 | -32/+57 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [REST] make selection of output-format mandatory, support dot url syntax | Jonas Schnelli | 2014-11-27 | 1 | -32/+57 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #5227 | Wladimir J. van der Laan | 2014-12-01 | 21 | -293/+612 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Resize after succesful result | Pieter Wuille | 2014-11-28 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | Header define style cleanups | Pieter Wuille | 2014-11-20 | 4 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | Deterministic signing | Pieter Wuille | 2014-11-20 | 4 | -14/+49 | |
| | * | | | | | | | | | | | | | | | | | | | | Add the RFC6979 PRNG | Pieter Wuille | 2014-11-20 | 4 | -0/+121 | |