aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2010-08-15reinit per-conn token buckets on config or consensus changeRoger Dingledine
2010-08-15factor out rate/burst setting. no actual changes.Roger Dingledine
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create command.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-06-03Let bridge users use the non-primary address of a multi-homed bridgeRoger Dingledine
2010-05-12Clarify 'marking connection as too old' messagesNick Mathewson
2010-03-10let people test the RefuseUnknownExits ideaRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-29add config options to override.Roger Dingledine
2009-12-29add separate per-conn write limitingRoger Dingledine
2009-12-23New consensus params "bwconnrate" and "bwconnburst"Roger Dingledine
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-17Make changes to latest bridge-stats fixes as suggested by Nick.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-11-06Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-11-05Make Tor work with OpenSSL 0.9.8lNick Mathewson
2009-09-24Debugging logs for TLS handshakeNick Mathewson
2009-09-16Recover from changing network connections.Mike Perry
2009-06-19Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson
2009-06-19Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis
2009-06-12Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-02-04If we're using bridges and our network goes away, be more willingRoger Dingledine
2009-01-28Don't obsolete a very-new connection for having no circuits yet.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Explain why the XXXX021 in connection_or.c was there, and explain why it does...Nick Mathewson
2008-12-24Checkpoint my big bug-891 patch.Nick Mathewson
2008-12-19More approx_time() calls. Noted by forest.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-17Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson