summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
2010-09-27Fix a couple of bufferevent incompatibilities that snuck in.Nick Mathewson
2010-09-27Get zlib compression working with bufferevents.Nick Mathewson
2010-09-27Implement SOCKS-client support for buffereventsNick Mathewson
2010-09-27Documentation for a few bufferevent functions.Nick Mathewson
2010-09-27Get SSL connections and linked connections working with bufferevents.Nick Mathewson
2010-09-27Make control connections use buffereventsNick Mathewson
2010-09-27Fix crash/warning bug when we get an unexpected close.Nick Mathewson
2010-09-27Add a 0-pullup version of fetch_from_evbuffer_socksNick Mathewson
2010-09-27Documentation for inspect_evbufferNick Mathewson
2010-09-27Add pullup-free version of fetch_from_evbuffer_httpNick Mathewson
2010-09-27Add support for linked connections with bufferevent_pair.Nick Mathewson
2010-09-27Add bufferevent support for outgoing connections; exits are now supported.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-27Allow hold-open-until-flushed logic to work for bufferevents.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Add a fetch_from_evbuffer_httpNick Mathewson
2010-09-27Have edge connections use fetch_from_evbuffer_socks when appropriate.Nick Mathewson
2010-09-27Basic bufferevent callbacksNick Mathewson
2010-09-27Refactor SOCKS parsing code to handle evbuffers.Nick Mathewson
2010-09-27Clone fetch_var_cell_from_buf() for evbuffers.Nick Mathewson
2010-09-27Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson
2010-09-27New bufferevent-related check in assert_connection_ok().Nick Mathewson
2010-09-27Add bufferevent versions of connection_write/fetch_to/from_buf.Nick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
2010-09-27Teach read_event/write_event manipulators about bufferevents.Nick Mathewson
2010-09-27Remove never-actually-finished code to use readv and writev for IO.Nick Mathewson
2010-09-27Merge branch 'bug1805' into maint-0.2.2Nick Mathewson
2010-09-27Clean up some bug1805 comments based on arma's feedbackNick Mathewson
2010-09-27Implement new Wxx constraints.Mike Perry
2010-09-23Merge branch 'bug1511'Nick Mathewson
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-09-22Merge remote branch 'arma/bug1362'Nick Mathewson
2010-09-22Changes to bug1959_part1 on review from arma.Nick Mathewson
2010-09-21Make our min-info check also check for entry node presenceNick Mathewson
2010-09-21Even more accurate handling for shifting accounting intervalsNick Mathewson
2010-09-21Merge branch 'bug1789'Nick Mathewson
2010-09-21Bug1789 cleanups suggested by armaNick Mathewson
2010-09-21log when we finish a circuit after being offlineRoger Dingledine
2010-09-21Merge branch 'bug1956'Nick Mathewson
2010-09-20A start at a patch for bug 1943 (alignment issues)Roger Dingledine
2010-09-20Count unknown authorities as unknown only once, not once per signature.Nick Mathewson
2010-09-19Attempt to fix compilation on WindowsSebastian Hahn
2010-09-16I hear we are close to a release. Clean up the whitespace.Nick Mathewson
2010-09-16Merge remote branch 'sebastian/bug1921'Nick Mathewson
2010-09-16perconnbwrate and perconnbwburst consensus paramsRoger Dingledine
2010-09-16Demote a warn when enabling CellStatisticsSebastian Hahn
2010-09-15finish a comment, lower a variableNick Mathewson