aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Add metric on uni/bidirectional connection usage.Karsten Loesing2010-12-03
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-15
|\
| * Change Natd into NATD in our options.Sebastian Hahn2010-11-10
| * Synx manpage and source wrt option capitalizationSebastian Hahn2010-11-10
* | Make the return value of tor_addr_sockaddr always be signedNick Mathewson2010-10-15
* | Whitespace fixes on recent merges to master.Nick Mathewson2010-09-30
* | New function to grab a directory connection fetching a resourceNick Mathewson2010-09-27
* | Document and/or fix stuff found by Sebastian in code reviewNick Mathewson2010-09-27
* | Some bufferevents related fixes and pointers for nickmSebastian Hahn2010-09-27
* | Convert bufferevents to use rate-limiting.Nick Mathewson2010-09-27
* | Fix a couple of bufferevent incompatibilities that snuck in.Nick Mathewson2010-09-27
* | Get zlib compression working with bufferevents.Nick Mathewson2010-09-27
* | Implement SOCKS-client support for buffereventsNick Mathewson2010-09-27
* | Documentation for a few bufferevent functions.Nick Mathewson2010-09-27
* | Get SSL connections and linked connections working with bufferevents.Nick Mathewson2010-09-27
* | Make control connections use buffereventsNick Mathewson2010-09-27
* | Fix crash/warning bug when we get an unexpected close.Nick Mathewson2010-09-27
* | Add support for linked connections with bufferevent_pair.Nick Mathewson2010-09-27
* | Add bufferevent support for outgoing connections; exits are now supported.Nick Mathewson2010-09-27
* | Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson2010-09-27
* | Be a little more abstract about which connection type use buffereventsNick Mathewson2010-09-27
* | Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson2010-09-27
* | Allow hold-open-until-flushed logic to work for bufferevents.Nick Mathewson2010-09-27
* | Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson2010-09-27
* | Basic bufferevent callbacksNick Mathewson2010-09-27
* | 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