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
path:
root
/
src
/
or
/
main.c
Age
Commit message (
Expand
)
Author
2011-10-26
Rename get_client_identity_key to get_tlsclient_identity_key
Nick Mathewson
2011-10-26
Maintain separate server and client identity keys when appropriate.
Robert Ransom
2011-10-26
Maintain separate server and client TLS contexts.
Robert Ransom
2011-10-26
Refactor tor_tls_context_new:
Robert Ransom
2011-09-13
Generate our ssl session certs with a plausible lifetime
Roger Dingledine
2011-04-28
Forget all rendezvous client state on SIGNAL NEWNYM
Robert Ransom
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-09-08
Remove a needless keep_open_until_flushed
Nick Mathewson
2010-09-03
Close a non-open OR connection *only* after KeepalivePeriod.
Nick Mathewson
2010-04-23
close idle tls conns early
Roger Dingledine
2010-04-23
finally get rid of "clique mode"
Roger Dingledine
2010-04-23
close idle dir-fetch circs early
Roger Dingledine
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-09-01
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-08-31
Only send reachability status events on overall success/failure
Roger Dingledine
2009-06-30
the third piece of bug 969 fixing
Roger Dingledine
2009-06-03
Fix gprof bottlenecks on exit nodes found by Jacob.
Nick Mathewson
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-01-22
Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...
Nick Mathewson
2009-01-21
Make sure that even in the weird fiddly paths that lead to init_keys,
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-24
Checkpoint my big bug-891 patch.
Nick Mathewson
2008-12-23
Document most undocumented variables.
Nick Mathewson
2008-12-22
Add DOCDOC entries for undocumented static and global variables.
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-22
Add DOCDOC comments for all undocumented functions. Add missing *s to other ...
Nick Mathewson
2008-12-18
Why were we using gettimeofday() in second_elapsed_callback? We were only ev...
Nick Mathewson
2008-12-18
Replace calls to time(NULL) that occur on the order of once per read, one per...
Nick Mathewson
2008-12-18
Remove fixed xxx020s; downgrade unfixed ones.
Nick Mathewson
2008-12-18
Call release_lockfile() before exiting.
Nick Mathewson
2008-12-17
Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha
Nick Mathewson
2008-12-17
Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.
Nick Mathewson
2008-12-17
Move edge-only flags from connection_t to edge_connection_t.
Nick Mathewson
2008-12-17
Rename or_is_obsolete and move it to or_connection_t where it belongs.
Nick Mathewson
2008-12-11
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
Nick Mathewson
2008-12-11
Fix wide line in main.c
Nick Mathewson
2008-12-10
Add new internal-use-only option for controllers to use to prevent SIGHUP fro...
Nick Mathewson
2008-12-10
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
Nick Mathewson
2008-12-07
Directory mirrors no longer fetch the v1 directory or
Roger Dingledine
2008-12-07
Add comment clarifying OpenSSL usage.
Jacob Appelbaum
2008-11-29
clean up some log messages
Roger Dingledine
2008-11-21
prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() --
Roger Dingledine
2008-11-10
Document a couple of functions.
Nick Mathewson
2008-11-10
beg nick for some documentation on the locking functions
Roger Dingledine
2008-09-25
Whitespace fixes.
Nick Mathewson
2008-09-25
Remove now-needless _tor_dmalloc_free helper.
Nick Mathewson
2008-09-09
Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...
Nick Mathewson
2008-09-09
minor cleanups on karsten's patch
Roger Dingledine
2008-09-09
karsten's patch for bug 767.
Roger Dingledine
[next]