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
/
or
/
directory.c
Age
Commit message (
Expand
)
Author
2016-12-16
Merge branch 'ticket20831_v2'
Nick Mathewson
2016-12-16
Remove UseDirectoryGuards
Nick Mathewson
2016-12-16
Merge branch 'prop271_030_v1_squashed'
Nick Mathewson
2016-12-16
More progress on bridge implementation with prop271 guards
Nick Mathewson
2016-12-16
Remove guard_selection argument from status-reporting functions
Nick Mathewson
2016-12-12
Merge remote-tracking branch 'rubiate/ticket20511'
Nick Mathewson
2016-12-07
Merge branch 'maint-0.2.9'
Nick Mathewson
2016-12-07
Fix a BUG() warning from next_random_exponential_delay().
Nick Mathewson
2016-11-30
Use the new guard notification/selection APIs throughout Tor
Nick Mathewson
2016-11-30
Split bridge functions into a new module.
Nick Mathewson
2016-11-10
Do not serve a consensus if it is too old
rubiate
2016-11-08
Merge branch 'maint-0.2.9'
Nick Mathewson
2016-11-08
When using exponential backoff in test networks, use a lower exponent
teor
2016-11-07
Treat bacoff/schedule mismatch as a bug.
Nick Mathewson
2016-11-07
Merge branch 'maint-0.2.9'
Nick Mathewson
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
Merge branch 'maint-0.2.9'
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-11-04
Merge branch 'ticket17238_029_02-resquash'
Nick Mathewson
2016-11-04
prop224: Use a const pointer for the cache lookup entry
David Goulet
2016-11-04
Add EnableOnionServicesV3 consensus parameter
David Goulet
2016-11-04
Make check-spaces happy :)
George Kadianakis
2016-11-04
test: Add prop224 directory fetch/upload unit tests
George Kadianakis
2016-11-04
prop224: Directory support for v3 descriptor fetch
George Kadianakis
2016-11-04
prop224: Directory support for v3 descriptor publishing
David Goulet
2016-11-04
hs: Refactor rend_data_t for multi version support
David Goulet
2016-10-26
More module-level documentation.
Nick Mathewson
2016-10-26
Allow asking a bridge's own descriptor over one-hop connection
Nick Mathewson
2016-10-19
BUG in purpose_needs_anonymity if switch not matched.
Nick Mathewson
2016-10-19
Refactor purpose_needs_anonymity to use switch statement
Chelsea H. Komlo
2016-10-18
Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purpose
Chelsea H. Komlo
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
[next]