aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
| * | | | Remove the upper limit on the size of MD we can generate.Nick Mathewson2012-07-31
| * | | | Warn at parse time for routerstatus entry missing a microdesc consensusNick Mathewson2012-07-31
| * | | | Don't include a router in an md consensus if we can't find a md for it.Nick Mathewson2012-07-31
| * | | | Allow microdescs to be up to 2k. Partial fix for 6404.Nick Mathewson2012-07-31
* | | | | whitespace fixNick Mathewson2012-08-17
| |/ / / |/| | |
* | | | Consider IPv6 OR ports when deciding whether a routerinfo change is cosmetic.Linus Nordberg2012-08-17
* | | | Merge remote-tracking branch 'public/bug6244_part_c' into maint-0.2.3Nick Mathewson2012-08-17
|\ \ \ \
| * | | | Fix wildcarded address mappings from the control portNick Mathewson2012-08-15
| * | | | Raise the part of torrc mapaddress handling that knows wildcardsNick Mathewson2012-08-15
* | | | | Merge remote-tracking branch 'public/bug6507' into maint-0.2.3Nick Mathewson2012-08-17
|\ \ \ \ \
| * | | | | Reject attempts to say FooPort and FooPort 0 in the same cfg domainNick Mathewson2012-08-09
| * | | | | Fix spaces from last patchNick Mathewson2012-08-09
| * | | | | Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson2012-08-09
| |/ / / /
* | | | | Whitespace and build fixes on 6475 patchNick Mathewson2012-08-17
* | | | | Merge remote-tracking branch 'mikeperry/bug6475' into maint-0.2.3Nick Mathewson2012-08-17
|\ \ \ \ \
| * | | | | Address Nick's comments from code review.Mike Perry2012-08-16
| * | | | | Bug 6475: Explicitly track our path bias state.Mike Perry2012-08-15
| |/ / / /
* | | | | Merge remote-tracking branch 'public/bug6514' into maint-0.2.3Nick Mathewson2012-08-17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Defensive programming: clear rs_out between iterations.Nick Mathewson2012-08-01
* | | | | Merge remote-tracking branch 'public/bug6252_again' into maint-0.2.3Nick Mathewson2012-08-09
|\ \ \ \ \
| * | | | | Detect bug 6252 (unexpected sendme cell)Roger Dingledine2012-07-18
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-08-03
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Mitigate a side-channel leak of which relays Tor chooses for a circuitRobert Ransom2012-08-03
* | | | | Remove bogus comment claiming that an assertion is triggerable by consensusRobert Ransom2012-08-03
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-08-03
|\| | | | | |_|/ / |/| | |
| * | | Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson2012-08-03
* | | | Avoid hard (impossible?)-to-trigger double-free in dns_resolve()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
* | | | trivial grammar fixRoger Dingledine2012-07-31
|/ / /
* | | 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 branch 'smartlist_shorten' into maint-0.2.3Nick 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
* | | | Improve message on spurious SOCKSListenAddressNick Mathewson2012-07-17
|/ / /
* | | Allow TestingTorNetwork when alternate dir and bridge authorities are set.Linus Nordberg2012-07-17
* | | Refer to the correct variable in a loop when parsing entry guard stateNick Mathewson2012-07-16
|/ /
* | 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
| |/
* | On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson2012-07-05
* | Revert "Detect bug 6252 (unexpected sendme cell)"Roger Dingledine2012-07-01
* | Detect bug 6252 (unexpected sendme cell)Roger Dingledine2012-07-01
* | fix grammar in commentRoger Dingledine2012-06-28
* | Merge remote-tracking branch 'public/bug6244_part2' into maint-0.2.3Nick Mathewson2012-06-28
|\ \
| * | Fix GETINFO address-mappings/... with wildcarded addresses.Nick Mathewson2012-06-27
* | | Downgrade 'Got a certificate, but we already have it' log message from warnin...Andrea Shepard2012-06-28
|/ /
* | Allow wildcarded mapaddress targets in controller MAPADDRESS commandNick Mathewson2012-06-27
* | Downgrade message about md cache cleaning from notice to infoNick Mathewson2012-06-26
* | Don't do DNS lookups when parsing corrupted managed proxy messages.George Kadianakis2012-06-25