aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcache.c
AgeCommit message (Expand)Author
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
2015-06-18Move cache objects and functions to rendcache.{c|h}David Goulet
2015-06-18Add rendcache.{c|h}David Goulet