aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-20Split control connection cleanup out of connection_freeRobert Ransom
2011-05-20Fix a compile warning on OSX 10.6Sebastian Hahn
2011-05-16Fix bug2752 : 48-char HTTPProxyAuthenticator limitationMichael Yakubovich
2011-05-16Merge remote-tracking branch 'public/bug2850' into maint-0.2.2Nick Mathewson
2011-05-15Check permissions on the directory holding a control socketNick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick Mathewson
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJérémy Bobbio
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13Teach retry_listener about "auto" ports.Nick Mathewson
2011-05-13"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson
2011-05-12Fixes ticket #2503mikey99
2011-05-09Remove a duplicated line, found by clangSebastian Hahn
2011-05-03Set SO_REUSEADDR on all sockets, not just listenersNick Mathewson
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