summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2011-03-28Add a missing cast to silence the compilerSebastian Hahn
2011-03-25Fix some 'impossible' overflow bugs in byte countingNick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-15Merge branch 'bug2756_relay' into maint-0.2.2Nick Mathewson
2011-03-14Check newconn, not conn, before marking newconn for closeNick Mathewson
2011-03-14Consider sending stream-level SENDME cells on partial flushes.Nick Mathewson
2011-01-25Add client code to detect attempts to connect to 127.0.0.1 etcNick Mathewson
2011-01-25Fix double-mark bug when failing to init transparent connectionNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-10Change Natd into NATD in our options.Sebastian Hahn
2010-11-10Synx manpage and source wrt option capitalizationSebastian Hahn
2010-08-18Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson
2010-08-18Merge commit 'karsten/dirbytes2'Nick Mathewson
2010-08-18Correctly report written bytes on linked connections.Karsten Loesing
2010-08-18Count bytes we spend on answering directory requests.Karsten Loesing
2010-08-15Merge commit 'sebastian/bug1831'Nick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-11Refactor exit port statistics code and add unit tests.Karsten Loesing
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create dns.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create cpuworker.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
2010-03-05commit my annotations while i was hunting down the host order bugRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-08Don't spam controllers with TOO_MANY_CONNECTIONS eventsSebastian Hahn
2010-01-20Don't use OutboundBindAddress to connect to localhostNick Mathewson
2010-01-18Log a notice when we get a new control connectionSebastian Hahn
2010-01-15whitespace fixesRoger Dingledine