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
2013-03-18
Merge remote-tracking branch 'public/bug6174' into maint-0.2.4
Nick Mathewson
2013-02-23
Remove a bunch of unused macro definitions
Nick Mathewson
2013-02-19
Rename circuit_expire_all_dirty_circs
Nick Mathewson
2013-02-11
simplify timing checks
Roger Dingledine
2013-02-11
Check for IP address change every minute, not 15 minutes
Roger Dingledine
2013-02-08
Fix numerous problems with Tor's weak RNG.
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-24
Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor
Andrea Shepard
2013-01-16
Rename *_isin to *_contains
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-03
Record and report the overhead of how we handle onionskins.
Nick Mathewson
2012-12-07
Fix some wide lines
Nick Mathewson
2012-12-07
Merge branch 'win64-7260'
Nick Mathewson
2012-11-14
Move address map into its own file.
Nick Mathewson
2012-11-12
Merge branch 'maint-0.2.3'
Roger Dingledine
2012-11-12
use a more logical operator
Roger Dingledine
2012-11-02
Add a TOR_SOCKET_T_FORMAT construction for logging sockets.
Nick Mathewson
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
2012-10-15
Merge remote-tracking branch 'public/bug1031'
Nick Mathewson
2012-10-14
Merge remote-tracking branch 'arma/bug7029'
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-09
Split channel_t into channel_t and channel_listener_t; get rid of that big union
Andrea Shepard
2012-10-08
Keep better statistics about channels and dump them from dumpstats() on SIGUSR1
Andrea Shepard
2012-10-08
Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c
Andrea Shepard
2012-10-08
Call connection_or_close_normally() rather than using connection_mark_for_clo...
Andrea Shepard
2012-10-08
Call channel_run_cleanup() in main.c, and include a comment explaining how cl...
Andrea Shepard
2012-10-08
Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.c
Andrea Shepard
2012-10-08
Use channel_t rather than or_connection_t for circuits
Andrea Shepard
2012-10-03
Free some more still-in-use memory at exit
Roger Dingledine
2012-10-01
The --version option should imply --quiet.
Nick Mathewson
2012-09-14
Fix compilation with older gccs
Nick Mathewson
2012-09-13
Split the or_state_t portions of config.c into their own file
Nick Mathewson
2012-09-06
Merge branch 'quiet_lib_versions_squashed'
Nick Mathewson
2012-09-06
Don't log about Libevent/OpenSSL initialization when all's well
Nick Mathewson
2012-09-05
Start passing ports to tor_check_port_forwarding().
George Kadianakis
2012-09-05
Refactor tor to support the new tor-fw-helper protocol.
George Kadianakis
2012-09-04
Merge remote-tracking branch 'arma/feature6758'
Nick Mathewson
2012-09-03
quiet "I learned some more directory information" on startup
Roger Dingledine
2012-09-03
omit the first heartbeat message (resolves ticket 6758)
Roger Dingledine
2012-07-17
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
Nick Mathewson
2012-06-23
Catch a few more K&R violations with make check-spaces
Nick Mathewson
2012-06-19
Disable warning for marked-but-reading in main.c
Nick Mathewson
2012-06-15
Triage the XXX023 and XXX022 comments: postpone many.
Nick Mathewson
2012-06-15
tab-man returneth (this time using the name 'rob')
Roger Dingledine
2012-06-14
Merge remote-tracking branch 'asn-mytor/bug5589_take2'
Nick Mathewson
2012-06-14
Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.
George Kadianakis
2012-06-13
Add rate-limited log message to bug5263 fix
Nick Mathewson
2012-06-13
Fix busy Libevent loops (infinite loops in Shadow)
Rob G. Jansen
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
[next]