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-10-25
Remove a duplicate call to update_microdesc_downloads()
George Kadianakis
2017-10-25
Add a unittest that reveals the offending case of #23862.
George Kadianakis
2017-09-15
Merge branch 'scan-build-032'
Nick Mathewson
2017-09-15
Avoid an instance of the bug warning in any_bridge_descriptors_known()
teor
2017-09-14
Rename write_http_status_line, since it does more now.
Nick Mathewson
2017-09-14
Make missing reason_phrase into a BUG().
Nick Mathewson
2017-09-14
get rid of the scary 256-byte-buf landmine
Roger Dingledine
2017-09-14
Make dir servers include a "Date:" http header more often
Roger Dingledine
2017-09-13
get rid of a case where we might log a NULL as %s
Roger Dingledine
2017-09-13
Merge remote-tracking branch 'teor/bug23470-029'
Nick Mathewson
2017-09-13
Stop relays calling directory_fetches_from_authorities on dir downloads
teor
2017-09-12
clang scan-build: Fix "dead increment" warnings.
Nick Mathewson
2017-09-12
Merge branch 'bug23347_squashed'
Nick Mathewson
2017-09-12
Make clients wait to refresh bridges when they have a recent descriptor
teor
2017-09-12
Make bridge clients download bridge descriptors immediately
teor
2017-09-05
Make url-canonicalizer canonicalize correctly.
Nick Mathewson
2017-09-05
Fix an erroneous !
Nick Mathewson
2017-09-05
Merge branch 'http_tunnel_squashed'
Nick Mathewson
2017-09-05
Export http-command parsing functions.
Nick Mathewson
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-08-24
prop224: Add directory_request_fetch_set_hs_ident()
David Goulet
2017-08-24
prop224: Client callback when descriptor has arrived
David Goulet
2017-08-24
test: Add tests for fetching descs and handling SOCKS conns.
George Kadianakis
2017-08-24
prop224: Add the dir purpose HAS_FETCHED
David Goulet
2017-08-24
prop224: Add client code to handle fetched HS descriptors.
George Kadianakis
2017-08-24
prop224: Introduce v2/v3 HS desc fetch retry functionality.
George Kadianakis
2017-08-24
prop224: Add code that launches v3 HS desc fetches.
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
Comment that failure schedules always use exponential backoff
teor
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
Give correct bounds in next_random_exponential_delay() comment
teor
2017-07-07
Make clients try fallbacks before authorities
teor
2017-06-29
Merge branch 'maint-0.3.1'
Nick Mathewson
2017-06-29
Merge remote-tracking branch 'public/bug22670_031' into maint-0.3.1
Nick Mathewson
2017-06-27
Merge branch '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-21
Convert authdir_mode_handles_descs(options, -1) with authdir_mode(options)
huyvq
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
[next]