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
Age
Commit message (
Expand
)
Author
2017-05-15
Merge branch 'maint-0.3.0'
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
fix a memory leak
Nick Mathewson
2017-05-15
Test fix: always set address in new_dir_conn()
Nick Mathewson
2017-05-15
Dircache protocol version 2 adds support for diffs
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
Merge branch 'ahf_bugs_21667_2_squashed'
Nick Mathewson
2017-05-15
Fix dir_handle_get/... test-cases for prop#278 support.
Alexander Færøy
2017-05-15
dir_handle_get: repair two test cases, note the fixes for 3 others
Nick Mathewson
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
Copy valid/fresh-until and signatories values into diffs.
Nick Mathewson
2017-05-15
Store fresh/valid-until and signatories values on all consensus objects.
Nick Mathewson
2017-05-15
Implement functions to expose valid/fresh-until and voters
Nick Mathewson
2017-05-15
Move stub accessor functions a level higher, to consdiffmgr
Nick Mathewson
2017-05-15
Fetch the current consensus from the conscache subsystem.
Alexander Færøy
2017-05-15
Initialize the HS cache at startup
Nick Mathewson
2017-05-15
Merge branch 'bug22245_024'
Nick Mathewson
2017-05-15
Add hs_test_helpers.h to noinst_HEADERS
Nick Mathewson
2017-05-15
Fix a logic error in hibernate.c
Nick Mathewson
2017-05-15
Fix assertion to actually have a chance of failing
Nick Mathewson
2017-05-15
Merge branch 'bug18100_029'
Nick Mathewson
2017-05-15
Fix the TRPOXY typo in connection_edge.c
Nick Mathewson
2017-05-15
Merge remote-tracking branch 'public/bug20270_029'
Nick Mathewson
2017-05-13
Add stub functions for querying metadata about the consensus.
Alexander Færøy
2017-05-12
Fix tautological constant out-of-range comparison warnings.
Alexander Færøy
2017-05-12
Fix DoubleNL warning from `make check-spaces`.
Alexander Færøy
2017-05-12
actually enable background compresion for consensuses
Nick Mathewson
2017-05-12
Test fix: expect old consensuses to be deleted if not deflate-compressed
Nick Mathewson
2017-05-12
consdiffmgr: Reload latest consensus entries on start.
Nick Mathewson
2017-05-12
consdiffmgr: expose cached consensuses
Nick Mathewson
2017-05-12
Cleanup logic: only retain zlib-compressed consensuses
Nick Mathewson
2017-05-12
consdiffmgr: compress incoming consensuses in the background
Nick Mathewson
2017-05-12
consdiffmgr: Extract the code for compressing and storing
Nick Mathewson
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
Add API for getting human readable descriptions of a compress_method_t
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
[next]