summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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-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-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-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
2016-06-11Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson
2016-05-30remove now-irrelevant XXX020 comments in configure.acNick Mathewson
2016-05-28Add another 22 or so GCC warnings. None currently triggers for me.Nick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27Merge remote-tracking branch 'public/hardening_flags_must_link'Nick Mathewson
2016-05-27get rid of one more piece of --enable-instrument-downloadsRoger Dingledine
2016-05-27Fix indentation and quotation of the headerscypherpunks
2016-05-27Do not warn on missing headerscypherpunks
2016-05-27Enable the -Waggregate-return warningNick Mathewson
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-27Merge remote-tracking branch 'public/ticket19044'Nick Mathewson
2016-05-25Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-24Make sure that libscrypt_scrypt actually exists before using it.Nick Mathewson
2016-05-23Make advisory-warnings on by default.Nick Mathewson
2016-05-19Fix "conditional "ADD_MULODI4" was never defined".Nick Mathewson
2016-05-19add missing atoi for cosmetic reasonsNick Mathewson
2016-05-18Include __mulodi4 in libor_ctime when it fixes clang -m32 -ftrapvNick Mathewson
2016-05-16Check linking of hardening options, give better warnings if it fails.Nick Mathewson
2016-05-16Windows lacks truncate(3).Nick Mathewson
2016-05-12Merge branch 'ftrapv_v3'Nick Mathewson