summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-09-08Rename rend_cache_service to rend_cache_local_service for clarityDonncha O'Cearbhaill
2015-09-08Clean old descriptors from the service-side rend cacheDonncha O'Cearbhaill
2015-09-08Require explict specification of cache typeDonncha O'Cearbhaill
2015-09-08Add replica number to HS_DESC CREATED eventDonncha O'Cearbhaill
2015-09-08Clean up service-side descriptor cache and fix potential double-free.Donncha O'Cearbhaill
2015-09-08Specify descriptor cache type in rend_cache_lookup_entry()Donncha O'Cearbhaill
2015-09-08Add GETINFO hs/service/desc/id/ control commandDonncha O'Cearbhaill
2015-09-04Never ever try to load the secret key if offline_master is setNick Mathewson
2015-09-04Add "OfflineMasterKey" optionNick Mathewson
2015-09-03Only return 0..255 from main().Nick Mathewson
2015-09-02Merge remote-tracking branch 'dgoulet/bug15963_026_01'Nick Mathewson
2015-09-02Don't vote HSDir if we aren't voting FastDavid Goulet
2015-09-02Fix crashes in testsNick Mathewson
2015-09-02Prohibit the use of one entry node with an HSDavid Goulet
2015-09-02Let recent relays run with the chutney sandbox.Nick Mathewson
2015-09-02Let bridge authorities run under the sandboxNick Mathewson
2015-09-02Merge remote-tracking branch 'dgoulet/bug15254_027_01'Nick Mathewson
2015-09-02correct the doc for find_rp_for_intro.Nick Mathewson
2015-09-02Remove remaining references to "nulterminate" in commentsNick Mathewson
2015-09-02Include dns_structs.h in tarballNick Mathewson
2015-09-02Enable hidden service statistics by defaultDavid Goulet
2015-09-01Remove the unused "nulterminate" option to buf_pullup()Nick Mathewson
2015-09-01Bug 15482: Don't abandon circuits that are still in use for browsing.Mike Perry
2015-09-01missing semicolonNick Mathewson
2015-09-01Fix an always-false check with an assertionNick Mathewson
2015-09-01Fix a false-positive in coverity scan with an assertionNick Mathewson
2015-09-01Fix code for checking expired certificates on loadNick Mathewson
2015-09-01Simplify API for find_rp_for_intro()Nick Mathewson
2015-09-01properly delete current channel in channel_free_listSebastian Hahn
2015-08-26Merge remote-tracking branch 'rl1987/test_dns_resolve_rebased'Nick Mathewson
2015-08-25Generate service descriptors when PublishHidServDescriptors = 0Donncha O'Cearbhaill
2015-08-25Store service descriptors in the service descriptor cacheDonncha O'Cearbhaill
2015-08-25Preparatory indentation changesDonncha O'Cearbhaill
2015-08-25Add a HS_DESC CREATED control eventDonncha O'Cearbhaill
2015-08-25Create a service-side descriptor cacheDonncha O'Cearbhaill
2015-08-25Fix typoDonncha O'Cearbhaill
2015-08-25Log malformed hostnames in socks5 request respecting SafeLoggingAndreas Stieger
2015-08-23Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().rl1987
2015-08-21Is this the syntax that will make freebsd make happy?Nick Mathewson
2015-08-21Merge branch 'workqueue_squashed'Nick Mathewson
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-21Ensure worker threads actually exit when it is timeSebastian Hahn
2015-08-20Rename EVENT_SIGNAL -> EVENT_GOT_SIGNALNick Mathewson
2015-08-19Reload Ed25519 keys on sighup.Nick Mathewson
2015-08-19Merge branch 'ed25519_keygen_squashed'Nick Mathewson
2015-08-19More log messages for keygen problemsNick Mathewson
2015-08-19Explain better why we are about to load the master key.Nick Mathewson
2015-08-19Don' call failure to get keys a bug; it's possible now.Nick Mathewson
2015-08-19When we infer the master key from the certificate, save it to disk.Nick Mathewson
2015-08-19Add test_keygen tests for all log outputs; improve keygen outputs.Nick Mathewson