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
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-07-05
Make the strings from #1667 static.
Nick Mathewson
2017-07-05
Merge branch 'neena-fix-1667'
Nick Mathewson
2017-07-05
Extract "not an HTTP proxy" messages.
Nick Mathewson
2017-06-27
Merge branch 'maint-0.3.1'
Nick Mathewson
2017-06-26
Try a little harder to make sure we never call tor_compress_process wrong.
Nick Mathewson
2017-06-21
Replace peek_buf_startswith() with a safe version
Nick Mathewson
2017-06-21
Fix compilation on 1667 code.
Nick Mathewson
2017-06-21
Respond meaningfully to HTTP requests on the control port. Fix #1667
Ravi Chandra Padmala
2017-06-04
Use string_is_valid_hostname in SOCKS4 request parsing codepath
rl1987
2017-06-04
Don't reject SOCKS5 requests that contain IP strings
rl1987
2017-06-03
Refrain from needless SOCKS5 warning
rl1987
2017-05-30
Fix GCC 7 -Wimplicit-fallthrough warnings
Andreas Stieger
2017-05-09
config: Remove WarnUnsafeSocks option
David Goulet
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-27
Merge branch 'disable_memory_sentinels_squashed'
Nick Mathewson
2017-02-27
Code to disable memory sentinels for fuzzing
Nick Mathewson
2017-02-27
Merge branch 'bug21369_check_029_squashed' into maint-0.3.0
Nick Mathewson
2017-02-27
Try to check for (and prevent) buffer size INT_MAX overflow better.
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-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
[next]