summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2010-12-14bug1666 - Pass-through support for SOCKS5 authentication (2)Robert Hogan
2010-12-14bug1666 - Pass-through support for SOCKS5 authenticationRobert Hogan
2010-11-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-15Move controller event for socks warning into log_unsafe_socks_warningNick Mathewson
2010-11-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-15Rate-limit unsafe socks warningSebastian Hahn
2010-11-12Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-12Avoid perma-blocking the controller on bug in shrink_freelistNick Mathewson
2010-11-12Disable logging to control port connections in buf_shrink_freelists.Robert Ransom
2010-11-12Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom
2010-11-12Disable logging to control port connections in buf_shrink_freelists.Robert Ransom
2010-11-12Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom
2010-10-15Remove XXXs about improving buf_t API: bufferevents are the futureNick Mathewson
2010-09-27Fix whitespace in bufferevents branchNick Mathewson
2010-09-27Document and/or fix stuff found by Sebastian in code reviewNick Mathewson
2010-09-27Some bufferevents related fixes and pointers for nickmSebastian Hahn
2010-09-27Get zlib compression working with bufferevents.Nick Mathewson
2010-09-27Implement SOCKS-client support for buffereventsNick Mathewson
2010-09-27Get SSL connections and linked connections working with bufferevents.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-27Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson
2010-09-27Add a fetch_from_evbuffer_httpNick 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-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-20A start at a patch for bug 1943 (alignment issues)Roger Dingledine
2010-08-10Make buf_shrink_freelists warn, not crash, when n_to_skip is too highNick Mathewson
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
2009-07-13fix comments and other typosRoger Dingledine
2009-06-19Move SOCKS reason-decoding switches into reasons.cNick Mathewson
2009-06-19Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis