aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson2010-09-27
* New bufferevent-related check in assert_connection_ok().Nick Mathewson2010-09-27
* Add bufferevent versions of connection_write/fetch_to/from_buf.Nick Mathewson2010-09-27
* Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
* Teach read_event/write_event manipulators about bufferevents.Nick Mathewson2010-09-27
* Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson2010-08-18
* Merge commit 'karsten/dirbytes2'Nick Mathewson2010-08-18
|\
| * Correctly report written bytes on linked connections.Karsten Loesing2010-08-18
| * Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
* | Merge commit 'sebastian/bug1831'Nick Mathewson2010-08-15
|\ \
| * | Fix misplaced labelsSebastian Hahn2010-08-16
| |/
* / Refactor exit port statistics code and add unit tests.Karsten Loesing2010-08-11
|/
* Create routerparse.hSebastian Hahn2010-07-27
* Create rephist.hSebastian Hahn2010-07-27
* Create relay.hSebastian Hahn2010-07-27
* Create reasons.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create main.hSebastian Hahn2010-07-27
* Create dns.hSebastian Hahn2010-07-27
* Create dirserv.hSebastian Hahn2010-07-27
* Create directory.hSebastian Hahn2010-07-27
* Create cpuworker.hSebastian Hahn2010-07-27
* Create control.hSebastian Hahn2010-07-27
* Create connection_or.hSebastian Hahn2010-07-27
* Create connection_edge.hSebastian Hahn2010-07-27
* Create connection.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuituse.hSebastian Hahn2010-07-27
* Create circuitlist.hSebastian Hahn2010-07-27
* Create circuitbuild.hSebastian Hahn2010-07-27
* Create buffers.hSebastian Hahn2010-07-27
* Create rendclient.hSebastian Hahn2010-07-27
* Create rendcommon.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Create geoip.hSebastian Hahn2010-07-27
* Split headers for dnsserv.c functions out of or.hSebastian Hahn2010-07-27
* commit my annotations while i was hunting down the host order bugRoger Dingledine2010-03-05
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Don't spam controllers with TOO_MANY_CONNECTIONS eventsSebastian Hahn2010-02-08
* | Don't use OutboundBindAddress to connect to localhostNick Mathewson2010-01-20
* | Log a notice when we get a new control connectionSebastian Hahn2010-01-18
* | whitespace fixesRoger Dingledine2010-01-15
* | add separate per-conn write limitingRoger Dingledine2009-12-29
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Optimize cell-ewma circuit priority algorithm.Nick Mathewson2009-12-13
| * | Adjust EWMA patch to conform to whitespace style.Nick Mathewson2009-12-12
| * | Favor quiet circuits when choosing which order to relay cells in.Can Tang2009-12-12
* | | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \ \ | |/ / |/| |