258 Commits (c2704ec98a1b7b35b6a7c1b6b26a3f16d44e8880)

Author SHA1 Message Date
Pieter Wuille 6b8d872e5e Protect SSE4 code behind a compile-time flag 7 years ago
Pieter Wuille c1ccb15b0e Add SSE4 based SHA256 7 years ago
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 7 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 7 years ago
Cory Fields 2424989e4f leveldb: enable runtime-detected crc32 instructions 7 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 7 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 7 years ago
Spencer Lievens 56f09df9d8 [Makefile] Alphabetically Reorder addrdb.cpp 7 years ago
Cory Fields 91ab8f5a99 build: fix bitcoin-config.h regeneration after touching build files 7 years ago
Jorge Timón 618d07faa2
MOVEONLY: tx functions to consensus/tx_verify.o 7 years ago
Wladimir J. van der Laan 19e36bbef6 Add fs.cpp/h 7 years ago
Jonas Schnelli 0337a39d31
Refactor Bumpfee core functionality 7 years ago
Pieter Wuille e04326fe66 Add ChaCha20 7 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 7 years ago
Cory Fields 205830a37b build: add --enable-werror option 7 years ago
Cory Fields 799df9115f net: add CThreadInterrupt and InterruptibleSleep 8 years ago
MarcoFalke fa89581860 build: Include cuckoocache header in Makefile 8 years ago
Karl-Johan Alm e5534d2f01 Added std::unique_ptr<> wrappers with deleters for libevent modules. 8 years ago
Patrick Strateman a4153e20ec Simple fuzzing framework 8 years ago
Gregory Maxwell 749be013f5 Move GetWarnings() into its own file. 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Cory Fields 2ec935dcaa net: add CVectorWriter and CNetMsgMaker 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
Wladimir J. van der Laan 1ae5839ff0 moveonly: move `coincontrol` to `src/wallet` 8 years ago
Luke Dashjr f4dffdd6bf Add MIT license to Makefiles 8 years ago
Cory Fields d93b14dc5d net: move CBanDB and CAddrDB out of net.h/cpp 8 years ago
Cory Fields 9e9d644f51 net: fixup nits 8 years ago
Cory Fields 21e5b96ff4 net: move CNetAddr/CService/CSubNet out of netbase 8 years ago
Matt Corallo 85ad31ede7 Add partial-block block encodings API 8 years ago
Kaz Wesley 9805f4af7e mapNextTx: use pointer as key, simplify value 8 years ago
Cory Fields fc4ad0c7fc build: more out-of-tree fixups 8 years ago
Cory Fields 0cb0f2626e build: out-of-tree fixups 8 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 8 years ago
Cory Fields 723779c650 build: Enumerate ctaes rather than globbing 8 years ago
Cory Fields 0a36b9af28 crypter: shuffle Makefile so that crypto can be used by the wallet 8 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 8 years ago
Cory Fields a4625acbf8 leveldb: integrate leveldb into our buildsystem 8 years ago
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 8 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 8 years ago
Pavel Janík 0087f26848 Use relative paths instead of absolute paths 8 years ago
MarcoFalke fabbf80f2f [ui] Move InitError, InitWarning, AmountErrMsg 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
BtcDrak bbb9d1d123 Remove p2p alert handling 8 years ago
Pieter Wuille 6851107b3a BIP9 Implementation 8 years ago
Pavel Janík ae6eca0f49 make clean should clean .a files 9 years ago
Luke Dashjr 62f7f2ee21 Bugfix: Always include univalue in DIST_SUBDIRS 9 years ago
Cory Fields f3d3eaf78e release: add check-symbols and check-security make targets 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago