index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
buffers.h
Age
Commit message (
Expand
)
Author
2017-04-18
Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.
Alexander Færøy
2017-04-17
Refactor the streaming compression code.
Alexander Færøy
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-14
Merge branch 'bug20894_029_v3'
Nick Mathewson
2017-02-14
fixup! Don't atoi off the end of a buffer chunk.
Nick Mathewson
2017-02-14
Don't atoi off the end of a buffer chunk.
Nick Mathewson
2016-12-19
for fuzzing: Add a function to make a buf with given contents
teor
2016-09-13
Make preferred_chunk_size avoid overflow, handle big inputs better
Nick Mathewson
2016-08-02
Remove generic_buffer_*() functions as needless.
Nick Mathewson
2016-08-02
Rename generic_buffer_set_to_copy, since generic buffers are not a thing
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-02-27
Update the copyright year.
Nick Mathewson
2015-09-01
Remove the unused "nulterminate" option to buf_pullup()
Nick Mathewson
2015-02-11
Remove mempools and buf freelists
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-30
Make buf_datalen() mockable
Andrea Shepard
2014-05-08
Move structures into (private) part of buffers.h so we can inspect them while...
Nick Mathewson
2014-02-12
Start writing tests for 10169.
Nick Mathewson
2014-02-12
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-02-12
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2014-02-12
Actually release buffer freelists when handling OOM conditions.
Nick Mathewson
2014-01-03
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2013-11-15
Have the OOM handler also count the age the data in a stream buffer
Nick Mathewson
2013-08-15
Unit tests for fetch_ext_or_cmd
Nick Mathewson
2013-07-18
Skeleton ExtORPort implementation. Needs testing, documentation.
Nick Mathewson
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2011-07-18
Add a generic_buffer_t to use the best buffer type we have on hand
Nick Mathewson
2011-07-13
Merge remote-tracking branch 'public/bug1666'
Nick Mathewson
2011-06-29
Record username/password data in socks_request_t
Nick Mathewson
2011-05-30
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-23
Use a 64-bit type to hold sockets on win64.
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-09-27
Get zlib compression working with bufferevents.
Nick Mathewson
2010-09-27
Implement SOCKS-client support for bufferevents
Nick Mathewson
2010-09-27
Fix more remaining users of inbuf/outbuf to handle bufferevents instead.
Nick Mathewson
2010-09-27
Add a fetch_from_evbuffer_http
Nick Mathewson
2010-09-27
Refactor SOCKS parsing code to handle evbuffers.
Nick Mathewson
2010-09-27
Clone fetch_var_cell_from_buf() for evbuffers.
Nick Mathewson
2010-08-17
Remove unused function declarations
Sebastian Hahn
2010-07-27
Create buffers.h
Sebastian Hahn