aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.h
AgeCommit message (Expand)Author
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-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-09-27Get zlib compression working with bufferevents.Nick Mathewson
2010-09-27Implement SOCKS-client support for buffereventsNick 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-08-17Remove unused function declarationsSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn