summaryrefslogtreecommitdiff
path: root/src/or/rendcache.c
AgeCommit message (Expand)Author
2018-02-07more fixes for typos, grammar, whitespace, etcRoger Dingledine
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-08-30prop224: Purge client state on NEWNYMDavid Goulet
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-19Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-19Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-12-19Merge branch 'bug21018_024' into maint-0.2.8Nick Mathewson
2016-11-04prop224: Directory cache supportDavid Goulet
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-06-12typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine
2016-03-26Do not treat "DOCDOC" as doxygen.Nick Mathewson
2016-03-16Bridges now refuse "rendezvous2" publish attemptsRoger Dingledine
2016-03-11simplify rend_cache_store_status_t back to a booleanRoger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-03-11moving hid_serv_get_responsible_directories and hid_serv_acting_as_directory ...Hassan Alsibyani
2016-02-27Update the copyright year.Nick Mathewson
2015-12-09Mention the expected length of the digestscypherpunks
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Whoops; infinite recursionNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Yet more memory leaks in the rendcache testsNick Mathewson
2015-10-21Fix memory leak in rend_cache_failure_entry_free()Nick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix an (unreachable) memory leak in rendcache.cNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix a bunch more memory leaks in the tests.Nick Mathewson
2015-10-21Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valg...Nick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/rendcache_tests'Nick Mathewson
2015-10-02Merge remote-tracking branch 'donncha/feature14846_4'Nick Mathewson
2015-09-15Add tests for the rend cacheOla Bini
2015-09-11Add a rend cache failure info dup functionDavid Goulet
2015-09-08Separate lookup function for service rend cacheDonncha O'Cearbhaill
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-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-08-25Create a service-side descriptor cacheDonncha O'Cearbhaill
2015-08-25Fix typoDonncha O'Cearbhaill
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-11Expire after 5 minutes rend cache failure entriesDavid Goulet
2015-08-11Add created timestamp to a rend cache failure entryDavid Goulet
2015-08-11Use an enum for INTRO_POINT_FAILURE_*David Goulet
2015-08-11Purge client HS failure cache on NEWNYMDavid Goulet
2015-08-11Add rend failure cacheDavid Goulet
2015-07-16Fix most check-spaces issuesNick Mathewson