aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Expand)AuthorAge
* Fix 8833: crash bug from using NULL node->ri in dirserv.c•••It appears that moria1 crashed because of one instance of this (the one in router_counts_toward_thresholds). The other instance I fixed won't actually have broken anything, but I think it's more clear this way. Fixes bug 8833; bugfix on 0.2.4.12-alpha. Nick Mathewson2013-05-05
* Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson2013-04-24
|\
| * Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()•••Fix for bug 6026 Nick Mathewson2013-03-11
* | Changes file for 8235.Mike Perry2013-04-24
* | Add a boolean to flag-thresholds for "we have enough measured bandwidth"•••Implements #8711. Nick Mathewson2013-04-18
* | Merge remote-tracking branch 'public/bug8716_023' into maint-0.2.4Nick Mathewson2013-04-18
|\ \
| * | Fix memory leak when sending configuration-changed event•••Fix for bug #8718; bugfix on 0.2.3.3-alpha. Nick Mathewson2013-04-17
* | | Merge remote-tracking branch 'public/bug8719' into maint-0.2.4Nick Mathewson2013-04-18
|\ \ \
| * | | Don't leak a waiting-for-certs consensus when accepting it.•••I believe this was introduced in 6bc071f765d2829249db52, which makes this a fix on 0.2.0.10-alpha. But my code archeology has not extended to actually testing that theory. Nick Mathewson2013-04-17
* | | | Merge branch 'less_charbuf_rebased' into maint-0.2.4•••Conflicts: src/or/dirserv.c src/or/dirserv.h src/test/test_dir.c Nick Mathewson2013-04-18
|\ \ \ \
| * | | | Initial changelog for less_charbufNick Mathewson2013-04-18
* | | | | Merge remote-tracking branch 'public/bug7143_v2' into maint-0.2.4Nick Mathewson2013-04-17
|\ \ \ \ \
| * | | | | Add src/or/micro-revision.i to CLEANFILES in case anybody has one•••Fix for 7143. Nick Mathewson2013-02-19
| |/ / / /
* | | | | Merge branch 'bug8037_squashed' into maint-0.2.4Nick Mathewson2013-04-17
|\ \ \ \ \
| * | | | | Reject most directory documents with an internal NUL.•••(Specifically, we reject all the ones that aren't NUL-terminated, since a NUL-terminated thing can't have a NUL in the middle.) Another fix for #8037. Nick Mathewson2013-04-17
| * | | | | Correctly copy microdescs/extrinfos with internal NUL bytes•••Fixes bug 8037; bugfix on 0.2.0.1-alpha; reported by cypherpunks. Nick Mathewson2013-01-26
* | | | | | Manpage: refer to ExcludeExitNodes, not the nonexistent ExcludeEntryNodes•••Spotted on tor-talk by "hamahangi". Nick Mathewson2013-04-13
* | | | | | Merge remote-tracking branch 'public/bug5650_squashed' into maint-0.2.4Nick Mathewson2013-04-12
|\ \ \ \ \ \
| * | | | | | Avoid busy-looping on WANTREAD within connection_handle_write•••Fix for bug 5650. Also, if we get a WANTREAD while reading while writing, make sure we're reading. Nick Mathewson2013-04-12
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bug8587_v3' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \ \ \ \
| * | | | | | Fix two dump bugs in "whether we can use curve25519-donna-c64" test•••Dumb bug 1: == has higher precedence than &. Dumb bug 2: the main() function in an AC_RUN_IFELSE test is expected to return 0 on success, not 1. Nick Mathewson2013-03-25
* | | | | | | Merge remote-tracking branch 'public/bug8185_diagnostic' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \ \ \ \ \
| * | | | | | | Debugging log for bug 8185•••If the bug recurs, log the filename and line number that triggered it Nick Mathewson2013-03-19
* | | | | | | | Merge remote-tracking branch 'public/bug7302' into maint-0.2.4•••Conflicts: src/or/status.c Nick Mathewson2013-04-11
|\ \ \ \ \ \ \ \
| * | | | | | | | Make control_event_bootstrap_problem always INFO when hibernating•••When we're hibernating, the main reqason we can't bootstrap will always be that we're hibernating: reporting anything else at severity WARN is pointless. Fixes part of 7302. Nick Mathewson2013-03-11
| * | | | | | | | When hibernating, don't heartbeat about problems.•••Fixes part of 7302. Nick Mathewson2013-03-11
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4•••Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.c Nick Mathewson2013-04-11
|\ \ \ \ \ \ \ \
| * | | | | | | | Per-SOCKSPort configuration for bug 8117 fix.•••This might be necessary if the bug8117 fix confuses any applications. Also add a changes file. Nick Mathewson2013-03-20
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-04-08
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2013-04-08
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Update to the April 2013 GeoIP database.Karsten Loesing2013-04-08
* | | | | | | | | Merge remote-tracking branch 'desoxy/bug-8596' into maint-0.2.4Nick Mathewson2013-04-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)•••Add keyword CACHED="YES"/"NO" to ADDRMAP control events to indicate whether the DNS response will be cached or not. Desoxy2013-04-03
* | | | | | | | | | test.c: Try to create a more random temporary directory for our workspace (re...Peter Palfrader2013-04-05
|/ / / / / / / / /
* | | | | | | | | Changes file.Mike Perry2013-04-03
* | | | | | | | | Merge remote-tracking branch 'public/bug7707_diagnostic' into maint-0.2.4Nick Mathewson2013-04-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Track TLS overhead: diagnostic for bug 7707Nick Mathewson2013-03-11
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'public/bug8427' into maint-0.2.4Nick Mathewson2013-04-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't warn about not sending a socks reply if we get a write error•••If we get a write error on a SOCKS connection, we can't send a SOCKS reply, now can we? This bug has been here since 36baf7219, where we added the "hey, I'm closing an AP connection but I haven't finished the socks handshake!" message. It's bug 8427. Nick Mathewson2013-03-12
* | | | | | | | | | Changes file for 8230, 8477 and 8419.Mike Perry2013-03-29
* | | | | | | | | | Update the changes file for bug7799.•••Still not sure it's actually fixed yet... Mike Perry2013-03-29
* | | | | | | | | | Add changes file for bug 7799's log message changes.•••Note this does not close bug 7799. Mike Perry2013-03-29
* | | | | | | | | | Add a changes file for #8599Nick Mathewson2013-03-28
* | | | | | | | | | Add some missing case values to please clang•••It seems that some versions of clang that would prefer the -Wswitch-enum compiler flag to warn about switch statements with missing enum values, even if those switch statements have a default. Fixes bug 8598; bugfix on 0.2.4.10-alpha. Nick Mathewson2013-03-27
* | | | | | | | | | Changes file for bug6572.Mike Perry2013-03-26
* | | | | | | | | | Changes file for #7065•••(revised by nickm) Mike Perry2013-03-26
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'public/bug8475_023' into maint-0.2.4Nick Mathewson2013-03-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Apply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cells•••Fixes bug 8475; bugfix on 0.2.0.7-alpha. Nick Mathewson2013-03-14
| |/ / / / / / / /
* | | | | | | | | Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAG•••This adds a new option to fix bug 8508 which broke chutney networks. The bug was introduced by 317d16de. Nick Mathewson2013-03-20
* | | | | | | | | Merge commit '2f98bf5c9fac4dfd1bb07564ce08b13d1e330252' into maint-0.2.4•••(This is the part of the Bug 8042 patch that warns about unsigned time_t) Nick Mathewson2013-03-20
|\ \ \ \ \ \ \ \ \