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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
buffers.c
Age
Commit message (
Expand
)
Author
2016-10-17
Update the buffer sentinel fix to work with our #20081 fix.
Nick Mathewson
2016-10-17
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-10-17
Merge branch 'buf_sentinel_026_v2' into maint-0.2.8
Nick Mathewson
2016-10-17
Add a one-word sentinel value of 0x0 at the end of each buf_t chunk
Nick Mathewson
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-09-13
Make preferred_chunk_size avoid overflow, handle big inputs better
Nick Mathewson
2016-08-12
Merge remote-tracking branch 'public/Fix_19450'
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-19
Use coarse monotonic timer instead of cached monotonized libevent time.
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-04-15
Disambiguate: Avoid defining two static functions called chunk_free_unchecked
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-27
Make sure that every module in src/or has a brief description.
Nick Mathewson
2016-01-12
Add another safe_str_client to fix bug 17419
Nick Mathewson
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-09-02
Remove remaining references to "nulterminate" in comments
Nick Mathewson
2015-09-01
Remove the unused "nulterminate" option to buf_pullup()
Nick Mathewson
2015-08-25
Log malformed hostnames in socks5 request respecting SafeLogging
Andreas Stieger
2015-05-07
Merge branch 'writing_tests'
Nick Mathewson
2015-05-07
Write the outlines of a WritingTests.txt document
Nick Mathewson
2015-03-14
Remove relative paths to header files.
cypherpunks
2015-03-09
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson
2015-03-09
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-03-09
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2015-03-03
Make the assert related to 15083 a tiny bit more tolerant
Nick Mathewson
2015-03-03
Do not leave empty, invalid chunks in buffers during 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-12-30
Allow IPv4 and IPv6 addresses in SOCKS5 FQDN requests.
Yawning Angel
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-11-04
Merge branch 'bug13315_squashed'
Nick Mathewson
2014-11-04
Sending 'Not allowed' error message before closing the connection.
rl1987
2014-11-04
Checking if FQDN is actually IPv6 address string and handling that case.
rl1987
2014-11-04
Validating SOCKS5 hostname more correctly.
rl1987
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-23
Fix minor typos, two line lengths, and a repeated include
teor
2014-10-01
Send back SOCKS5 errors for all of the address related failures.
Yawning Angel
2014-09-30
Make buf_datalen() mockable
Andrea Shepard
2014-09-29
Rename socks5 error code setting function again
Nick Mathewson
2014-09-29
Respond with 'Command not supported' SOCKS5 reply message upon reception of u...
rl1987
2014-05-08
Move structures into (private) part of buffers.h so we can inspect them while...
Nick Mathewson
2014-04-29
Make --disable-buf-freelists build and pass unit tests
Andrea Shepard
2014-04-18
scan-build: check impossible null-pointer case in buffers.c
Nick Mathewson
2014-03-05
Fix whitespace errors, all of them mine.
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2014-02-26
Monotonize the OOM-killer data timers
Nick Mathewson
2014-02-12
Start writing tests for 10169.
Nick Mathewson
[next]