aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
...
| * | | | Add new CIRC_BW event.Karsten Loesing2013-05-16
| * | | | Add new CELL_STATS event.Karsten Loesing2013-05-16
| * | | | Add new CONN_BW event.Karsten Loesing2013-05-16
* | | | | Make --version, --help, etc incremement quiet level, never decrease itNick Mathewson2013-10-11
* | | | | Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson2013-09-13
|\ \ \ \ \
| * | | | | Added --library-versions flag to print the compile time and runtime versions ...Kevin Butler2013-09-01
* | | | | | Merge branch 'bug4647_squashed'Nick Mathewson2013-09-13
|\ \ \ \ \ \
| * | | | | | Add a --dump-config option to help testing option parsing.Nick Mathewson2013-09-13
| * | | | | | Add '--digests' to "that which implies --hush."Nick Mathewson2013-09-13
| * | | | | | Use commandline parser for other optionsNick Mathewson2013-09-13
| * | | | | | Expose commandline parser so that we can use it for --quiet,etc.Nick Mathewson2013-09-13
| |/ / / / /
* | | | | | Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson2013-09-13
|\ \ \ \ \ \
| * | | | | | Build correctly with older libeventsNick Mathewson2013-09-09
| * | | | | | Basic compilation fixes.Nick Mathewson2013-09-09
| * | | | | | added contingency message to test for sandbox_getaddrinfoCristian Toader2013-09-02
| * | | | | | changed how sb getaddrinfo works such that it supports storing multiple resultsCristian Toader2013-09-02
| * | | | | | _array filter functions now rely on final NULL parameterCristian Toader2013-08-29
| * | | | | | supporting /dev/urandom instead of /dev/randomCristian Toader2013-08-29
| * | | | | | updated open syscall stringsCristian Toader2013-08-26
| * | | | | | partial libevent open fixCristian Toader2013-08-14
| * | | | | | attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader2013-08-12
| * | | | | | fixed memory leak, added array filter supportCristian Toader2013-08-10
| * | | | | | updated filters to work with orportCristian Toader2013-08-09
| * | | | | | orport progress (not functional), nickm suggested fixesCristian Toader2013-08-07
| * | | | | | added execve and multi-configuration supportCristian Toader2013-08-05
| * | | | | | fixes suggested by nickmCristian Toader2013-08-05
| * | | | | | small filter changes; openat as separate functionCristian Toader2013-07-30
| * | | | | | added openat parameter filterCristian Toader2013-07-29
| * | | | | | Investigated access4 syscall problem, small changes to filter.Cristian Toader2013-07-26
| * | | | | | integrated context for dynamic filtersCristian Toader2013-07-25
| * | | | | | initia stages of runtime dynamic filtersCristian Toader2013-07-25
* | | | | | | Merge branch 'maint-0.2.4'Roger Dingledine2013-09-05
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | collect and log statistics about onionskins received/processedRoger Dingledine2013-09-05
* | | | | | Write some free_all functions to free the auth. cookies.George Kadianakis2013-08-15
* | | | | | White-box tests for the succeeding case of ext_or_port handshake.Nick Mathewson2013-08-15
* | | | | | Expose/mock some functions to make ext_orport.c testing possibleNick Mathewson2013-08-15
| |_|_|/ / |/| | | |
* | | | | 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