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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2005-02-24
add support for CONNECTing through https proxies.
Roger Dingledine
2005-02-24
stop a potential overflow (pointed out by ilja)
Roger Dingledine
2005-02-23
a list of things to do so we can decentralize
Roger Dingledine
2005-02-23
Improve log message on unrecognized encoding to indicate that we can cope.
Nick Mathewson
2005-02-23
more 010x todos
Nick Mathewson
2005-02-23
assign a few tasks
Roger Dingledine
2005-02-23
First cut at labelinging things for 0.1.0.x
Nick Mathewson
2005-02-23
a few more items for the todo
Roger Dingledine
2005-02-23
Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...
Nick Mathewson
2005-02-23
and to the win32 and os x doc pages
Roger Dingledine
2005-02-23
make slightly clearer that mapaddress arguments are strings
Roger Dingledine
2005-02-23
clarify comment
Nick Mathewson
2005-02-23
Addressmap tweak: Make "addressmap x x" remove any mapping from the address x.
Nick Mathewson
2005-02-23
Forward-port fix to make dual-purpose NT executable work.
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
Check for pthread dependency on pthread_detach as well as pthread_create
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
After we successfully connect, try handling pending stuff immediately, rather...
Nick Mathewson
2005-02-22
Print uname on start of unittests.
Nick Mathewson
2005-02-22
Fix windows build: juggle }s and #endifs around in main.c
Nick Mathewson
2005-02-22
Fix windows build: do not spuriously include openssl where not needed; handle...
Nick Mathewson
2005-02-22
make the addressmap internals less noisy
Roger Dingledine
2005-02-22
man page entries for addressmap and trackhostexits
Roger Dingledine
2005-02-22
Add a new AddressMap directive to rewrite incoming socks addresses.
Roger Dingledine
2005-02-20
bugfix: actually use the argument to strmap_free()
Roger Dingledine
2005-02-20
forward-port the onion queue thing
Roger Dingledine
2005-02-19
avoid case (not yet triggered) where smartlists could grow out
Roger Dingledine
2005-02-18
Tweak control-spec: add a GETINFO/INFOVALUE type pair to handle non-configura...
Nick Mathewson
2005-02-18
make it clearer that our screenshots are of old versions.
Roger Dingledine
2005-02-17
forward-port some fixes
Roger Dingledine
2005-02-16
integrating changes related to building circuits, assigning streams, and exch...
Geoff Goodell
2005-02-16
remove unused code
Roger Dingledine
2005-02-15
More fixes for IRIX compilation: make very sure we have NULL in configure.in....
Nick Mathewson
2005-02-15
Fix check for NULL representation to include string.h; this makes fixes build...
Nick Mathewson
2005-02-14
make the wikipedia statement less strict
Roger Dingledine
2005-02-14
Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...
Nick Mathewson
2005-02-13
Tell openssl how to use locks and how to find thread ids -- this may prevent ...
Nick Mathewson
2005-02-13
Add a missing prototype to or.h
Nick Mathewson
2005-02-13
remove redundant unpack in critical path
Nick Mathewson
2005-02-12
Give a better error message when zlib.h is not found.
Nick Mathewson
2005-02-12
Apply windows patch from Dmitri Bely
Nick Mathewson
2005-02-11
Do not try to double-aquire lock when rotating keys. May fix deadlock bug fo...
Nick Mathewson
2005-02-11
Free tls resources on exit too
Nick Mathewson
[next]