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
/
common
Age
Commit message (
Expand
)
Author
2005-04-01
update copyright notices.
Nick Mathewson
2005-04-01
fix typo in earlier libevent mmessage suppress patch
Nick Mathewson
2005-04-01
Add code to suppress spurious libevent log msgs; use it to resolve bug 68.
Nick Mathewson
2005-04-01
Use recent libevent features when possible
Nick Mathewson
2005-04-01
Try to make crash-on-shutdown bug harder to trigger.
Nick Mathewson
2005-03-31
add a tor_tls_is_server method to remember if conn->tls
Roger Dingledine
2005-03-28
remember some thoughts about using WSAStartup to learn
Roger Dingledine
2005-03-23
Fix a few more instances of memory not freed on exit (found by weasel).
Nick Mathewson
2005-03-22
bugfix: make smartlist_join_strings2 actually use the separator/terminator
Roger Dingledine
2005-03-17
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-16
Fix a fun windows bug: apparently windows stat wants paths not to end with sl...
Nick Mathewson
2005-03-14
Fix some more obscure compiler warnings
Nick Mathewson
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-03-03
Finish implementing GETINFO; make it easy to query address maps.
Nick Mathewson
2005-02-28
Try a little harder to avoid openssl SSL* double-free reports.
Nick Mathewson
2005-02-28
Fix strmap_free to release memory actually held by the strmap.
Nick Mathewson
2005-02-28
give a better warning when tor points at an https server.
Nick Mathewson
2005-02-25
Be specific about which "illegal character" we just saw in the cert.
Nick Mathewson
2005-02-25
Implement more control spec functionality
Nick Mathewson
2005-02-22
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-20
bugfix: actually use the argument to strmap_free()
Roger Dingledine
2005-02-19
avoid case (not yet triggered) where smartlists could grow out
Roger Dingledine
2005-02-13
Tell openssl how to use locks and how to find thread ids -- this may prevent ...
Nick Mathewson
2005-02-12
Apply windows patch from Dmitri Bely
Nick Mathewson
2005-02-11
Free tls resources on exit too
Nick Mathewson
2005-02-03
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-01-31
clarify what smartlist_remove promises, since we rely on it.
Roger Dingledine
2005-01-27
Add rudimentary pthread support that needs more testing.
Nick Mathewson
2005-01-22
fwd-port win32 isprint fix
Nick Mathewson
2005-01-22
forward-port: fix win32 compile
Roger Dingledine
2005-01-20
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-19
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
[next]