aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Collapse)AuthorAge
* Fix 8833: crash bug from using NULL node->ri in dirserv.cNick Mathewson2013-05-05
| | | | | | | | | 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.
* 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()Nick Mathewson2013-03-11
| | | | | | | | Fix for bug 6026
* | Changes file for 8235.Mike Perry2013-04-24
| |
* | Add a boolean to flag-thresholds for "we have enough measured bandwidth"Nick Mathewson2013-04-18
| | | | | | | | Implements #8711.
* | Merge remote-tracking branch 'public/bug8716_023' into maint-0.2.4Nick Mathewson2013-04-18
|\ \
| * | Fix memory leak when sending configuration-changed eventNick Mathewson2013-04-17
| | | | | | | | | | | | Fix for bug #8718; bugfix on 0.2.3.3-alpha.
* | | 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.Nick Mathewson2013-04-17
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/dirserv.c src/or/dirserv.h src/test/test_dir.c
| * | | | 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 oneNick Mathewson2013-02-19
| |/ / / / | | | | | | | | | | | | | | | Fix for 7143.
* | | | | Merge branch 'bug8037_squashed' into maint-0.2.4Nick Mathewson2013-04-17
|\ \ \ \ \
| * | | | | Reject most directory documents with an internal NUL.Nick Mathewson2013-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
| * | | | | Correctly copy microdescs/extrinfos with internal NUL bytesNick Mathewson2013-01-26
| | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 8037; bugfix on 0.2.0.1-alpha; reported by cypherpunks.
* | | | | | Manpage: refer to ExcludeExitNodes, not the nonexistent ExcludeEntryNodesNick Mathewson2013-04-13
| | | | | | | | | | | | | | | | | | | | | | | | Spotted on tor-talk by "hamahangi".
* | | | | | Merge remote-tracking branch 'public/bug5650_squashed' into maint-0.2.4Nick Mathewson2013-04-12
|\ \ \ \ \ \
| * | | | | | Avoid busy-looping on WANTREAD within connection_handle_writeNick Mathewson2013-04-12
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Fix for bug 5650. Also, if we get a WANTREAD while reading while writing, make sure we're reading.
* | | | | | Merge branch 'bug8587_v3' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \ \ \ \
| * | | | | | Fix two dump bugs in "whether we can use curve25519-donna-c64" testNick Mathewson2013-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge remote-tracking branch 'public/bug8185_diagnostic' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \ \ \ \ \
| * | | | | | | Debugging log for bug 8185Nick Mathewson2013-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the bug recurs, log the filename and line number that triggered it
* | | | | | | | Merge remote-tracking branch 'public/bug7302' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/status.c
| * | | | | | | | Make control_event_bootstrap_problem always INFO when hibernatingNick Mathewson2013-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | When hibernating, don't heartbeat about problems.Nick Mathewson2013-03-11
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Fixes part of 7302.
* | | | | | | | Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.c
| * | | | | | | | Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson2013-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This might be necessary if the bug8117 fix confuses any applications. Also add a changes file.
* | | | | | | | | 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)Desoxy2013-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add keyword CACHED="YES"/"NO" to ADDRMAP control events to indicate whether the DNS response will be cached or not.
* | | | | | | | | | test.c: Try to create a more random temporary directory for our workspace ↵Peter Palfrader2013-04-05
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | (re: Bug#8638)
* | | | | | | | | 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 errorNick Mathewson2013-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Changes file for 8230, 8477 and 8419.Mike Perry2013-03-29
| | | | | | | | | |
* | | | | | | | | | Update the changes file for bug7799.Mike Perry2013-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still not sure it's actually fixed yet...
* | | | | | | | | | Add changes file for bug 7799's log message changes.Mike Perry2013-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note this does not close bug 7799.
* | | | | | | | | | Add a changes file for #8599Nick Mathewson2013-03-28
| | | | | | | | | |
* | | | | | | | | | Add some missing case values to please clangNick Mathewson2013-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Changes file for bug6572.Mike Perry2013-03-26
| | | | | | | | | |
* | | | | | | | | | Changes file for #7065Mike Perry2013-03-26
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | (revised by nickm)
* | | | | | | | | Merge remote-tracking branch 'public/bug8475_023' into maint-0.2.4Nick Mathewson2013-03-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Apply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cellsNick Mathewson2013-03-14
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 8475; bugfix on 0.2.0.7-alpha.
* | | | | | | | | Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson2013-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new option to fix bug 8508 which broke chutney networks. The bug was introduced by 317d16de.
* | | | | | | | | Merge commit '2f98bf5c9fac4dfd1bb07564ce08b13d1e330252' into maint-0.2.4Nick Mathewson2013-03-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This is the part of the Bug 8042 patch that warns about unsigned time_t)