Age | Commit message (Expand) | Author |
2019-09-12 | build: disable BIP70 support by default | fanquake |
2019-08-31 | qt: Replace objc_msgSend with native syntax | Hennadii Stepanov |
2019-08-16 | build: echo prop tests status during build | Jon Atack |
2019-08-14 | Merge #16435: autoconf: Sane `--enable-debug` defaults. | Jonas Schnelli |
2019-08-09 | build: disable libsecp256k1 benchmarks | fanquake |
2019-07-30 | autoconf: Sane --enable-debug defaults. | Carl Dong |
2019-07-29 | Merge #15993: net: Drop support of the insecure miniUPnPc versions | Wladimir J. van der Laan |
2019-07-19 | build: Treat -Wswitch as error when --enable-werror | MarcoFalke |
2019-07-10 | Merge #16338: test: Disable other targets when enable-fuzz is set | Wladimir J. van der Laan |
2019-07-04 | Disable other targets when enable-fuzz is set | qmma |
2019-06-13 | Update configure to reject unsafe miniUPnPc API ver | Hennadii Stepanov |
2019-06-06 | [build]: check std::system for -[alert|block|wallet]notify | Sjors Provoost |
2019-06-06 | [build] detect std::system or ::wsystem | Sjors Provoost |
2019-05-23 | configure: Add flag for enabling thread_local. | Carl Dong |
2019-05-15 | build with -fstack-reuse=none | MarcoFalke |
2019-04-30 | Merge #15849: Thread names in logs and deadlock debug tools | MarcoFalke |
2019-04-26 | disable HAVE_THREAD_LOCAL on unreliable platforms | James O'Beirne |
2019-04-26 | Merge #13788: Fix --disable-asm for newer assembly checks/code | MarcoFalke |
2019-03-02 | build: Require python 3.5 | MarcoFalke |
2019-03-02 | build: Bump version to 0.18.99 | Wladimir J. van der Laan |
2019-02-14 | Merge #15285: build: Prefer Python 3.4 even if newer versions are present on ... | MarcoFalke |
2019-02-05 | Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7) | Wladimir J. van der Laan |
2019-01-31 | Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle... | MarcoFalke |
2019-01-30 | [tools] Add wallet inspection and modification tool | Jonas Schnelli |
2019-01-30 | build: prefer python3.4 even if newer versions are present on the system | Sjors Provoost |
2019-01-29 | test: Build fuzz targets into seperate executables | MarcoFalke |
2019-01-23 | windows: Set _WIN32_WINNT to 0x0601 (Windows 7) | Chun Kuan Lee |
2019-01-16 | build: Drop macports support | Ben Woosley |
2019-01-12 | configure: bitcoin-tx doesn't need libevent, so don't pull it in | Luke Dashjr |
2019-01-05 | build: Allow to configure --with-sanitizers=fuzzer | MarcoFalke |
2018-12-31 | [Trivial] Update license year range to 2019 | Emil Engler |
2018-12-06 | Merge #14564: Adjust configure so that only bip70 is disabled when protobuf i... | MarcoFalke |
2018-11-10 | Adjust configure so that only bip70 is disabled when protobuf is missing inst... | James Hilliard |
2018-10-30 | build: include rc number in version number | Andrew Chow |
2018-10-30 | build: if VERSION_BUILD is non-zero, include it in the package version | Andrew Chow |
2018-10-09 | build: Add --disable-bip70 configure option | Wladimir J. van der Laan |
2018-09-13 | configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx | Luke Dashjr |
2018-09-10 | Merge #14127: build: avoid getifaddrs when unavailable | Wladimir J. van der Laan |
2018-09-01 | build: avoid getifaddrs when unavailable | Cory Fields |
2018-08-27 | Integration of property based testing into Bitcoin Core | Chris Stewart |
2018-08-13 | Merge #13899: build: Enable -Wredundant-decls where available. Remove redunda... | MarcoFalke |
2018-08-13 | build: bump version to 0.17.99 | Wladimir J. van der Laan |
2018-08-06 | Enable -Wredundant-decls (gcc) if available | practicalswift |
2018-07-28 | configure: Initialise assembly enable_* variables | Luke Dashjr |
2018-07-28 | configure: Skip assembly support checks, when assembly is disabled | Luke Dashjr |
2018-07-28 | configure: Invert --enable-asm help string since default is now enabled | Luke Dashjr |
2018-07-20 | Merge #13482: Remove boost::program_options dependency | Wladimir J. van der Laan |
2018-07-18 | Remove program options from build system | Chun Kuan Lee |
2018-07-13 | build: add missing leveldb defines | Cory Fields |
2018-07-12 | Merge #13177: GCC-7 and glibc-2.27 back compat code | Wladimir J. van der Laan |