Nick Mathewson
|
b546d8bc2b
Try a little harder to make sure we never call tor_compress_process wrong.
|
7 年 前 |
Andreas Stieger
|
e5f4642db3
Fix GCC 7 -Wimplicit-fallthrough warnings
|
7 年 前 |
David Goulet
|
8aedc589ed
config: Remove WarnUnsafeSocks option
|
7 年 前 |
Alexander Færøy
|
b8c9f229d7
Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.
|
7 年 前 |
Alexander Færøy
|
3c4459bcbf
Refactor the streaming compression code.
|
7 年 前 |
Nick Mathewson
|
7505f452c8
Run the copyright update script.
|
7 年 前 |
Nick Mathewson
|
c0aa7ac5ac
Merge branch 'disable_memory_sentinels_squashed'
|
7 年 前 |
Nick Mathewson
|
b923c4dc9f
Code to disable memory sentinels for fuzzing
|
7 年 前 |
Nick Mathewson
|
c51919b0da
Merge branch 'bug21369_check_029_squashed' into maint-0.3.0
|
7 年 前 |
Nick Mathewson
|
ee5471f9aa
Try to check for (and prevent) buffer size INT_MAX overflow better.
|
7 年 前 |
Nick Mathewson
|
7e469c1002
Merge branch 'bug20894_029_v3'
|
7 年 前 |
Nick Mathewson
|
4c1ecd7583
fixup! Don't atoi off the end of a buffer chunk.
|
7 年 前 |
Nick Mathewson
|
c4f2faf301
Don't atoi off the end of a buffer chunk.
|
7 年 前 |
teor
|
fca91a7793
for fuzzing: Add a function to make a buf with given contents
|
8 年 前 |
Nick Mathewson
|
66ecdcdd75
Update the buffer sentinel fix to work with our #20081 fix.
|
8 年 前 |
Nick Mathewson
|
1a74881063
Merge branch 'maint-0.2.8'
|
8 年 前 |
Nick Mathewson
|
1df114330e
Merge branch 'buf_sentinel_026_v2' into maint-0.2.8
|
8 年 前 |
Nick Mathewson
|
3cea86eb2f
Add a one-word sentinel value of 0x0 at the end of each buf_t chunk
|
8 年 前 |
Nick Mathewson
|
aae034d13e
Write a bunch of module documentation.
|
8 年 前 |
Nick Mathewson
|
20c4b01694
Make preferred_chunk_size avoid overflow, handle big inputs better
|
8 年 前 |
Nick Mathewson
|
7f145b54af
Merge remote-tracking branch 'public/Fix_19450'
|
8 年 前 |
Nick Mathewson
|
46ef4487d3
Remove generic_buffer_*() functions as needless.
|
8 年 前 |
Nick Mathewson
|
cd9d39d54b
Rename generic_buffer_set_to_copy, since generic buffers are not a thing
|
8 年 前 |
Nick Mathewson
|
c7558c906a
Use coarse monotonic timer instead of cached monotonized libevent time.
|
8 年 前 |
U+039b
|
c735220a0b
Remove bufferevents dead code
|
8 年 前 |
Nick Mathewson
|
4f1a04ff9c
Replace nearly all XXX0vv comments with smarter ones
|
8 年 前 |
Nick Mathewson
|
12e26a6e76
Disambiguate: Avoid defining two static functions called chunk_free_unchecked
|
8 年 前 |
Nick Mathewson
|
57699de005
Update the copyright year.
|
8 年 前 |
Nick Mathewson
|
fe6ca826df
Make sure that every module in src/or has a brief description.
|
8 年 前 |
Nick Mathewson
|
3074b8365f
Add another safe_str_client to fix bug 17419
|
8 年 前 |