aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Expand)AuthorAge
...
| * | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-08-03
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | Clarify security impact of bug 6530Nick Mathewson2012-08-03
| | * | | | Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson2012-08-03
* | | | | | Enable the automake silent rules.Stewart Smith2012-08-02
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\| | | | |
| * | | | | Avoid hard (impossible?)-to-trigger double-free in dns_resolve()Nick Mathewson2012-07-31
* | | | | | new changes entry for rend_service_introduce refactoringNick Mathewson2012-07-31
* | | | | | Implement replaycache_t for bug 6177, and unit tests for the precedingAndrea Shepard2012-07-31
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\| | | | |
| * | | | | changelog for bug6043Nick Mathewson2012-07-31
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\| | | |
| * | | | Merge branch 'bug6490_v2' into maint-0.2.3Nick Mathewson2012-07-31
| |\ \ \ \
| | * | | | Warn when accounting is used in a way likely to link hidden servicesNick Mathewson2012-07-31
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\| | | | |
| * | | | | Fix some manpage typosNick Mathewson2012-07-31
| |/ / / /
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-23
|\| | | |
| * | | | Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3Nick Mathewson2012-07-23
| |\ \ \ \
| | * | | | Better handling of server managed proxies when Tor is not a relay.George Kadianakis2012-07-18
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-23
|\| | | | |
| * | | | | changes file for bug 6436.Nick Mathewson2012-07-20
| | |_|/ / | |/| | |
* | | | | Add config option AuthDirPublishIPv6.Linus Nordberg2012-07-19
* | | | | Add changes file for #5534.Linus Nordberg2012-07-19
* | | | | Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg2012-07-19
* | | | | Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg2012-07-19
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-18
|\| | | |
| * | | | Merge branch 'smartlist_shorten' into maint-0.2.3Nick Mathewson2012-07-18
| |\ \ \ \
| | * | | | Tweaks to 6400 changes file and docs as suggested by armaNick Mathewson2012-07-18
| | * | | | Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson2012-07-17
| | * | | | Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* | | | | | Merge remote-tracking branch 'asn/bug3589'Nick Mathewson2012-07-17
|\ \ \ \ \ \
| * | | | | | Address Nick's comments.George Kadianakis2012-07-12
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Improve message on spurious SOCKSListenAddressNick Mathewson2012-07-17
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-17
|\| | | | |
| * | | | | Allow TestingTorNetwork when alternate dir and bridge authorities are set.Linus Nordberg2012-07-17
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-16
|\| | | | |
| * | | | | Refer to the correct variable in a loop when parsing entry guard stateNick Mathewson2012-07-16
| * | | | | Coverity 709056: Check return value on fputs in tor-gencertNick Mathewson2012-07-16
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-16
|\| | | | |
| * | | | | Improve Alternate*Authority docs. Bug 6387.Nick Mathewson2012-07-16
| | |/ / / | |/| | |
* | | | | Merge branch 'maint-0.2.3'Roger Dingledine2012-07-06
|\| | | |
| * | | | Merge branch 'maint-0.2.2' into maint-0.2.3Roger Dingledine2012-07-06
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Revert to the May 2012 geoip dbRoger Dingledine2012-07-06
* | | | | Merge branch 'maint-0.2.3'Roger Dingledine2012-07-06
|\| | | |
| * | | | Merge remote-tracking branch 'nickm/bug6271_part_a' into maint-0.2.3Roger Dingledine2012-07-06
| |\ \ \ \
| | * | | | Fix a bug handling SENDME cells on nonexistent streams.Nick Mathewson2012-07-06
| | |/ / /
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-06
|\| | | |
| * | | | Fix port range in parse_port_range().George Kadianakis2012-07-06
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-05
|\| | | | | |_|/ / |/| | |
| * | | On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson2012-07-05