index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
Fix a SIZE_T_CEILING check in torgzip.c; noticed by cypherpunks
Nick Mathewson
2011-01-05
*
Detect and disallow compression bombs
Nick Mathewson
2011-01-03
*
Avoid assertion on read_file_to_str() with size==SIZE_T_CEILING-1
Nick Mathewson
2011-01-03
*
Check size against SIZE_T_CEILING in realloc too.
Nick Mathewson
2011-01-03
*
Never include pthread.h when building for Windows.
Nick Mathewson
2011-01-03
*
Bump copyright statements to 2011
Nick Mathewson
2011-01-03
*
Merge remote branch 'public/bug2190_021' into maint-0.2.1
Nick Mathewson
2010-12-21
|
\
|
*
Do not send Libevent log messages to a controller (0.2.1 backport)
Nick Mathewson
2010-11-19
*
|
Make payloads into uint8_t.
Nick Mathewson
2010-12-15
*
|
Have all of our allocation functions and a few others check for underflow
Nick Mathewson
2010-12-13
*
|
Base SIZE_T_CEILING on SSIZE_T_MAX.
Nick Mathewson
2010-12-13
*
|
Fix compilation with mingw and OpenSSL 0.9.8m+
mingw-san
2010-11-23
*
|
Do not set the hostname TLS extension server-side; only client-side
Nick Mathewson
2010-11-20
|
/
*
Fix renegotiation on OpenSSL versions that backport RFC5746.
Nick Mathewson
2010-04-13
*
Update Tor Project copyright years
Nick Mathewson
2010-02-27
*
Zero a cipher completely before freeing it
Sebastian Hahn
2010-02-26
*
Fix compile
Sebastian Hahn
2010-02-18
*
Even more conservative option-setting for SSL renegotiation.
Nick Mathewson
2010-02-17
*
Revise OpenSSL fix to work with OpenSSL 1.0.0beta*
Nick Mathewson
2010-01-31
*
Decide whether to use SSL flags based on runtime OpenSSL version.
Nick Mathewson
2010-01-29
*
Avoid a possible crash in tls_log_errors.
Nick Mathewson
2010-01-22
*
Fix bug 1173: remove an assert(unsigned >= 0).
Nick Mathewson
2009-12-15
*
Improved workaround for disabled OpenSSL renegotiation.
Martin Peck
2009-12-04
*
Make Tor work with OpenSSL 0.9.8l
Nick Mathewson
2009-11-05
*
Code to parse and access network parameters.
Nick Mathewson
2009-10-14
*
Work around a memory leak in openssl 0.9.8g (and maybe others)
Nick Mathewson
2009-09-17
*
Use an _actual_ fix for the byte-reverse warning.
Nick Mathewson
2009-09-01
*
Use a simpler fix for the byte-reversing warning
Nick Mathewson
2009-09-01
*
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-09-01
*
Fix a rare infinite-recursion bug when shutting down.
Nick Mathewson
2009-08-20
*
Don't attempt to log messages to a controller from a worker thread.
Nick Mathewson
2009-05-30
*
Fixes to spelling fixes. Thanks, Roger!
Nick Mathewson
2009-05-28
*
Spell-check Tor.
Nick Mathewson
2009-05-27
*
Spelling fixes in comments and strings
Nick Mathewson
2009-05-27
*
Stop using malloc_usable_size(): valgrind hates it.
Nick Mathewson
2009-05-17
*
Fix an assertion-failure in memarea_alloc() on 64-bit platforms.
Nick Mathewson
2009-05-17
*
Use a mutex to protect the count of open sockets.
Nick Mathewson
2009-05-13
*
Update copyright to 2009.
Karsten Loesing
2009-05-04
*
Actually do that memarea_strndup fix right. Not only must you not examine un...
Nick Mathewson
2009-03-21
*
fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...
Nick Mathewson
2009-03-21
*
Add some asserts to try to catch bug 930
Nick Mathewson
2009-03-18
*
doxygen tweak
Roger Dingledine
2009-03-09
*
Actually use tor_sscanf() to parse untrusted input.
Nick Mathewson
2009-03-03
*
Add a simple locale-independent no-surprises sscanf replacement.
Nick Mathewson
2009-03-03
*
Add and use set/get_uint64 on onion tags. [bug 604; backportable]
Nick Mathewson
2009-03-02
*
Use prctl to reenable core dumps when we have setuid to a non-root user.
Nick Mathewson
2009-02-09
*
Remove some deadcode and use tor_inet_aton uniformly.
Nick Mathewson
2009-02-09
*
Fix typo found by Justin Coffi on or-talk
Nick Mathewson
2009-01-23
*
Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...
Nick Mathewson
2009-01-22
*
Make sure that even in the weird fiddly paths that lead to init_keys,
Nick Mathewson
2009-01-21
[next]