summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2012-12-07Fix some wide linesNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson
2012-11-12Merge branch 'maint-0.2.3'Roger Dingledine
2012-11-12use a more logical operatorRoger Dingledine
2012-11-02Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-14Merge remote-tracking branch 'arma/bug7029'Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-09Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard
2012-10-08Keep better statistics about channels and dump them from dumpstats() on SIGUSR1Andrea Shepard
2012-10-08Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.cAndrea Shepard
2012-10-08Call connection_or_close_normally() rather than using connection_mark_for_clo...Andrea Shepard
2012-10-08Call channel_run_cleanup() in main.c, and include a comment explaining how cl...Andrea Shepard
2012-10-08Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.cAndrea Shepard
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-10-03Free some more still-in-use memory at exitRoger Dingledine
2012-10-01The --version option should imply --quiet.Nick Mathewson
2012-09-14Fix compilation with older gccsNick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-06Merge branch 'quiet_lib_versions_squashed'Nick Mathewson
2012-09-06Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson
2012-09-05Start passing ports to tor_check_port_forwarding().George Kadianakis
2012-09-05Refactor tor to support the new tor-fw-helper protocol.George Kadianakis
2012-09-04Merge remote-tracking branch 'arma/feature6758'Nick Mathewson
2012-09-03quiet "I learned some more directory information" on startupRoger Dingledine
2012-09-03omit the first heartbeat message (resolves ticket 6758)Roger Dingledine
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-23Catch a few more K&R violations with make check-spacesNick Mathewson
2012-06-19Disable warning for marked-but-reading in main.cNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-15tab-man returneth (this time using the name 'rob')Roger Dingledine
2012-06-14Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-13Add rate-limited log message to bug5263 fixNick Mathewson
2012-06-13Fix busy Libevent loops (infinite loops in Shadow)Rob G. Jansen
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-30Merge branch 'bug5604'Nick Mathewson
2012-05-16When ReloadTorrcOnSIGHUP=1, do non-reload activities anywayNick Mathewson
2012-04-18If DisableNetwork, don't even try to open non-controller listenersNick Mathewson
2012-02-08Fix fencepost error with HearbeatPeriod optionSebastian Hahn
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-12-19Fixed build with GCC < 3.3Martin Hebnes Pedersen
2011-12-08paint bug2474's fix a different neon colorRoger Dingledine
2011-11-30Only define set_buffer_lengths_to_zero if bufferevents are enabledMurdoch@cl.cam.ac.uk
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Warn loudly on startup and SIGHUP if Tor is built for a non-anonymous modeRobert Ransom