aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2015-04-07Print the error message for --dump-config even if no arguments are given.rl1987
2015-04-06Fix error message in do_dump_config().rl1987
2015-03-18Merge remote-tracking branch 'public/feature15053'Nick Mathewson
2015-03-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-14Simplify the loop.Nick Mathewson
2015-03-14Add comments for new functionsNick Mathewson
2015-03-14remove a needless "if (1)" that was there for indentation; fix indentation.Nick Mathewson
2015-03-14Extract main part of main loop into a separate functionNick Mathewson
2015-03-14Remove relative paths to header files.cypherpunks
2015-03-14ug. test, _then_ commit, nick.Nick Mathewson
2015-03-14Do not printf success messages when we are --quieted or --hushed.Nick Mathewson
2015-02-24Log less/better about systemd at startupNick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-02-09Recover better when our clock jumps back many hoursRoger Dingledine
2015-02-09shift all the static times into a structRoger Dingledine
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