aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
* Do not assert when comparing a null address/port against a policyNick Mathewson2012-08-27
* Mitigate a side-channel leak of which relays Tor chooses for a circuitRobert Ransom2012-08-03
* Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson2012-08-03
* Send a CRLF at the end of a STATUS_* event, not in the middle of itRobert Ransom2012-06-07
* Merge remote-tracking branch 'public/bug6007_strict_squashed' into maint-0.2.2Nick Mathewson2012-06-04
|\
| * Kill non-open OR connections with any data on their inbufs.Nick Mathewson2012-06-04
* | Make all begindir or one-hop circuits internalNick Mathewson2012-05-31
|/
* Fix more clang format-nonliteral warnings (bug 5969)Nick Mathewson2012-05-30
* Correct the bulletproofing of routerlist_insert()Nick Mathewson2012-05-16
* Merge branch 'bug5796_022_squashed' into maint-0.2.2Nick Mathewson2012-05-15
|\
| * Fix a crash bug on SETCIRCUITPURPOSE.Nick Mathewson2012-05-15
* | fix over-wide line from f661747370Roger Dingledine2012-05-10
* | Add missing CRLFs to AUTHCHALLENGE failure repliesRavi Chandra Padmala2012-05-10
|/
* Fix a log-uninitialized-buffer bug.Nick Mathewson2012-04-18
* rend_service_introduce(): do protocol violation check before anything else.George Kadianakis2012-04-18
* Include a Host: header with any HTTP/1.1 proxy requestNick Mathewson2012-04-10
* Wrap long line; strlen("ides")<strlen("turtles").Nick Mathewson2012-04-04
* ides has become turtles, and gotten a new IP addressSebastian Hahn2012-04-05
* put a _ before or_options_t elements that aren't configurableRoger Dingledine2012-04-01
* Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson2012-04-01
* Merge remote-tracking branch 'rransom-tor/safecookie-022-v3' into maint-0.2.2Nick Mathewson2012-03-26
|\
| * Implement 'safe cookie authentication'Robert Ransom2012-02-22
* | Never choose a bridge as an exit. Bug 5342.Nick Mathewson2012-03-09
* | Revise "sufficient exit nodes" check to work with restrictive ExitNodesNick Mathewson2012-03-09
* | Require a threshold of exit nodes before building circuitsNick Mathewson2012-03-08
* | new ip address for maatuskaRoger Dingledine2012-02-29
|/
* Properly protect paths to sed, sha1sum, opensslSebastian Hahn2012-02-10
* Downgrade "missing a certificate" from notice to infoNick Mathewson2012-02-10
* Fix a trivial log message error in renservice.cNick Mathewson2012-01-09
* when the consensus fails, list which dir auths were in or outRoger Dingledine2012-01-08
* nickname, not identity fingerprint, will help moreRoger Dingledine2012-01-08
* tell me who votes are actually for, not just where they're fromRoger Dingledine2012-01-08
* Fix spelling in a controlsocket log msgSebastian Hahn2011-12-30
* Merge remote-tracking branch 'public/bug4788' into maint-0.2.2Nick Mathewson2011-12-28
|\
| * Authorities reject insecure Tors.Nick Mathewson2011-12-27
* | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-28
|\ \ | |/ |/|
| * Bug 4786 fix: don't convert EARLY to RELAY on v1 connectionsNick Mathewson2011-12-28
* | Do not even try to keep going on a socket with socklen==0Nick Mathewson2011-12-21
* | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-15
|\|
| * Add a fix for the buf_pullup bug that Vektor reportedNick Mathewson2011-12-15
* | Don't call tor_tls_set_logged_address till after checking conn->tlsNick Mathewson2011-12-02
* | Fix a compile warning on 64bit OS XSebastian Hahn2011-11-23
* | parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine2011-11-21
* | Merge branch 'bug4518' into maint-0.2.2Nick Mathewson2011-11-21
|\ \
| * | Only call cull_wedged_cpuworkers once every 60 seconds.Nick Mathewson2011-11-19
* | | Merge remote-tracking branch 'public/bug3963' into maint-0.2.2Nick Mathewson2011-11-21
|\ \ \
| * | | All NT service configuration commands should make the process exit.Nick Mathewson2011-09-08
* | | | Don't log about stats when running as a client without geoipSebastian Hahn2011-11-19
| |/ / |/| |
* | | Use real_addr in send_netinfoNick Mathewson2011-11-14