aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-13Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-06-12Keep make check-spaces happyAndrea Shepard
2016-06-12typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine
2016-06-12Update geoip and geoip6 to the June 7 2016 database.Karsten Loesing
2016-06-11Remove -Wc11-extensionsNick Mathewson
2016-06-11Fix build on 32-bit systems.Nick Mathewson
2016-06-11Whoops -- this got lost in the merge.Nick Mathewson
2016-06-11Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-11Merge remote-tracking branch 'public/bug19203_027' into maint-0.2.8Nick 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-11Resolve some warnings from OSX clang.Nick 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-11Merge remote-tracking branch 'public/bug19203_027' into HEADNick Mathewson
2016-06-11Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson
2016-06-11Merge remote-tracking branch 'asn/bug17688'Nick Mathewson
2016-06-09Reduce make check-spaces noiseAndrea Shepard
2016-06-07Don't rely on consensus parameter to use a single guard.George Kadianakis
2016-06-06Repair test_crypto_openssl_version with LibreSSLNick Mathewson
2016-06-06Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-06Check tor_sscanf return value in test_crypto.cNick Mathewson
2016-06-02Use directory_must_use_begindir to predict we'll surely use begindirNick Mathewson
2016-06-02Use tor_sscanf, not sscanf, in test_crypto.cNick Mathewson
2016-06-02Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-02Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-06-02Use tor_sscanf, not sscanf, in test_util.c.Nick Mathewson
2016-05-30Let's not even talk about those errors, ok?Nick Mathewson
2016-05-30Wait, we had sprintf() in our unit tests?? FOR SHAME!Nick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-30We no longer generate v0 directories. Remove the code to do soNick Mathewson
2016-05-30remove now-irrelevant XXX020 comments in configure.acNick Mathewson
2016-05-30Fix a warning on unnamed nodes in node_get_by_nickname().Nick Mathewson
2016-05-28Add another 22 or so GCC warnings. None currently triggers for me.Nick Mathewson
2016-05-27roger says this url is betterNick 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-27remove a now-unused section of or.hRoger Dingledine
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