aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Fix compilation with older gccsNick Mathewson2012-09-14
* Split the or_state_t portions of config.c into their own fileNick Mathewson2012-09-13
* Merge branch 'quiet_lib_versions_squashed'Nick Mathewson2012-09-06
|\
| * Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson2012-09-06
* | Start passing ports to tor_check_port_forwarding().George Kadianakis2012-09-05
* | Refactor tor to support the new tor-fw-helper protocol.George Kadianakis2012-09-05
|/
* Merge remote-tracking branch 'arma/feature6758'Nick Mathewson2012-09-04
|\
| * omit the first heartbeat message (resolves ticket 6758)Roger Dingledine2012-09-03
* | quiet "I learned some more directory information" on startupRoger Dingledine2012-09-03
|/
* Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* Catch a few more K&R violations with make check-spacesNick Mathewson2012-06-23
* Disable warning for marked-but-reading in main.cNick Mathewson2012-06-19
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* tab-man returneth (this time using the name 'rob')Roger Dingledine2012-06-15
* Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson2012-06-14
|\
| * Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis2012-06-14
* | Add rate-limited log message to bug5263 fixNick Mathewson2012-06-13
* | Fix busy Libevent loops (infinite loops in Shadow)Rob G. Jansen2012-06-13
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Merge branch 'bug5604'Nick Mathewson2012-05-30
|\
| * If DisableNetwork, don't even try to open non-controller listenersNick Mathewson2012-04-18
* | When ReloadTorrcOnSIGHUP=1, do non-reload activities anywayNick Mathewson2012-05-16
|/
* Fix fencepost error with HearbeatPeriod optionSebastian Hahn2012-02-08
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Fixed build with GCC < 3.3Martin Hebnes Pedersen2011-12-19
* paint bug2474's fix a different neon colorRoger Dingledine2011-12-08
* Only define set_buffer_lengths_to_zero if bufferevents are enabledMurdoch@cl.cam.ac.uk2011-11-30
* Merge branch 'feature2553-v4-rebased'Nick Mathewson2011-11-30
|\
| * Warn loudly on startup and SIGHUP if Tor is built for a non-anonymous modeRobert Ransom2011-11-30
* | Initial hacking for proposal 186.Nick Mathewson2011-11-30
* | Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\ \
| * | Simply initialize TLS context if DynamicDHGroups change.George Kadianakis2011-11-25
| * | Implement dynamic prime reading and storing to disk.George Kadianakis2011-11-24
| * | Make DynamicPrimes SIGHUP-able.George Kadianakis2011-11-24
| * | Introduce the DynamicPrimes configuration option.George Kadianakis2011-11-24
| |/
* | New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
* | Merge remote-tracking branch 'public/feature4516'Nick Mathewson2011-11-24
|\ \ | |/ |/|
| * New UserspaceIOCPBuffers option to set SO_{SND,RCV}BUF to zeroNick Mathewson2011-11-18
* | Merge branch 'bug2474'Nick Mathewson2011-11-23
|\ \ | |/ |/|
| * Tweak the "this is not a stable release" warning some moreNick Mathewson2011-11-23
| * Tweak the startup message to be more helpfulNick Mathewson2011-04-28
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-26
|\ \
| * \ Merge remote-tracking branch 'public/cov_run224_022' into maint-0.2.2Nick Mathewson2011-10-26
| |\ \
| | * | Check return of init_keys() ip_address_changed: fix Coverity CID 484Nick Mathewson2011-10-06
* | | | Add new stats type: descriptor fetch statsSebastian Hahn2011-10-21
* | | | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \ \ \
| * | | | Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis2011-09-11
| * | | | Updated #includes etc. to use transports.[ch].George Kadianakis2011-07-18