aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
AgeCommit message (Expand)Author
2010-09-27Get SSL connections and linked connections working with bufferevents.Nick Mathewson
2010-09-27Add support for linked connections with bufferevent_pair.Nick Mathewson
2010-09-27Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson
2010-09-27Be a little more abstract about which connection type use buffereventsNick Mathewson
2010-09-27Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson
2010-09-27Basic bufferevent callbacksNick Mathewson
2010-09-27Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
2010-07-27Create connection.hSebastian Hahn