aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson2013-07-15
|\
| * Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson2013-07-12
|\ \ | |/ |/|
| * Add a basic seccomp2 syscall filter on LinuxCristian Toader2013-07-11
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-29
|\ \
| * | Give a warning when bufferevents are enabled.Nick Mathewson2013-06-29
* | | Rename networkstatus_dl_interval() -> networkstatus_dl_check_interval()Nick Mathewson2013-06-13
* | | Hide consensus download interval, depending on TestingTorNetwork, in a macro.Linus Nordberg2013-06-10
* | | Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg2013-06-08
| |/ |/|
* | Lower dir fetch retry schedules in testing networks.Karsten Loesing2013-05-16
|/
* Merge remote-tracking branch 'public/bug6174' into maint-0.2.4Nick Mathewson2013-03-18
|\
| * Rename circuit_expire_all_dirty_circsNick Mathewson2013-02-19
* | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
|/
* simplify timing checksRoger Dingledine2013-02-11
* Check for IP address change every minute, not 15 minutesRoger Dingledine2013-02-11
* Fix numerous problems with Tor's weak RNG.Nick Mathewson2013-02-08
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard2013-01-24
|\
| * Record and report the overhead of how we handle onionskins.Nick Mathewson2013-01-03
* | Rename *_isin to *_containsNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
|/
* Fix some wide linesNick Mathewson2012-12-07
* Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\
| * Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
* | Move address map into its own file.Nick Mathewson2012-11-14
* | Merge branch 'maint-0.2.3'Roger Dingledine2012-11-12
|\ \ | |/ |/|
| * use a more logical operatorRoger Dingledine2012-11-12
* | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \
| * | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ \ | |/ / |/| |
| * | Free some more still-in-use memory at exitRoger Dingledine2012-10-03
* | | Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* | | Keep better statistics about channels and dump them from dumpstats() on SIGUSR1Andrea Shepard2012-10-08
* | | Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.cAndrea Shepard2012-10-08
* | | Call connection_or_close_normally() rather than using connection_mark_for_clo...Andrea Shepard2012-10-08
* | | Call channel_run_cleanup() in main.c, and include a comment explaining how cl...Andrea Shepard2012-10-08
* | | Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.cAndrea Shepard2012-10-08
* | | Use channel_t rather than or_connection_t for circuitsAndrea Shepard2012-10-08
|/ /
* | The --version option should imply --quiet.Nick Mathewson2012-10-01
* | 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