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
2017-04-18
Rename `zlib_state` to `compress_state` in `dir_connection_t`.
Alexander Færøy
2017-04-17
Refactor the streaming compression code.
Alexander Færøy
2017-04-17
Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.
Alexander Færøy
2017-04-17
Rename `zlib_compression_level_t` to `compression_level_t`.
Alexander Færøy
2017-03-28
Merge branch 'spooling_squashed'
Nick Mathewson
2017-03-28
Add nonfatal asserts for return val of dirserv_flushed_some
Nick Mathewson
2017-03-28
Refactor the directory spool implementation
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-27
Merge branch 'maint-0.3.0'
Nick Mathewson
2017-02-27
Merge remote-tracking branch 'teor/bug20711' into maint-0.3.0
Nick Mathewson
2017-02-27
Fix a wide line
Nick Mathewson
2017-02-27
Fix a "directive within macro arguments" warning
Nick Mathewson
2017-02-27
Merge remote-tracking branch 'ahf/bugs/21206'
Nick Mathewson
2017-02-16
Save number of sent/received RELAY_DATA cells for directory connections.
Alexander Færøy
2017-02-15
hs: Avoid a strlen(NULL) if descriptor is not found in cache
David Goulet
2017-02-10
Remove unused variable in directory_command_should_use_begindir()
Alexander Færøy
2017-02-09
Remove a suggestion in an XXX271 comment; it is now 21424.
Nick Mathewson
2017-02-09
Remove a redundant XXX271 comment
Nick Mathewson
2017-02-07
Log response size in connection_dir_client_reached_eof()
Alexander Færøy
2017-02-07
Be explicit about body size in log messages.
Alexander Færøy
2017-02-07
Add debug log statement when sending a directory command.
Alexander Færøy
2017-02-03
Use the standard OpenBSD preprocessor definition
cypherpunks
2017-01-30
Merge branch 'combined-fuzzing-v4'
Nick Mathewson
2017-01-30
Restrict fuzzing to the directory headers
teor
2017-01-18
Remove argument from guards_choose_dirguard
Nick Mathewson
2017-01-11
Merge remote-tracking branch 'public/bug20974'
Nick Mathewson
2017-01-03
Clarify the message logged when a remote relay is unexpectedly missing a port
teor
2017-01-03
Allow relays to use directory mirrors without a DirPort
teor
2017-01-02
Unindent long-misindented blocks.
Nick Mathewson
2017-01-02
Move entry-guard-is-up notification later into dirguard path.
Nick Mathewson
2016-12-23
Merge remote-tracking branch 'dgoulet/bug19899_030_01'
Nick Mathewson
2016-12-19
For fuzzing: Expose directory_handle_command.
teor
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
[next]