aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Merge branch 'bug11396_v2_squashed'Nick Mathewson2014-04-24
|\
| * get_total_system_memory(): see how much RAM we haveNick Mathewson2014-04-24
* | Allow reloading torrc and writing to router-stabilityNick Mathewson2014-04-16
* | Add a couple of missing renames so the server sandbox works againNick Mathewson2014-04-16
* | Get Libevent's PRNG functioning under the linux sandboxNick Mathewson2014-04-16
* | Drop 'fr' parameter from sandbox code.Nick Mathewson2014-04-16
* | Remove nonsensical exec permission from sandbox code.Nick Mathewson2014-04-16
* | Add 'rename' to the sandboxed syscallsNick Mathewson2014-04-16
* | Fix some initial sandbox issues.Nick Mathewson2014-04-16
* | Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* | Demote "we stalled too much while trying to write" message to INFONick Mathewson2014-04-09
* | Check for new IP addr after circuit liveliness returnsMatthew Finkel2014-04-08
|/
* Merge branch 'bug8787_squashed'Nick Mathewson2014-03-31
|\
| * Always check returns from unlink()Andrea Shepard2014-03-31
* | Fix warnings from doxygenNick Mathewson2014-03-25
|/
* Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\
| * use router->addr for log messages and controller eventsRoger Dingledine2013-02-09
* | Write hashed bridge fingerprint to logs and to disk.Karsten Loesing2014-02-28
* | When not an exit node, don't test for DNS hijacking.Nick Mathewson2014-02-21
* | Merge branch 'bug4900_siphash_v2'Nick Mathewson2014-02-15
|\ \
| * | Split crypto_global_init() into pre/post configNick Mathewson2014-02-12
* | | Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
|/ /
* | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* | Merge remote-tracking branch 'public/bug10485'Nick Mathewson2013-12-24
|\ \
| * | Move onion-type stats message into heartbeatNick Mathewson2013-12-24
* | | Merge branch 'backtrace_squashed'Nick Mathewson2013-11-18
|\ \ \
| * | | Add a sighandler-safe logging mechanismNick Mathewson2013-11-18
| * | | Basic backtrace abilityNick Mathewson2013-11-18
* | | | Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
|\ \ \ \
| * | | | 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