index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
rendcache.h
Age
Commit message (
Expand
)
Author
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-11-04
prop224: Directory cache support
David Goulet
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-03-11
simplify rend_cache_store_status_t back to a boolean
Roger Dingledine
2016-03-11
rip out hid_serv_acting_as_directory()
Roger Dingledine
2016-02-27
Update the copyright year.
Nick Mathewson
2015-10-21
Yet more memory leaks in the rendcache tests
Nick Mathewson
2015-10-06
Merge remote-tracking branch 'twstrike/rendcache_tests'
Nick Mathewson
2015-10-05
Fix spaces and other smaller issues
Ola Bini
2015-09-15
Add tests for the rend cache
Ola Bini
2015-09-08
Separate lookup function for service rend cache
Donncha O'Cearbhaill
2015-09-08
Clean old descriptors from the service-side rend cache
Donncha O'Cearbhaill
2015-09-08
Specify descriptor cache type in rend_cache_lookup_entry()
Donncha O'Cearbhaill
2015-08-25
Create a service-side descriptor cache
Donncha O'Cearbhaill
2015-08-11
Expire after 5 minutes rend cache failure entries
David Goulet
2015-08-11
Add created timestamp to a rend cache failure entry
David Goulet
2015-08-11
Use an enum for INTRO_POINT_FAILURE_*
David Goulet
2015-08-11
Purge client HS failure cache on NEWNYM
David Goulet
2015-08-11
Add rend failure cache
David Goulet
2015-07-16
Break some wide lines
Nick Mathewson
2015-07-16
Fix most check-spaces issues
Nick Mathewson
2015-06-18
Move cache objects and functions to rendcache.{c|h}
David Goulet
2015-06-18
Add rendcache.{c|h}
David Goulet