summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-01-14Refactor cpuworker to use workqueue/threadpool code.Nick Mathewson
2015-01-13Merge remote-tracking branch 'andrea/ticket12585_v3'Nick Mathewson
2015-01-12Merge branch 'bug13806_squashed'Nick Mathewson
2015-01-12When OOM, free cached hidden service descriptors too.Nick Mathewson
2015-01-11Fix unused-parameter warning in systemd_watchdog_callbackNick Mathewson
2015-01-11fix and enable systemd watchdogTomasz Torcz
2015-01-11send more details about daemon status to supervisorTomasz Torcz
2015-01-07Unconfuse coverity when it sees the systemd headersNick Mathewson
2015-01-07Downgrade open/close log message for SocksSocketAndrea Shepard
2015-01-07Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585.Jacob Appelbaum
2015-01-06Spelling -- readyness->readiness.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-23Adjust systemd watchdog supportNick Mathewson
2014-12-23Add support for systemd watchdog protocolMichael Scherer
2014-12-23add support for systemd notification protocolMichael Scherer
2014-12-19Add two hidden-service related statistics.George Kadianakis
2014-11-27One more, appease "make check-spaces"Nick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-11-25Merge branch 'feature9503_squashed'Nick Mathewson
2014-11-25Sending response to SIGNAL HEARTBEAT controller command.rl1987
2014-11-25Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat.rl1987
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-22Merge remote-tracking branch 'public/ticket6938'Nick Mathewson
2014-09-30Uglify scheduler init logic to avoid crash on startup.Nick Mathewson
2014-09-30Implement scheduler mechanism to track lists of channels wanting cells or wri...Andrea Shepard
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-09-10Remember log messages that happen before logs are configuredNick Mathewson
2014-08-28Rename secret_to_key to secret_to_key_rfc2440Nick Mathewson
2014-08-24Terser ways to sandbox-allow related filenamesNick Mathewson
2014-07-16Add an option to overwrite logsArlo Breault
2014-07-16Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-07-16Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5Nick Mathewson
2014-07-09Fix a bug where streams would linger forever when we had no dirinfoNick Mathewson
2014-06-20Remove code for Windows CE supportNick Mathewson
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14New waitpid-handler functions to run callbacks when a child exits.Nick Mathewson
2014-06-13sandbox: Permit stat() of DataDir/statsNick Mathewson
2014-06-11whitespaces fixesNick Mathewson
2014-06-11Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson
2014-06-11Replace last_added_nonpadding with last_had_circuitsNick Mathewson
2014-06-11Give each or_connection_t a slightly randomized idle_timeoutNick Mathewson
2014-06-11Merge remote-tracking branch 'public/bug11970'Nick Mathewson
2014-06-02Don't try to fetch bridge descriptors when DisableNetwork is setNick Mathewson
2014-05-27sandbox: Allow DirPortFrontPage unconditionally if it's setNick Mathewson
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