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
/
directory.c
Age
Commit message (
Expand
)
Author
2018-06-23
Fix memory leak in client_likes_consensus().
Alexander Færøy
2017-12-11
Merge remote-tracking branch 'public/bug23817_031' into maint-0.3.1
Nick Mathewson
2017-12-01
Remove a duplicate call to update_microdesc_downloads()
George Kadianakis
2017-11-17
Introduce new guard restriction and use it to skip outdated dirs.
George Kadianakis
2017-11-17
Introduce cache for outdated microdesc dirservers.
George Kadianakis
2017-11-13
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-11-13
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-10-23
Remove the length limit from write_http_status_line
Nick Mathewson
2017-09-13
Stop relays calling directory_fetches_from_authorities on dir downloads
teor
2017-06-29
Merge remote-tracking branch 'public/bug22670_031' into maint-0.3.1
Nick Mathewson
2017-06-27
Return "304 not modified" if a client already have the most recent consensus.
Alexander Færøy
2017-06-20
If we successfully decompress an HTTP body, return immediately.
Nick Mathewson
2017-06-20
If a _guessed_ compression method fails, it is never PROTOCOL_WARN.
Nick Mathewson
2017-06-20
It should be a PROTOCOL_WARN when we have an incorrect content-encoding.
Nick Mathewson
2017-06-20
Short-circuit the no-decompression-needed case, for clarity
Nick Mathewson
2017-06-20
Extract "decompress" portion of connection_dir_client_reached_eof()
Nick Mathewson
2017-06-20
Send the correct content-encoding when serving cached_dir_t objects
Nick Mathewson
2017-06-16
Add extra logging during compression and decompression
teor
2017-05-26
Cleanup MOCK_IMPL (etc) to be findable with etags
Nick Mathewson
2017-05-24
Improve the message we log on unexpected dirauth status code
Nick Mathewson
2017-05-22
fix minor grammar error in comment
Roger Dingledine
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
Refactor error path handling in connection_dir_client_reached_eof().
Alexander Færøy
2017-05-22
Set guard state on bridge descriptor fetches.
George Kadianakis
2017-05-22
Refactor directory_initiate_command() so that it accepts guard_state.
George Kadianakis
2017-05-22
Don't add "Accept-Encoding" header if directory connection is anonymous.
Alexander Færøy
2017-05-16
Fix resource leak in parse_consensus_request()
Nick Mathewson
2017-05-15
remove a variable I missed
Nick Mathewson
2017-05-15
Do not try to uncompress an empty spool
Nick Mathewson
2017-05-15
Try not to mess up caches with the X-Or-Diff-From-Consensus header
Nick Mathewson
2017-05-15
Split consensus-request parsing into a separate function
Nick Mathewson
2017-05-15
Prop140, continued: accept "diff/<HASH>" in URLs, per proposal.
Nick Mathewson
2017-05-15
Merge remote-tracking branch 'public/prop140_aftermath_cfg'
Nick Mathewson
2017-05-15
Fix dir_handle_get/... test-cases for prop#278 support.
Alexander Færøy
2017-05-15
Handle non-compressed requests gracefully.
Alexander Færøy
2017-05-15
Remove old consensus fetching code from handle_get_current_consensus().
Alexander Færøy
2017-05-15
Fix too wide line from `make check-spaces`.
Alexander Færøy
2017-05-15
Check for best consensus when no consensusdiff was found.
Alexander Færøy
2017-05-15
Implement functions to expose valid/fresh-until and voters
Nick Mathewson
2017-05-15
Fetch the current consensus from the conscache subsystem.
Alexander Færøy
2017-05-12
Use different preferences for compression methods when streaming.
Alexander Færøy
2017-05-12
Add client_meth_pref array to define client compression preference.
Alexander Færøy
2017-05-12
Fix indentation when using the ternary operator in handle_get_status_vote().
Alexander Færøy
2017-05-12
Use compression_method_get_human_name() in connection_dir_client_reached_eof()
Alexander Færøy
2017-05-12
Use compression_method_get_by_name() instead of explicit checks.
Alexander Færøy
2017-05-12
Decide compression method in the various handle_* functions().
Alexander Færøy
2017-05-12
Send "Accept-Encoding" to directory servers.
Alexander Færøy
2017-05-12
Use tor_compress_supports_method() instead of constants.
Alexander Færøy
[next]