summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-12Add more error checks to socks parsing codeNick Mathewson
2011-07-07Remove unused var in write_to_evbuffer_zlibNick Mathewson
2011-06-29Refactor fetch_from_buf_socks() to be greedyNick Mathewson
2011-06-29Don't drain extra data when parsing socks auth methodsNick Mathewson
2011-06-29Record username/password data in socks_request_tNick Mathewson
2011-06-29If we negotiate authentication, require it.Nick Mathewson
2011-06-29Be more strict about when to accept socks auth messageNick Mathewson
2011-06-29Fix 'make check-spaces'Nick Mathewson
2011-06-29Correct byte-counting in socks auth parsing codeNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-01-15Fix another instance of "128" in buffers.c. More bug2330.Nick Mathewson
2011-01-12Merge branch 'bug2320'Nick Mathewson
2011-01-10Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-10Pull up more data when parsing socks messagesNick Mathewson
2011-01-06Use autoconf's FLEXIBLE_ARRAY_MEMBER for unspecified-length arraysNick Mathewson
2011-01-03Merge remote branch 'rransom/bug2327-v2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-29Don't throw away incomplete SOCKS proxy responses.Robert Ransom
2010-12-29Use evbuffer_pullup properly in fetch_from_evbuffer_socks_client.Robert Ransom
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-12-14bug1666 - Pass-through support for SOCKS5 authentication(4)Robert Hogan
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