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
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
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
2017-05-12
Handle Zstandard and LZMA in our check for correct guessed compression.
Alexander Færøy
2017-05-12
Handle x-zstd and x-tor-lzma in parse_http_response().
Alexander Færøy
2017-05-12
Use dir_compressed(_len) instead of dir_z(_len).
Alexander Færøy
2017-05-10
Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal value
Roger Dingledine
2017-05-10
Restore wget behavior when fetching compressed objects
Nick Mathewson
2017-05-05
prop140 clients now only try to get diffs from recent consensuses
Nick Mathewson
2017-05-05
Fix memory leak found in CID #1405876.
Alexander Færøy
2017-05-04
Grammar fix in a log message
Nick Mathewson
2017-05-04
Fix: our directory.c code expects header constants to end with a :
Nick Mathewson
2017-05-04
Update the consdiff directory code based on #22143 fixes
Nick Mathewson
2017-05-04
Turn DEFAULT_IF_MODIFIED_SINCE_DELAY into a const
Nick Mathewson
2017-05-04
Request (and try to use) consensus diffs.
Nick Mathewson
2017-05-04
Generate X-Or-Diff-From-Consensus headers correctly.
Nick Mathewson
2017-05-04
Remove excess indentation from previous commit.
Nick Mathewson
2017-05-04
Extract the consensus-only part of directory_get_from_dirserver
Nick Mathewson
2017-05-04
New function to add additional headers to a directory request
Nick Mathewson
2017-05-04
Serve consensus diffs on request.
Nick Mathewson
2017-05-04
Support writing Content-Encoding headers other than deflate
Nick Mathewson
2017-05-04
Remove old unused indentation from handle_get_current_consensus
Nick Mathewson
2017-05-02
Reindent the just-extracted directory response handler functions
Nick Mathewson
2017-05-02
Break connection_dir_client_reached_eof() into smaller functions
Nick Mathewson
2017-04-27
Use a cast to try to avoid a tautalogical comparison warning
Nick Mathewson
[prev]
[next]