summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Changes file for bug 18322bug18322Andrea Shepard2016-06-17
* Document new DetailedLogForUnparseableDescriptors option in man pageAndrea Shepard2016-06-17
* Add multiple descriptor dump support for dump_desc() in routerparse.c; fixes ...Andrea Shepard2016-06-17
* Keep make check-spaces happyAndrea Shepard2016-06-12
* typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine2016-06-12
* Remove -Wc11-extensionsNick Mathewson2016-06-11
* Fix build on 32-bit systems.Nick Mathewson2016-06-11
* Whoops -- this got lost in the merge.Nick Mathewson2016-06-11
* Merge branch 'maint-0.2.8'Nick Mathewson2016-06-11
|\
| * Merge remote-tracking branch 'public/bug19203_027' into maint-0.2.8Nick Mathewson2016-06-11
| |\
* | \ Merge branch 'bug19180_easy_squashed'Nick Mathewson2016-06-11
|\ \ \
| * | | Add clang's -Wstring-conversion, and fix the one place it hitsNick Mathewson2016-06-11
| * | | Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson2016-06-11
| * | | Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson2016-06-11
| * | | Resolve some warnings from OSX clang.Nick Mathewson2016-06-11
| * | | Add all the clang-only warnings that do not trigger nowNick Mathewson2016-06-11
| * | | Set our autoconf-breaking options last, not before we check for othersNick Mathewson2016-06-11
| * | | Use autoconf, not gcc version, to decide which warnings we haveNick Mathewson2016-06-11
| * | | Use -Wstrict-overflow=2 on gcc5+.Nick Mathewson2016-06-11
| * | | Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.Nick Mathewson2016-06-11
| * | | Use -Wdouble-promotion in GCC >= 4.6Nick Mathewson2016-06-11
| * | | Add -Wfloat-conversion for GCC >= 4.9Nick Mathewson2016-06-11
| * | | Add -Wunused-const-variable=2 on GCC >=6.1Nick Mathewson2016-06-11
| * | | Add -Wduplicated-cond on GCC 6Nick Mathewson2016-06-11
| * | | Merge remote-tracking branch 'public/bug19203_027' into HEADNick Mathewson2016-06-11
| |\ \ \ | | | |/ | | |/|
| | * | Fix a warning on unnamed nodes in node_get_by_nickname().Nick Mathewson2016-05-30
| * | | Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson2016-06-11
| * | | Add another 22 or so GCC warnings. None currently triggers for me.Nick Mathewson2016-05-28
| * | | Enable the -Waggregate-return warningNick Mathewson2016-05-27
| * | | Use ENABLE_GCC_WARNING and DISABLE_GCC_WARNING in tortls.cNick Mathewson2016-05-27
| * | | Add support for temporarily suppressing a warningNick Mathewson2016-05-27
* | | | Merge remote-tracking branch 'asn/bug17688'Nick Mathewson2016-06-11
|\ \ \ \
| * | | | Don't rely on consensus parameter to use a single guard.George Kadianakis2016-06-07
* | | | | Reduce make check-spaces noiseAndrea Shepard2016-06-09
* | | | | Repair test_crypto_openssl_version with LibreSSLNick Mathewson2016-06-06
* | | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-06-06
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Use directory_must_use_begindir to predict we'll surely use begindirNick Mathewson2016-06-02
* | | | | Check tor_sscanf return value in test_crypto.cNick Mathewson2016-06-06
* | | | | Use tor_sscanf, not sscanf, in test_crypto.cNick Mathewson2016-06-02
* | | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-06-02
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson2016-06-02
| |\ \ \ \
| | * | | | Use tor_sscanf, not sscanf, in test_util.c.Nick Mathewson2016-06-02
| | | |_|/ | | |/| |
* | | | | Let's not even talk about those errors, ok?Nick Mathewson2016-05-30
* | | | | Wait, we had sprintf() in our unit tests?? FOR SHAME!Nick Mathewson2016-05-30
* | | | | Replace nearly all XXX0vv comments with smarter onesNick Mathewson2016-05-30
* | | | | We no longer generate v0 directories. Remove the code to do soNick Mathewson2016-05-30
* | | | | remove now-irrelevant XXX020 comments in configure.acNick Mathewson2016-05-30
* | | | | roger says this url is betterNick Mathewson2016-05-27
* | | | | Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson2016-05-27
|\ \ \ \ \
| * | | | | remove a now-unused section of or.hRoger Dingledine2016-05-27