aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.h
Commit message (Expand)AuthorAge
* Move structures into (private) part of buffers.h so we can inspect them while...Nick Mathewson2014-05-08
* Start writing tests for 10169.Nick Mathewson2014-02-12
* Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson2014-02-12
|\
| * Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson2014-02-12
| |\
| | * Actually release buffer freelists when handling OOM conditions.Nick Mathewson2014-02-12
| * | Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson2014-01-03
| |\|
| | * Have the OOM handler also count the age the data in a stream bufferNick Mathewson2013-11-15
* | | Unit tests for fetch_ext_or_cmdNick Mathewson2013-08-15
* | | Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson2013-07-18
* | | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
|/ /
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add a generic_buffer_t to use the best buffer type we have on handNick Mathewson2011-07-18
* Merge remote-tracking branch 'public/bug1666'Nick Mathewson2011-07-13
|\
| * Record username/password data in socks_request_tNick Mathewson2011-06-29
* | 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 branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| | | |/ |/|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Get zlib compression working with bufferevents.Nick Mathewson2010-09-27
* | Implement SOCKS-client support for buffereventsNick 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
|/
* Remove unused function declarationsSebastian Hahn2010-08-17
* Create buffers.hSebastian Hahn2010-07-27