summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2016-10-17Bump version to 0.2.9.4-alpha.Nick Mathewson
2016-10-06Stop implying that we support openssl 1.0.0; we don't.Nick Mathewson
2016-10-06Only use -levent when checking functions if we will use it to link.Nick Mathewson
2016-09-24Merge branch 'osx_sierra_028'Nick Mathewson
2016-09-24Fix compilation on OSX Sierra (10.12)Nick Mathewson
2016-09-23Bump to 0.2.9.3-alpha-devNick Mathewson
2016-09-23Bump to 0.2.8.8-dev.Nick Mathewson
2016-09-22bump master to 0.2.9.3-alphaNick Mathewson
2016-09-22Update versions to 0.2.8.8Nick Mathewson
2016-09-08Fix libevent linking on openbsd.Nick Mathewson
2016-09-08Disable -Wthread-safety.Nick Mathewson
2016-08-24bump to 0.2.8.7-devNick Mathewson
2016-08-24bump to 0.2.9.2-alpha-devNick Mathewson
2016-08-24Bump to 0.2.8.7Nick Mathewson
2016-08-24Bump to 0.2.9.2-alphaNick Mathewson
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-11Only use evutil_secure_rng_add_bytes() when present.Nick Mathewson
2016-08-08bump master to 0.2.9.1-alpha.devNick Mathewson
2016-08-02Bump master version to 0.2.9.1-alphaNick Mathewson
2016-08-02Search for remaining references to 'bufferevent'.Nick Mathewson
2016-08-02Remove USE_BUFFEREVENTS from configure.acNick Mathewson
2016-08-02bump maint-0.2.8 to 0.2.8.6-devNick Mathewson
2016-07-29bump to 0.2.8.6Nick Mathewson
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-26fix an error message in a configure warning stringNick Mathewson
2016-07-07Bump maint-0.2.8 to 0.2.8.5-rc-devNick Mathewson
2016-07-05Update version to 0.2.8.5-rc. This is not yet a release.Nick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-06-29Fix #19449 Remove --disable-transparent configure optionU+039b
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-06-15Bump to 0.2.8.4-rc-devNick Mathewson
2016-06-14bump version to 0.2.8.4-rcNick Mathewson
2016-06-14Remove some duplicated warnings from the big listNick Mathewson
2016-06-14Disable -Wc99-c11-compatNick Mathewson
2016-06-11Remove -Wc11-extensionsNick Mathewson
2016-06-11Whoops -- this got lost in the merge.Nick Mathewson
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add clang's -Wstring-conversion, and fix the one place it hitsNick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson
2016-06-11Add all the clang-only warnings that do not trigger nowNick Mathewson
2016-06-11Set our autoconf-breaking options last, not before we check for othersNick Mathewson
2016-06-11Use autoconf, not gcc version, to decide which warnings we haveNick Mathewson
2016-06-11Use -Wstrict-overflow=2 on gcc5+.Nick Mathewson
2016-06-11Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.Nick Mathewson
2016-06-11Use -Wdouble-promotion in GCC >= 4.6Nick Mathewson
2016-06-11Add -Wfloat-conversion for GCC >= 4.9Nick Mathewson
2016-06-11Add -Wunused-const-variable=2 on GCC >=6.1Nick Mathewson
2016-06-11Add -Wduplicated-cond on GCC 6Nick Mathewson