summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-25Simply initialize TLS context if DynamicDHGroups change.George Kadianakis
2011-11-24Merge remote-tracking branch 'public/feature4516'Nick Mathewson
2011-11-24Implement dynamic prime reading and storing to disk.George Kadianakis
2011-11-24Make DynamicPrimes SIGHUP-able.George Kadianakis
2011-11-24Introduce the DynamicPrimes configuration option.George Kadianakis
2011-11-23Merge branch 'bug2474'Nick Mathewson
2011-11-23Tweak the "this is not a stable release" warning some moreNick Mathewson
2011-11-18New UserspaceIOCPBuffers option to set SO_{SND,RCV}BUF to zeroNick Mathewson
2011-10-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-26Merge remote-tracking branch 'public/cov_run224_022' into maint-0.2.2Nick Mathewson
2011-10-21Add new stats type: descriptor fetch statsSebastian Hahn
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-10-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-07Avoid running DNS self-tests if we're operating as a bridgewarms0x
2011-10-06Check return of init_keys() ip_address_changed: fix Coverity CID 484Nick Mathewson
2011-09-22New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch
2011-09-13Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-13Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-09-11Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis
2011-09-07Upload descriptors more often when recent desc is unlistedNick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-08-29Add a bufferevent note to startup logSebastian Hahn
2011-08-04Make --quiet and --hush apply to default logs, not only initial logsNick Mathewson
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson