summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28# This is a combination of 2 commits.Nick Mathewson
2015-05-28Tie key-pinning logic into directory authority operationNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-05-20Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson
2015-05-20Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson
2015-05-13tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawningNick Mathewson
2015-04-23whitespace fixesNick Mathewson
2015-04-23Fix some conversion problemsNick Mathewson
2015-04-21Add crypto_rand_int_range() and use itDavid Goulet
2015-04-16code style fixesNick Mathewson
2015-04-16Fix missing-initializer warningNick Mathewson
2015-04-16Merge remote-tracking branch 'arma/ticket8766'Nick Mathewson
2015-04-15Make --hash-password imply --hush to prevent unnecessary noise.cypherpunks
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