aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2014-05-23sandbox: Correct fix for hs part of 12064Nick Mathewson
2014-05-23Merge branch 'bug11965_v2'Nick Mathewson
2014-05-23Postpone fetches based on should_delay_dir_fetch(), not DisableNetworkNick Mathewson
2014-05-22sandbox: allow reading of hidden service configuration files.Nick Mathewson
2014-05-22sandbox: allow access to cookie files, approved-routersNick Mathewson
2014-05-22sandbox: allow access to various stats/*-stats filesMichael Wolf
2014-05-22sandbox: revamp sandbox_getaddrinfo cacheingNick Mathewson
2014-05-22Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson
2014-05-20fix a wide lineNick Mathewson
2014-05-20sandbox: support logfile rotationNick Mathewson
2014-05-20sandbox: tolerate reloading with DirPortFrontPage setNick Mathewson
2014-05-20sandbox: Permit access to stats/dirreq-statsNick Mathewson
2014-05-20Oops; permit rename with the correct filenameNick Mathewson
2014-05-20Sandbox: allow access to stats/bridge-statsNick Mathewson
2014-05-14Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid()Nick Mathewson
2014-05-12Add --disable-mempools configure optionAndrea Shepard
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-05Don't start sandbox except for CMD_RUN_TORNick Mathewson
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24get_total_system_memory(): see how much RAM we haveNick Mathewson
2014-04-16Allow reloading torrc and writing to router-stabilityNick Mathewson
2014-04-16Add a couple of missing renames so the server sandbox works againNick Mathewson
2014-04-16Get Libevent's PRNG functioning under the linux sandboxNick Mathewson
2014-04-16Drop 'fr' parameter from sandbox code.Nick Mathewson
2014-04-16Remove nonsensical exec permission from sandbox code.Nick Mathewson
2014-04-16Add 'rename' to the sandboxed syscallsNick Mathewson
2014-04-16Fix some initial sandbox issues.Nick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-09Demote "we stalled too much while trying to write" message to INFONick Mathewson
2014-04-08Check for new IP addr after circuit liveliness returnsMatthew Finkel
2014-03-31Merge branch 'bug8787_squashed'Nick Mathewson
2014-03-31Always check returns from unlink()Andrea Shepard
2014-03-25Fix warnings from doxygenNick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-28Write hashed bridge fingerprint to logs and to disk.Karsten Loesing
2014-02-21When not an exit node, don't test for DNS hijacking.Nick Mathewson
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-02-12Split crypto_global_init() into pre/post configNick Mathewson
2014-02-06Deliver circuit handshake counts as part of the heartbeatNick Mathewson
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-12-24Merge remote-tracking branch 'public/bug10485'Nick Mathewson
2013-12-24Move onion-type stats message into heartbeatNick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-11-18Add a sighandler-safe logging mechanismNick Mathewson
2013-11-18Basic backtrace abilityNick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-10-11Make --version, --help, etc incremement quiet level, never decrease itNick Mathewson
2013-09-13Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson
2013-09-13Merge branch 'bug4647_squashed'Nick Mathewson