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
2016-07-01
Add an extra check to test_dir to try to debug windows jenkins issue
Nick Mathewson
2016-07-01
Fix a missing break; in dump_desc_init()
Nick Mathewson
2016-07-01
Merge remote-tracking branch 'teor/bug19530-v2'
Nick Mathewson
2016-07-01
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-07-01
When tor can't find a directory, log less
teor (Tim Wilson-Brown)
2016-07-01
Make authority_certs_fetch_missing support bridge hints
teor (Tim Wilson-Brown)
2016-07-01
Refactor duplicate code in authority_certs_fetch_missing
teor (Tim Wilson-Brown)
2016-07-01
Call purpose_needs_anonymity in authority_certs_fetch_missing
teor (Tim Wilson-Brown)
2016-07-01
Hex-encode raw digest before printing in authority_certs_fetch_missing
teor (Tim Wilson-Brown)
2016-07-01
Refactor authority_certs_fetch_missing to call get_options once
teor (Tim Wilson-Brown)
2016-06-30
Make sure that our tests expect the windows path separator as needed
Nick Mathewson
2016-06-30
Set binary mode when checking malformed descriptor.
Nick Mathewson
2016-06-30
One more tt_u64_op
Nick Mathewson
2016-06-30
use tt_u64_op for comparing len_descs_dumped
Nick Mathewson
2016-06-30
fix naked memcmps
Nick Mathewson
2016-06-30
Fix more naked strdup/malloc/free instances
Nick Mathewson
2016-06-30
Avoid naked strdups in test_dir.c
Nick Mathewson
2016-06-30
Fix a memory leak in test_dir_populate_dump_desc_fifo
Nick Mathewson
2016-06-30
Try to fix warnings when size_t is smaller than st.st_size.
Nick Mathewson
2016-06-30
fix a syntax warning
Nick Mathewson
2016-06-30
Fix three -Wtautological-constant-out-of-range-compare warnings.
Nick Mathewson
2016-06-30
Fix -Wextra-semi warning
Nick Mathewson
2016-06-30
Fix a 32-bit compilation failure
Nick Mathewson
2016-06-30
A little more specificity in documentation for getinfo download/ stuff
Nick Mathewson
2016-06-30
Merge remote-tracking branch 'andrea/ticket19323_squashed'
Nick Mathewson
2016-06-30
Merge remote-tracking branch 'andrea/bug18322_v3_squashed'
Nick Mathewson
2016-06-30
Merge remote-tracking branch 'teor/bug19483-fix-v2'
Nick Mathewson
2016-06-30
Also check if the sandbox is configured as well as if it's active; sandbox_in...
Andrea Shepard
2016-06-30
Do sandbox_is_active() check before reconstructing dump_desc() FIFO on startu...
Andrea Shepard
2016-06-30
Add unit test for dump_desc_populate_fifo_from_directory()
Andrea Shepard
2016-06-30
Make things mockable for dump_desc_populate_fifo_from_directory() unit test
Andrea Shepard
2016-06-30
Unit test for dump_desc_populate_one_file()
Andrea Shepard
2016-06-30
Add support for mocking functions declared with attributes without causing gc...
Andrea Shepard
2016-06-30
Reload unparseable descriptor dump FIFO state from on-disk dumped descriptors...
Andrea Shepard
2016-06-30
Move unparseable descriptor dumps into subdirectory of DataDir
Andrea Shepard
2016-06-30
Add sandbox_is_active() check to dump_desc()
Andrea Shepard
2016-06-30
Use uint64_t for total length of dumped descriptors, nad be careful about ove...
Andrea Shepard
2016-06-30
Add dir/dump_unparseable_descriptors unit test
Andrea Shepard
2016-06-30
Make options_get_datadir_fname2_suffix() mockable
Andrea Shepard
2016-06-30
Expose a few more dump_desc()-related things to the test suite
Andrea Shepard
2016-06-30
Add extern support for file-scope variables in testsupport.h
Andrea Shepard
2016-06-30
Expose dump_desc() to the test suite and make things it calls mockable
Andrea Shepard
2016-06-30
Remove old unparseable descriptor logging mechanism, add bump-to-head-of-queu...
Andrea Shepard
2016-06-30
Add multiple descriptor dump support for dump_desc() in routerparse.c; fixes ...
Andrea Shepard
2016-06-29
fix typo
Roger Dingledine
2016-06-30
Add tv_udiff and tv_mdiff unit tests with negative values
teor (Tim Wilson-Brown)
2016-06-30
Fix bug19483: avoid range checks when they are always true
teor (Tim Wilson-Brown)
2016-06-29
Merge remote-tracking branch 'weasel/bug19503'
Nick Mathewson
2016-06-29
Add more unit tests for tv_udiff and tv_mdiff
teor (Tim Wilson-Brown)
2016-06-29
Improve overflow checks in tv_udiff and tv_mdiff
teor (Tim Wilson-Brown)
[next]