summaryrefslogtreecommitdiff
path: root/src/or/connection.h
AgeCommit message (Expand)Author
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-21Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis
2011-06-21Add, use a bufferevent-safe connection_flush()Nick Mathewson
2011-06-14This commit is an attempt to beautify the previous commit.George Kadianakis
2011-06-14Our warning now is much more specific, mentioning proxy type/addr/port.George Kadianakis
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-10-13Use connection_mark_and_flush consistently.Nick Mathewson
2010-09-27New function to grab a directory connection fetching a resourceNick Mathewson
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
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