Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-01 | Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' | Nick Mathewson | |
Trivial Conflicts: src/or/or.h src/or/routerparse.c | |||
2016-07-01 | prop250: Add changes file | David Goulet | |
Fixes #16943 Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net> | |||
2016-07-01 | Merge remote-tracking branch 'teor/bug19530-v2' | Nick Mathewson | |
2016-07-01 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-01 | When tor can't find a directory, log less | teor (Tim Wilson-Brown) | |
2016-07-01 | Changes file for #19530 | teor (Tim Wilson-Brown) | |
2016-06-30 | Merge remote-tracking branch 'andrea/ticket19323_squashed' | Nick Mathewson | |
2016-06-30 | tweak 18322 changelog | Nick Mathewson | |
2016-06-30 | Merge remote-tracking branch 'andrea/bug18322_v3_squashed' | Nick Mathewson | |
2016-06-30 | Changes file for bug 18322 | Andrea Shepard | |
2016-06-29 | Merge remote-tracking branch 'weasel/bug19504' | Nick Mathewson | |
2016-06-29 | changes-on for 19505 | Nick Mathewson | |
2016-06-29 | Merge remote-tracking branch 'weasel/bug19505' | Nick Mathewson | |
2016-06-29 | bugfix stanza in changes file for 19503 | Nick Mathewson | |
2016-06-29 | Merge remote-tracking branch 'weasel/bug19503' | Nick Mathewson | |
2016-06-29 | changes file for 19449 | Nick Mathewson | |
2016-06-29 | Add changes file for bug19483 | teor (Tim Wilson-Brown) | |
2016-06-29 | Changes file for ticket 19323 | Andrea Shepard | |
2016-06-28 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-28 | Merge branch 'bug19071-extra-squashed' into maint-0.2.8 | Nick Mathewson | |
2016-06-28 | Comment-out fallbacks in a way the stem fallback parser understands | teor (Tim Wilson-Brown) | |
If we manually remove fallbacks in C by adding '/*' and '*/' on separate lines, stem still parses them as being present, because it only looks at the start of a line. Add a comment to this effect in the generated source code. | |||
2016-06-28 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-28 | Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8 | Nick Mathewson | |
2016-06-28 | Resolve bug18812 by logging fallback key changes at info level | teor (Tim Wilson-Brown) | |
2016-06-27 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-25 | tor-gencert.1: fix --passphrase-fd description | Peter Palfrader | |
2016-06-25 | Document the --passphrase-fd option in the tor manpage | Peter Palfrader | |
2016-06-25 | Fix a typo in the getting passphrase prompt for the ed25519 identity key | Peter Palfrader | |
2016-06-24 | Bug19499: Fix GCC warnings when building against bleeding edge OpenSSL. | Yawning Angel | |
The previous version of the new accessors didn't specify const but it was changed in master. | |||
2016-06-23 | Merge remote-tracking branch 'public/bug15942_v2_alternative' | Nick Mathewson | |
2016-06-22 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-22 | Changes file for 19071 and 19480 | teor (Tim Wilson-Brown) | |
2016-06-21 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-21 | Remove useless message about nonexistent onion services after uploading a ↵ | Ivan Markin | |
descriptor | |||
2016-06-21 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-21 | Fix bug when disabling heartbeats. | George Kadianakis | |
Callbacks can't return 0. | |||
2016-06-19 | Changes file for 19063; use the BUG macro | Nick Mathewson | |
2016-06-19 | Merge branch 'zlib_coverage_squashed' | Nick Mathewson | |
2016-06-19 | Remove support for zlib <= 1.1 | Nick Mathewson | |
zlib 1.2 came out in 2003; earlier versions should be dead by now. Our workaround code was only preventing us from using the gzip encoding (if we decide to do so), and having some dead code linger around in torgzip.c | |||
2016-06-19 | Merge remote-tracking branch 'public/thread_coverage' | Nick Mathewson | |
2016-06-19 | Fix spelling of --enable-tor2web-mode in manpage | Nick Mathewson | |
Fixes bug 19153; patch from "U+039b", who is apparently an uppercase lambda? | |||
2016-06-18 | Changes file for random exponential backoffs | Andrea Shepard | |
2016-06-17 | Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS | cypherpunks | |
The Autoconf macro AC_USE_SYSTEM_EXTENSIONS defines preprocessor macros which turn on extensions to C and POSIX. The macro also makes it easier for developers to use the extensions without needing (or forgetting) to define them manually. The macro can be safely used because it was introduced in Autoconf 2.60 and Tor requires Autoconf 2.63 and above. | |||
2016-06-16 | Correctly close intro circuit when deleting ephemeral HS | David Goulet | |
When deleting an ephemeral HS, we were only iterating on circuit with an OPEN state. However, it could be possible that an intro point circuit didn't reached the open state yet. This commit makes it that we close the circuit regardless of its state except if it was already marked for close. Fixes #18604 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-06-16 | Correct the rounding behavior on tv_mdiff. | Nick Mathewson | |
Fix for bug 19428. | |||
2016-06-15 | Perform cache lookup when FetchHidServDescriptors is set | David Goulet | |
The FetchHidServDescriptors check was placed before the descriptor cache lookup which made the option not working because it was never using the cache in the first place. Fixes #18704 Patched-by: twim Signef-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-06-14 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-14 | Bug 19406: Add a changes file. | Yawning Angel | |
2016-06-13 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-06-13 | lintChanges fixes | Nick Mathewson | |