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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
directory.h
Age
Commit message (
Expand
)
Author
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract download_status_t into its own header.
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
Nick Mathewson
2018-06-15
Split dir_connection_t into its own header
Nick Mathewson
2018-04-22
Rename find_dl_schedule to find_dl_min_delay.
Nick Mathewson
2018-04-22
Change the type of "download schedule" from smartlist to int.
Nick Mathewson
2018-01-31
remove the max_failures argument from download_status_is_ready.
Nick Mathewson
2018-01-25
Remove all the old max_delay logic.
Nick Mathewson
2018-01-25
Remove the old ("deterministic") download schedule.
Nick Mathewson
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
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-11-17
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-17
Intoduce unittest for skipping outdated dirservers.
George Kadianakis
2017-11-17
Merge branch 'bug23817_031' into maint-0.3.2
Nick Mathewson
2017-11-17
Introduce cache for outdated microdesc dirservers.
George Kadianakis
2017-11-08
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-08
Merge branch 'bug23816_029_squashed' into maint-0.3.2
Nick Mathewson
2017-11-08
Replace our random-exponential-delay algorithm.
Nick Mathewson
2017-10-25
Add a unittest that reveals the offending case of #23862.
George Kadianakis
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-05
Merge branch 'http_tunnel_squashed'
Nick Mathewson
2017-09-05
Export http-command parsing functions.
Nick Mathewson
2017-08-28
Fix compilation warning on old clangs.
George Kadianakis
2017-08-24
prop224: Add directory_request_fetch_set_hs_ident()
David Goulet
2017-08-24
test: Add tests for fetching descs and handling SOCKS conns.
George Kadianakis
2017-08-24
prop224: Add client code to handle fetched HS descriptors.
George Kadianakis
2017-08-08
Do more type checking when setting HS idents.
George Kadianakis
2017-08-08
prop224: Directory function to upload descriptor
David Goulet
2017-07-07
Merge branch 'bug17750_029_squashed'
Nick Mathewson
2017-07-07
Refactor exponential backoff multipliers into macros
teor
2017-07-07
Use download_status_get_next_attempt_at() more often
teor
2017-07-07
Make clients try fallbacks before authorities
teor
2017-05-22
Log a warning if we receive a disallowed compression method for an anonymous ...
Alexander Færøy
2017-05-22
Merge remote-tracking branch 'ahf/bugs/22305'
Nick Mathewson
2017-05-22
Ensure that only GZip and Zlib compression is handled for anonymous connections.
Alexander Færøy
2017-05-22
Fix a compilation warning about duplicate typedef
Nick Mathewson
2017-05-22
Set guard state on bridge descriptor fetches.
George Kadianakis
2017-05-12
Send "Accept-Encoding" to directory servers.
Alexander Færøy
2017-05-04
New function to add additional headers to a directory request
Nick Mathewson
2017-04-27
Merge branch 'parse_accept_encoding'
Nick Mathewson
2017-04-27
Merge branch 'dirreq'
Nick Mathewson
2017-04-25
Tests for parse_accept_encoding
Nick Mathewson
2017-04-21
Make directory_request_set_guard_state static.
Nick Mathewson
2017-04-21
Document the new directory_request_t API and add some assertions
Nick Mathewson
2017-04-21
Remove old directory_initiate_command_*() functions.
Nick Mathewson
2017-04-21
Have directory_get_from_all_authorities use requests.
Nick Mathewson
2017-04-21
continue refactoring directory API: remove initiate_command_rend
Nick Mathewson
2017-04-17
Rename `zlib_compression_level_t` to `compression_level_t`.
Alexander Færøy
[next]