aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-03Use fsbridge for fopen and freopenWladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-03Add fs.cpp/hWladimir J. van der Laan
2017-04-03Merge #10058: No need to use OpenSSL malloc/freeWladimir J. van der Laan
2017-04-03Add braces to submitblock per current style.Gregory Maxwell
2017-04-03Check transaction count early in submitblock.Gregory Maxwell
2017-04-03Merge #10139: [rpc] Remove auth cookie on shutdownWladimir J. van der Laan
2017-04-02Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell
2017-04-02[rpc] Remove auth cookie on shutdownpracticalswift
2017-04-02Merge #10077: [qa] Add setnetworkactive smoke testWladimir J. van der Laan
2017-04-02Merge #10072: Remove sources of unreliablility in extended functional testsMarcoFalke
2017-04-02Merge #10098: Make qt wallet test compatible with qt4Wladimir J. van der Laan
2017-04-02Improve CFeeBumper interface, add comments, make use of std::moveJonas Schnelli
2017-04-02Cancel feebump is vErrors is not emptyJonas Schnelli
2017-04-02Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from ...Jonas Schnelli
2017-04-02Restore CalculateMaximumSignedTxSize function signatureJonas Schnelli
2017-04-02Use "return false" instead assert() in CWallet::SignTransactionJonas Schnelli
2017-04-02Directly abort execution in FeeBumper::commit if wallet or tx is not availableJonas Schnelli
2017-04-02Restore invalid fee check (must be > 0)Jonas Schnelli
2017-04-02Refactor Bumpfee core functionalityJonas Schnelli
2017-04-02Bumpfee move request parameter interaction to the topJonas Schnelli
2017-04-02Merge #10036: Fix init README format to render correctly on githubWladimir J. van der Laan
2017-04-02Merge #10128: Speed Up CuckooCache testsWladimir J. van der Laan
2017-04-02Merge #9424: Change LogAcceptCategory to use uint32_t rather than sets of str...Wladimir J. van der Laan
2017-04-02Merge #10136: build: Disable Wshadow warningWladimir J. van der Laan
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-04-01build: Disable Wshadow warningWladimir J. van der Laan
2017-04-01Merge #10129: scheduler: fix sub-second precision with boost < 1.50Wladimir J. van der Laan
2017-03-31Make threshold for flushing more conservative.Alex Morcos
2017-03-31Send the correct error code in reject messagesJohn Newbery
2017-03-31Lower default memory footprint slightlyAlex Morcos
2017-03-31Make pcoinsTip memory calculations consistentAlex Morcos
2017-03-31scheduler: fix sub-second precision with boost < 1.50Cory Fields
2017-03-31Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-31Merge #10126: Compensate for memory peak at flush timeWladimir J. van der Laan
2017-03-31Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-31Merge #10130: bitcoin-tx input verification (awemany, jnewbery)Wladimir J. van der Laan
2017-03-31Merge #10090: Update bitcoin.conf with example for pruningMarcoFalke
2017-03-30Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-30Check stderr when testing bitcoin-txJohn Newbery
2017-03-30bitcoin-tx: Fix missing range checkAwemany
2017-03-30Decrease testcase sizes in cuckoocache testsJeremy Rubin
2017-03-30Merge #10114: [tests] sync_with_ping should assert that ping hasn't timed outWladimir J. van der Laan
2017-03-30Compensate for memory peak at flush timePieter Wuille
2017-03-30Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempoolsWladimir J. van der Laan
2017-03-30[tests] sync_with_ping should assert that ping hasn't timed outJohn Newbery
2017-03-30Add send_await_disconnect() method to p2p-compactblocks.pyJohn Newbery
2017-03-30util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-30Merge #10109: Remove SingleNodeConnCBMarcoFalke