index
:
user/andrea/tor
alt_cmux_policy
bug10616
bug11235
bug11302
bug11304
bug11306
bug11307
bug11476
bug12160
bug12160_024
bug12160_025
bug12160_debug_024
bug12160_debug_master
bug12194
bug12194_alt
bug15942
bug15942_rebased
bug15942_v2
bug18116
bug18322
bug18322_v2
bug18322_v2_tests
bug18322_v3
bug18322_v3_squashed
bug2286_squashed
bug2286_unit_test
bug2385
bug5238
bug5557
bug5595
bug5595-on-024
bug5595-rebased-and-squashed-0.2.3
bug5595-v2
bug5595-v2-squashed
bug6028
bug6177
bug6465
bug6465_draft_2
bug6465_draft_2_squashed
bug6465_rebased
bug6465_rebased_2
bug6465_rebased_3
bug6465_squashed
bug6816
bug6816_rebased
bug6816_rebased_2
bug6816_squashed
bug7086
bug7087
bug7087_2
bug7112
bug7112_v2
bug7129
bug7191
bug7191_v2
bug7212_instrumented
bug7267
bug7350
bug7729
bug7912
bug7982
bug8273
bug8367
bug8435
bug8508
bug8625
bug8625_prod
bug8625_testing
bug8639
bug8639_v2
bug8639_v3
bug8787
bug9072-023
bug9072-024
bug9072-025
bug9384
bug9602
bug9776
channel_queue_cell_bug
check_for_orconn_on_close
check_for_orconn_on_close_squashed
circuit_queue_cap-0.2.3-2
circuit_queue_cap-0.2.3-squashed
circuit_queue_cap-0.2.4-2
circuit_queue_cap-0.2.4-squashed
circuit_queue_cap-0.2.5
circuit_queue_cap-0.2.5-squashed
cmux_refactor_configurable_threshold
cmux_refactor_for_026_fix_warnings
cmux_refactor_for_026_squashed
cmux_refactor_for_026_squashed_2
cmux_refactor_pt_1
cmux_refactor_pt_2
cmux_refactor_pt_2_rebased
cmux_refactor_rebased_for_026
cmux_refactor_squashed
coverage_script_improvements
feature4994-orig
feature4994-rebased
maint-0.2.3
maint-0.2.4
maint-0.2.5
master
oos-test-failures
parallel_relay_crypt
parallel_relay_crypt_rebase_1
parallel_relay_crypt_rebase_2
ticket11485
ticket12585_rebased
ticket12585_v1
ticket12585_v2
ticket12585_v3
ticket14840
ticket15358
ticket15358_squashed
ticket15358_squashed_2
ticket17868-nikkolasg-patch-v3
ticket18320
ticket18320_rebased
ticket18320_squashed
ticket18320_v2
ticket18640
ticket18640_v2
ticket18640_v2_plumbing
ticket18640_v2_squashed
ticket18640_v2_squashed_tests
ticket18640_v3
ticket19323
ticket19323_squashed
ticket19552
ticket19552_squashed
ticket19858
ticket19858_v2
ticket19878-wip
ticket4581
ticket4581_poke_dirauths
ticket4581_rebased
ticket4581_v2
ticket4581_v2_rebased
ticket6456
trac-5049
trac-5452
Andrea's tor repository
Andrea Shepard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add unit test for dump_desc_populate_fifo_from_directory()
bug18322_v3
Andrea Shepard
2016-06-30
*
fixup! Reload unparseable descriptor dump FIFO state from on-disk dumped desc...
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-29
*
Use uint64_t for total length of dumped descriptors, nad be careful about ove...
Andrea Shepard
2016-06-29
*
Add dir/dump_unparseable_descriptors unit test
bug18322_v2_tests
Andrea Shepard
2016-06-25
*
Make options_get_datadir_fname2_suffix() mockable
Andrea Shepard
2016-06-25
*
Expose a few more dump_desc()-related things to the test suite
Andrea Shepard
2016-06-25
*
Add extern support for file-scope variables in testsupport.h
Andrea Shepard
2016-06-25
*
Update description in man page to match new MaxUnparseableDescSizeToLog optio...
Andrea Shepard
2016-06-25
*
Expose dump_desc() to the test suite and make things it calls mockable
Andrea Shepard
2016-06-25
*
Remove old unparseable descriptor logging mechanism, add bump-to-head-of-queu...
Andrea Shepard
2016-06-25
*
Changes file for bug 18322
Andrea Shepard
2016-06-25
*
Document new DetailedLogForUnparseableDescriptors option in man page
Andrea Shepard
2016-06-25
*
Add multiple descriptor dump support for dump_desc() in routerparse.c; fixes ...
Andrea Shepard
2016-06-25
*
Merge remote-tracking branch 'public/bug15942_v2_alternative'
Nick Mathewson
2016-06-23
|
\
|
*
Simpler implementation of random exponential backoff.
Nick Mathewson
2016-06-20
|
*
Better comments on exponential-backoff related members of download_status_t
bug15942_v2
Andrea Shepard
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
|
*
Changes file for random exponential backoffs
bug15942_rebased
Andrea Shepard
2016-06-18
|
*
Use exponential backoff for router descriptor downloads from consensuses
Andrea Shepard
2016-06-18
|
*
Use exponential backoffs for bridge descriptor downloads
Andrea Shepard
2016-06-18
|
*
Use exponential backoffs for certificate downloads
Andrea Shepard
2016-06-18
|
*
Use exponential backoffs for consensus downloads
Andrea Shepard
2016-06-18
|
*
Unit test for DL_SCHED_RANDOM_EXPONENTIAL
Andrea Shepard
2016-06-18
|
*
Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_t
Andrea Shepard
2016-06-18
*
|
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-22
|
\
\
|
*
|
Changes file for 19071 and 19480
teor (Tim Wilson-Brown)
2016-06-22
|
*
|
Remove and blacklist 3 fallbacks which disappeared
teor (Tim Wilson-Brown)
2016-06-22
|
*
|
Remove 2 fallbacks: one lost guard, the other had bad uptime
teor (Tim Wilson-Brown)
2016-06-22
|
*
|
Remove and blacklist 4 fallbacks which are unsuitable
teor (Tim Wilson-Brown)
2016-06-22
|
*
|
Update the fallback whitelist and blacklist
teor (Tim Wilson-Brown)
2016-06-22
|
*
|
Avoid errors in updateFallbackDirs.py when there are no fallbacks
teor (Tim Wilson-Brown)
2016-06-22
|
*
|
Document how to test the hard-coded fallback list
teor (Tim Wilson-Brown)
2016-06-22
*
|
|
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-21
|
\
\
\
|
|
/
/
|
*
|
Remove useless message about nonexistent onion services after uploading a des...
Ivan Markin
2016-06-21
*
|
|
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-21
|
\
\
\
|
|
/
/
|
*
|
Fix bug when disabling heartbeats.
George Kadianakis
2016-06-21
*
|
|
util: zero target buffer of base*_encode/decode
David Goulet
2016-06-20
*
|
|
mark sanitize_blacklist.txt as obsolete
Nick Mathewson
2016-06-20
*
|
|
Patch from dgoulet: fix a base16 problem that manifested w stem
Nick Mathewson
2016-06-20
*
|
|
Coverage hack for test_switch_id.sh
Nick Mathewson
2016-06-20
*
|
|
Small coverage improvements on compat.c
Nick Mathewson
2016-06-20
*
|
|
compat.c coverage: simplify under-tested alloc_getcwd.
Nick Mathewson
2016-06-20
*
|
|
More coverage in backtrace.c
Nick Mathewson
2016-06-20
[next]