aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2017-03-30util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-29Add a FastRandomContext::randrange and use itPieter Wuille
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery
2017-03-20Rename --enable-extended-rpc-tests to --enable-extended-functional-testsJohn Newbery
2017-03-20Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.pyJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery
2017-03-20Rename qa directory to testJohn Newbery
2017-03-20Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-16build: Fix typo s/HAVE_DONTWAIT/HAVE_MSG_DONTWAITWladimir J. van der Laan
2017-03-05build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNALWladimir J. van der Laan
2017-03-03Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan
2017-03-01Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-02-23Merge #9831: build: force a c++ standard to be specifiedWladimir J. van der Laan
2017-02-23build: add --enable-werror optionCory Fields
2017-02-22build: force a c++ standard to be specifiedCory Fields
2017-02-21util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-02-21build: warn about variable length arraysCory Fields
2017-02-18Merge #9657: Improve rpc-tests.pyMarcoFalke
2017-02-17build: bump version to 0.14.99Wladimir J. van der Laan
2017-01-31Use configparser in rpc-tests.pyJohn Newbery
2017-01-23[Trivial] Update license year range to 2017Lauda
2017-01-05Merge #9475: Let autoconf detect presence of EVP_MD_CTX_newWladimir J. van der Laan
2017-01-04Let autoconf detect presence of EVP_MD_CTX_newLuke Dashjr
2017-01-02Merge #9412: build: Fix 'make deploy' for OSXJonas Schnelli
2016-12-28Fix linker error when configured with --enable-lcovDouglas Roark
2016-12-23Mention RSVG dependency when creating the disk image on OSXJonas Schnelli
2016-12-23build: Fix 'make deploy' for OSXCory Fields
2016-12-05Check and enable -Wshadow by default.Pavel Janík
2016-12-04remove obsolete run-bitcoind-for-test.shAlex Morcos
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-01Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo
2016-11-17Merge #9156: Add compile and link options echo to configureWladimir J. van der Laan
2016-11-16Add compile and link options echo to configureJonas Schnelli
2016-11-15build: fix qt5.7 build under macOSCory Fields
2016-11-09Revert "Check and enable -Wshadow by default."Wladimir J. van der Laan
2016-11-09Merge #8794: Enable -Wshadow by defaultWladimir J. van der Laan
2016-10-17Set minimum required Boost to 1.47.0fanquake
2016-09-30Merge #8813: bitcoind: Daemonize using daemon(3)Wladimir J. van der Laan
2016-09-26bitcoind: Daemonize using daemon(3)Matthew King
2016-09-26Merge #8249: Enable (and check for) 64-bit ASLR on WindowsWladimir J. van der Laan
2016-09-26build: supply `-Wl,--high-entropy-va`Wladimir J. van der Laan
2016-09-22Check and enable -Wshadow by default.Pavel Janík
2016-09-13Merge #8608: Install manpages via make install, also add some autogenerated m...Wladimir J. van der Laan
2016-09-09Merge #8563: Add configure check for -latomicWladimir J. van der Laan
2016-08-28build: Updates for OpenBSDWladimir J. van der Laan
2016-08-28change help string --enable-man to --disable-mannomnombtc
2016-08-27add conditional for --enable-man, default is yesnomnombtc
2016-08-23Add configure check for -latomicAnthony Towns
2016-08-17Merge #8504: test: Remove java comparison toolWladimir J. van der Laan