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
*
Implement more control spec functionality
Nick Mathewson
2005-02-25
*
Forward-port the trick to bump up ConnLimit as far as it can
Roger Dingledine
2005-02-22
*
Change from inet_ntoa to a threadproof tor_inet_ntoa.
Nick Mathewson
2005-02-22
*
Note a non-bug in read_file_to_str as used. If we start to rely on it behavin...
Nick Mathewson
2005-02-22
*
But on windows, localtime and gmtime _are_ threadsafe.
Nick Mathewson
2005-02-22
*
Patch to localtime/gmtime handling: use the _r variants where available. Use...
Nick Mathewson
2005-02-22
*
Remove assumptions that maximum path length is anything like 1024. From comm...
Nick Mathewson
2005-02-22
*
remove spurious semicolons
Nick Mathewson
2005-02-22
*
Snarf some logic from python, adapted to our own needs, to handle gethostbyna...
Nick Mathewson
2005-02-22
*
Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...
Nick Mathewson
2005-02-22
*
Fix windows build: do not spuriously include openssl where not needed; handle...
Nick Mathewson
2005-02-22
*
bugfix: actually use the argument to strmap_free()
Roger Dingledine
2005-02-20
*
avoid case (not yet triggered) where smartlists could grow out
Roger Dingledine
2005-02-19
*
Tell openssl how to use locks and how to find thread ids -- this may prevent ...
Nick Mathewson
2005-02-13
*
Apply windows patch from Dmitri Bely
Nick Mathewson
2005-02-12
*
Free tls resources on exit too
Nick Mathewson
2005-02-11
*
Handle return value from getaddrinfo properly
Nick Mathewson
2005-02-03
*
Use getaddrinfo and gethostbyname_r where available. Note that these are not...
Nick Mathewson
2005-02-03
*
Forward-port SGI Compatibility patches from Jan Schaumann
Nick Mathewson
2005-02-03
*
point out a potential thread/process leak problem when we're out of memory
Roger Dingledine
2005-02-03
*
Add --with-dmalloc configure option
Peter Palfrader
2005-02-03
*
http://www.erlenstar.demon.co.uk/unix/faq_2.html says we
Roger Dingledine
2005-02-03
*
clarify what smartlist_remove promises, since we rely on it.
Roger Dingledine
2005-01-31
*
Add rudimentary pthread support that needs more testing.
Nick Mathewson
2005-01-27
*
fwd-port win32 isprint fix
Nick Mathewson
2005-01-22
*
forward-port: fix win32 compile
Roger Dingledine
2005-01-22
*
give a header file for ntohs
Roger Dingledine
2005-01-20
*
Compilation fixes for win32 version detection.
Nick Mathewson
2005-01-20
*
Make zlib detection happy on little-endian platforms; fix unit tests.
Nick Mathewson
2005-01-20
*
Detect windows platform correctly
Nick Mathewson
2005-01-19
*
Make detect_compression_method work on platforms with more evil chars.
Nick Mathewson
2005-01-19
*
Workaround for webservers that lie about Content-Encoding: Tor now tries to a...
Nick Mathewson
2005-01-19
*
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
2005-01-12
*
clean up smartlist_string_isin so callers don't have to manage bufs
Roger Dingledine
2005-01-12
*
help avoid overflow from len_in + (len_in/n)*len_ins
Roger Dingledine
2005-01-10
*
make the initial temp log only notice-err, not info-err
Roger Dingledine
2005-01-04
*
Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.
Roger Dingledine
2005-01-03
*
More work on task #43: fix race conditions on multithreaded (win32) servers.
Nick Mathewson
2005-01-03
*
Possible fix for task #43: when running on a multithreaded environment (curre...
Nick Mathewson
2005-01-03
*
Resolve task 42: find where 19-char nicknames were getting truncated when rea...
Nick Mathewson
2005-01-03
*
fix an assert on startup when the disk is full and you're logging to a file
Roger Dingledine
2004-12-22
*
move network_init from or/main to common/compat
Roger Dingledine
2004-12-22
*
Fix a bug in last patch; and keep my name out of the assert() call too.
Nick Mathewson
2004-12-22
*
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-12-22
*
Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...
Nick Mathewson
2004-12-16
*
Note that length checking on base64_decode is kinda conservative
Nick Mathewson
2004-12-13
*
Belt *or* suspenders will be sufficient when casting things to unsigned char.
Nick Mathewson
2004-12-08
*
Solaris CC freaks out if isspace and friends get anything other than an int. ...
Nick Mathewson
2004-12-08
*
fix comment
Roger Dingledine
2004-12-07
*
Fix some memory leaks and unlikely segfaults
Nick Mathewson
2004-12-07
[next]