aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2016-03-14Add comments to connection_check_event().Nick Mathewson
2016-03-11Change behavior on missing/present event to warn instead of asserting.Nick Mathewson
2016-03-11If we start/stop reading on a dnsserv connection, don't assert.Nick Mathewson
2016-01-18Merge remote-tracking branch 'teor/bug18050' into maint-0.2.7Nick Mathewson
2016-01-18Check ORPort and DirPort reachability before publishing a relay descriptorteor (Tim Wilson-Brown)
2015-12-17Add some more ed25519 key files to the seccomp sandbox listNick Mathewson
2015-10-15Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-10-15Add hidserv-stats filname to our sandbox filterDavid Goulet
2015-09-10Merge remote-tracking branch 'public/ed25519_hup_v2'Nick Mathewson
2015-09-02Let recent relays run with the chutney sandbox.Nick Mathewson
2015-09-02Let bridge authorities run under the sandboxNick Mathewson
2015-08-19Reload Ed25519 keys on sighup.Nick Mathewson
2015-08-19Merge branch 'ed25519_keygen_squashed'Nick Mathewson
2015-08-19Don' call failure to get keys a bug; it's possible now.Nick Mathewson
2015-08-19Resolve failing test_keygen tests.Nick Mathewson
2015-08-18Merge branch 'decouple_controller_events_squashed'Nick Mathewson
2015-08-18Refactor our logic for sending events to controllersNick Mathewson
2015-08-17Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decou...Nick Mathewson
2015-08-17Merge remote-tracking branch 'public/decouple_retry_directory'Nick Mathewson
2015-08-14Merge remote-tracking branch 'public/decouple_init_keys'Nick Mathewson
2015-08-13Decouple routerlist_retry_directory_downloads() from the blobNick Mathewson
2015-08-12Fix a windows compilation errorNick Mathewson
2015-08-12Try to decouple process_signal() from anything not event-drivenNick Mathewson
2015-08-12Decouple the backend for directory_all_unreachable to simplify our CFGNick Mathewson
2015-08-11Split the client-only parts of init_keys() into a separate functionNick Mathewson
2015-08-11Expire after 5 minutes rend cache failure entriesDavid Goulet
2015-07-21Remove casting of void pointers when handling signals.cypherpunks
2015-07-14Change the name for the keypinning file; delete the old one if foundNick Mathewson
2015-06-17Merge branch '13642_offline_master_v2_squashed'Nick Mathewson
2015-06-17Support encrypted offline master keys with a new --keygen flagNick Mathewson
2015-06-17Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-17Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-06-17Correctly handle failed crypto_early_initteor
2015-06-02Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-02Fix sandboxing to work when running as a relayPeter Palfrader
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