aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
...
* | | | Remove unused var in write_to_evbuffer_zlibNick Mathewson2011-07-07
* | | | Make the get_options() return constNick Mathewson2011-06-14
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\ \ \ \ | | |/ / | |/| |
| * | | Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\| | |
| * | | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
| * | | Fix another instance of "128" in buffers.c. More bug2330.Nick Mathewson2011-01-15
* | | | Merge branch 'bug2320'Nick Mathewson2011-01-12
|\ \ \ \
| * | | | Use autoconf's FLEXIBLE_ARRAY_MEMBER for unspecified-length arraysNick Mathewson2011-01-06
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-10
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Pull up more data when parsing socks messagesNick Mathewson2011-01-10
* | | | Merge remote branch 'rransom/bug2327-v2'Nick Mathewson2011-01-03
|\ \ \ \
| * | | | Don't throw away incomplete SOCKS proxy responses.Robert Ransom2010-12-29
| * | | | Use evbuffer_pullup properly in fetch_from_evbuffer_socks_client.Robert Ransom2010-12-29
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\ \ \ | | | |/ | | |/|
| | * | Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-12-19
|\| | | | |_|/ |/| |
| * | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
| |\|
| | * Make payloads into uint8_t.Nick Mathewson2010-12-15
| | * Disable logging to control port connections in buf_shrink_freelists.Robert Ransom2010-11-12
| | * Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom2010-11-12
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-15
|\| |
| * | Move controller event for socks warning into log_unsafe_socks_warningNick Mathewson2010-11-15
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-15
|\| |
| * | Rate-limit unsafe socks warningSebastian Hahn2010-11-15
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-12
|\| |
| * | Avoid perma-blocking the controller on bug in shrink_freelistNick Mathewson2010-11-12
| * | Disable logging to control port connections in buf_shrink_freelists.Robert Ransom2010-11-12
| * | Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom2010-11-12
* | | Remove XXXs about improving buf_t API: bufferevents are the futureNick Mathewson2010-10-15
* | | Fix whitespace in bufferevents branchNick Mathewson2010-09-27
* | | Document and/or fix stuff found by Sebastian in code reviewNick Mathewson2010-09-27
* | | Some bufferevents related fixes and pointers for nickmSebastian Hahn2010-09-27
* | | Get zlib compression working with bufferevents.Nick Mathewson2010-09-27
* | | Implement SOCKS-client support for buffereventsNick Mathewson2010-09-27
* | | Get SSL connections and linked connections working with bufferevents.Nick Mathewson2010-09-27
* | | Add a 0-pullup version of fetch_from_evbuffer_socksNick Mathewson2010-09-27
* | | Documentation for inspect_evbufferNick Mathewson2010-09-27
* | | Add pullup-free version of fetch_from_evbuffer_httpNick Mathewson2010-09-27
* | | Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson2010-09-27
* | | Add a fetch_from_evbuffer_httpNick Mathewson2010-09-27
* | | Refactor SOCKS parsing code to handle evbuffers.Nick Mathewson2010-09-27
* | | Clone fetch_var_cell_from_buf() for evbuffers.Nick Mathewson2010-09-27
* | | Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson2010-09-27
* | | Teach read_event/write_event manipulators about bufferevents.Nick Mathewson2010-09-27
* | | Remove never-actually-finished code to use readv and writev for IO.Nick Mathewson2010-09-27
|/ /
* | A start at a patch for bug 1943 (alignment issues)Roger Dingledine2010-09-20
* | Make buf_shrink_freelists warn, not crash, when n_to_skip is too highNick Mathewson2010-08-10
* | Create reasons.hSebastian Hahn2010-07-27