aboutsummaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
Trivial Conflicts: src/or/or.h src/or/routerparse.c
2016-07-01prop250: Add changes fileDavid Goulet
Fixes #16943 Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net>
2016-07-01Merge remote-tracking branch 'teor/bug19530-v2'Nick Mathewson
2016-07-01Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-01When tor can't find a directory, log lessteor (Tim Wilson-Brown)
2016-07-01Changes file for #19530teor (Tim Wilson-Brown)
2016-06-30Merge remote-tracking branch 'andrea/ticket19323_squashed'Nick Mathewson
2016-06-30tweak 18322 changelogNick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/bug18322_v3_squashed'Nick Mathewson
2016-06-30Changes file for bug 18322Andrea Shepard
2016-06-29Merge remote-tracking branch 'weasel/bug19504'Nick Mathewson
2016-06-29changes-on for 19505Nick Mathewson
2016-06-29Merge remote-tracking branch 'weasel/bug19505'Nick Mathewson
2016-06-29bugfix stanza in changes file for 19503Nick Mathewson
2016-06-29Merge remote-tracking branch 'weasel/bug19503'Nick Mathewson
2016-06-29changes file for 19449Nick Mathewson
2016-06-29Add changes file for bug19483teor (Tim Wilson-Brown)
2016-06-29Changes file for ticket 19323Andrea Shepard
2016-06-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28Merge branch 'bug19071-extra-squashed' into maint-0.2.8Nick Mathewson
2016-06-28Comment-out fallbacks in a way the stem fallback parser understandsteor (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-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8Nick Mathewson
2016-06-28Resolve bug18812 by logging fallback key changes at info levelteor (Tim Wilson-Brown)
2016-06-27Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-25tor-gencert.1: fix --passphrase-fd descriptionPeter Palfrader
2016-06-25Document the --passphrase-fd option in the tor manpagePeter Palfrader
2016-06-25Fix a typo in the getting passphrase prompt for the ed25519 identity keyPeter Palfrader
2016-06-24Bug19499: 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-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-22Changes file for 19071 and 19480teor (Tim Wilson-Brown)
2016-06-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-21Remove useless message about nonexistent onion services after uploading a ↵Ivan Markin
descriptor
2016-06-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-21Fix bug when disabling heartbeats.George Kadianakis
Callbacks can't return 0.
2016-06-19Changes file for 19063; use the BUG macroNick Mathewson
2016-06-19Merge branch 'zlib_coverage_squashed'Nick Mathewson
2016-06-19Remove support for zlib <= 1.1Nick 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-19Merge remote-tracking branch 'public/thread_coverage'Nick Mathewson
2016-06-19Fix spelling of --enable-tor2web-mode in manpageNick Mathewson
Fixes bug 19153; patch from "U+039b", who is apparently an uppercase lambda?
2016-06-18Changes file for random exponential backoffsAndrea Shepard
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
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-16Correctly close intro circuit when deleting ephemeral HSDavid 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-16Correct the rounding behavior on tv_mdiff.Nick Mathewson
Fix for bug 19428.
2016-06-15Perform cache lookup when FetchHidServDescriptors is setDavid 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-14Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-14Bug 19406: Add a changes file.Yawning Angel
2016-06-13Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-13lintChanges fixesNick Mathewson