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
*
Make channel_flush_some_cells() compile cleanly on machines with ssize_t larg...
bug6816_rebased_2
Andrea Shepard
2012-10-10
*
Don't remove circuitmux hash table entries in circuitmux_detach_circuit() unt...
Andrea Shepard
2012-10-10
*
Fix 'warning: circuit was already inactive' and assert in circuitmux_make_cir...
Andrea Shepard
2012-10-10
*
Bring summary comment block in circuitmux.c up to date
Andrea Shepard
2012-10-10
*
fixup! New and improved circuitmux_detach_all_circuits(), now without the stupid
Andrea Shepard
2012-10-10
*
New and improved circuitmux_detach_all_circuits(), now without the stupid
Andrea Shepard
2012-10-10
*
Correctly set magic numbers on ewma policy data/circuit data when allocating
Andrea Shepard
2012-10-10
*
Set circuitmux policy on existing active channels when ewma_enabled changes
Andrea Shepard
2012-10-10
*
Set circuitmux policy on new channels in channeltls.c
Andrea Shepard
2012-10-10
*
fixup! Implement channel_set_cmux_policy_everywhere()
Andrea Shepard
2012-10-10
*
Implement cell_ewma_enabled()
Andrea Shepard
2012-10-10
*
Implement channel_set_cmux_policy_everywhere()
Andrea Shepard
2012-10-10
*
Fix broken circuitmux_move_active_circ_to_tail(); don't assume n_chan is not ...
Andrea Shepard
2012-10-09
*
Allow n_chan to be NULL in circuitmux_find_map_entry(); it can be but with no...
Andrea Shepard
2012-10-09
*
fixup! Use circuit_get_by_circid_channel_even_if_marked() and fix some assert...
Andrea Shepard
2012-10-09
*
Use circuit_get_by_circid_channel_even_if_marked() and fix some asserts in ci...
Andrea Shepard
2012-10-09
*
Fix some circuitmux-related asserts in relay.c
Andrea Shepard
2012-10-09
*
Fix detach when setting circuit ID to 0 bug in circuit_set_circid_chan_helper...
Andrea Shepard
2012-10-09
*
Detach circuits from circuitmux early when freeing channel so they can find t...
Andrea Shepard
2012-10-09
*
Handle closing circuits correctly with circuitmux_t
Andrea Shepard
2012-10-09
*
fixup! Fix circuitmux attach/detach logic in circuit_set_circid_chan_helper()...
Andrea Shepard
2012-10-09
*
fixup! Add a bunch of paranoid-mode expensive asserts incircuitmux.c
Andrea Shepard
2012-10-09
*
fixup! Add a bunch of paranoid-mode expensive asserts incircuitmux.c
Andrea Shepard
2012-10-09
*
fixup! Implement circuitmux_make_circuit_inactive(), circuitmux_make_circuit_...
Andrea Shepard
2012-10-09
*
Add a bunch of paranoid-mode expensive asserts incircuitmux.c
Andrea Shepard
2012-10-09
*
fixup! Implement circuitmux_make_circuit_inactive(), circuitmux_make_circuit_...
Andrea Shepard
2012-10-09
*
Adjust the circuitmux_t counter correctly in circuitmux_notify_xmit_cells()
Andrea Shepard
2012-10-09
*
Fix circuitmux attach/detach logic in circuit_set_circid_chan_helper(); it's ...
Andrea Shepard
2012-10-09
*
fixup! Implement circuitmux_attach_circuit() in circuitmux.c
Andrea Shepard
2012-10-09
*
fixup! Implement circuitmux_alloc()/circuitmux_free() and chanid/circid->muxi...
Andrea Shepard
2012-10-09
*
Update circuitmux-related TODOs in channeltls.c
Andrea Shepard
2012-10-09
*
Fix comment on circuit_t.n_hop and remove circuitmux TODO in or.h
Andrea Shepard
2012-10-09
*
Move all EWMA code into circuitmux.c and implement circuitmux_policy_t method...
Andrea Shepard
2012-10-09
*
Add circuitmux.h, circuitmux_ewma.h includes now necessary in networkstatus.c
Andrea Shepard
2012-10-09
*
Remove cell_ewma_t from or.h and from circuit_t/or_circuit_t; all that goes t...
Andrea Shepard
2012-10-09
*
Add circuitmux.h, circuitmux_ewma.h includes now necessary in config.c
Andrea Shepard
2012-10-09
*
Remove EWMA code from relay.{c,h}; it goes to a circuitmux policy now
Andrea Shepard
2012-10-09
*
Remove ewma setup code in init_circuit_base()/or_circuit_new() of circuitlist...
Andrea Shepard
2012-10-09
*
Add upcasts for circuitmux_policy_data_t and circuitmux_policy_circ_data_t to...
Andrea Shepard
2012-10-09
*
Add initial circuitmux_ewma.{c,h}
Andrea Shepard
2012-10-09
*
Implement circuitmux_assert_okay() and helper functions in circuitmux.c
Andrea Shepard
2012-10-09
*
Implement circuitmux_get_first_active_circuit() in circuitmux.c; add pick_act...
Andrea Shepard
2012-10-09
*
Add comment for circuitmux_notify_xmit_cells() in circuitmux.c
Andrea Shepard
2012-10-09
*
Add comment for circuitmux_move_active_circ_to_tail() in circuitmux.c
Andrea Shepard
2012-10-09
*
Implement circuitmux_notify_xmit_cells() and circuitmux_move_active_circ_to_t...
Andrea Shepard
2012-10-09
*
Consistently allow policy alloc_cmux_data() and alloc_circ_data() functions t...
Andrea Shepard
2012-10-09
*
Implement circuitmux_clear_policy(), circuitmux_get_policy() and circuitmux_s...
Andrea Shepard
2012-10-09
*
Add cmux policy notify_set_n_cells() and notify_xmit_cells() callbacks
Andrea Shepard
2012-10-09
*
Allocate and free circuit-specific policy data in the right places
Andrea Shepard
2012-10-09
*
Implement circuitmux policy basic notifications mechanism
Andrea Shepard
2012-10-09
[next]