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-09-13
Stop relays calling directory_fetches_from_authorities on dir downloads
teor
2016-12-07
Fix a BUG() warning from next_random_exponential_delay().
Nick Mathewson
2016-11-08
When using exponential backoff in test networks, use a lower exponent
teor
2016-11-07
Reduce multiplier to 3, per teor's recommendation on #20534
Nick Mathewson
2016-11-07
Always increment delays by at least 1.
Nick Mathewson
2016-11-07
Avoid integer overflow in delay calculation.
Nick Mathewson
2016-11-07
Count HTTP 503 as a download failure.
Nick Mathewson
2016-11-07
Adjust download schedules per teor's #20534 recommendataions
Nick Mathewson
2016-11-07
Allow infinitely long delays in exponential-backoff downloads
Nick Mathewson
2016-11-06
Change a BUG warning to be a warning, not an info.
Nick Mathewson
2016-11-06
Fix get_delay() code to avoid TIME_MAX overflow, not INT_MAX.
Nick Mathewson
2016-10-02
remove confusing comment about conditional consensus download
Roger Dingledine
2016-09-13
Implement Prop #260: Single Onion Services
teor (Tim Wilson-Brown)
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-07-01
Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'
Nick Mathewson
2016-07-01
prop250: Parse votes and consensus
David Goulet
2016-07-01
Call purpose_needs_anonymity in authority_certs_fetch_missing
teor (Tim Wilson-Brown)
2016-06-27
Remove an always-true condition: all ints are <= INT_MAX
Nick Mathewson
2016-06-23
Merge remote-tracking branch 'public/bug15942_v2_alternative'
Nick Mathewson
2016-06-20
Simpler implementation of random exponential backoff.
Nick Mathewson
2016-06-20
Make base16_decodes return number of decoded bytes
nikkolasg
2016-06-18
Move exponential-random backoff computation out of download_status_schedule_g...
Andrea Shepard
2016-06-18
Better comment for download_status_schedule_get_delay() per code review
Andrea Shepard
2016-06-18
Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_t
Andrea Shepard
2016-06-12
typo/comment/log fixes i found in my sandbox from montreal
Roger Dingledine
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-05-27
Merge remote-tracking branch 'arma/task19035-fixedup'
Nick Mathewson
2016-05-27
remove an unneeded layer of indentation
Roger Dingledine
2016-05-27
Disable GET /tor/bytes.txt and GETINFO dir-usage
Roger Dingledine
2016-05-19
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-17
Merge remote-tracking branch 'teor/bug18963-remember-v2'
Nick Mathewson
2016-05-11
Fix comment for directory_handle_command_get
Nick Mathewson
2016-05-11
Fetch certificates from the same directory as previous certificates
teor (Tim Wilson-Brown)
2016-05-11
Fetch certificates from the same directory as the consensus
teor (Tim Wilson-Brown)
2016-05-10
Split directory_handle_command_get into subfunctions.
Nick Mathewson
2016-05-09
avoid another redundant check
Roger Dingledine
2016-05-09
get rid of the scattered checks to cancel a consensus fetch
Roger Dingledine
2016-05-09
close other consensus fetches when we get a consensus
Roger Dingledine
2016-05-09
fix typos/etc before i go nuts on #18809
Roger Dingledine
2016-05-05
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-05
Only choose directory DirPorts on relays
teor (Tim Wilson-Brown)
2016-05-05
Make clients always use begindir for directory requests
teor (Tim Wilson-Brown)
2016-05-04
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-04
Choose the correct address for one-hop connections
teor (Tim Wilson-Brown)
2016-04-13
fix typos/etc before i go nuts on #18809
Roger Dingledine
2016-04-12
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-04-07
Turn TestingClientBootstrap* into non-testing options
David Goulet
2016-04-01
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-04-01
Merge remote-tracking branch 'karsten/task-18460-2' into maint-0.2.8
Nick Mathewson
[next]