aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
Commit message (Expand)AuthorAge
* 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
* Basic bufferevent callbacks•••These are based strongly on connection_handle_read and connection_handle_write, but hopefully without so much mixture of IO logic and Tor logic. Nick Mathewson2010-09-27
* Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson2010-09-27
* Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
* Create connection.hSebastian Hahn2010-07-27