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 magic number for type-checking channel casts
bug6465_draft_2_squashed
Andrea Shepard
2012-10-09
*
Improve comments on channel_write_*()
Andrea Shepard
2012-10-09
*
Use cell_queue_entry_new/free() functions in channel.c
Andrea Shepard
2012-10-09
*
Set reason_for_closing when erroring out of channel_tls_connect()
Andrea Shepard
2012-10-09
*
Split channel_t into channel_t and channel_listener_t; get rid of that big union
Andrea Shepard
2012-10-09
*
Conform to existing Doxygen style
Andrea Shepard
2012-10-08
*
Refactor channel_write_cell()/channel_write_packed_cell()/channel_write_var_c...
Andrea Shepard
2012-10-08
*
Use typedefs for function pointer return values and s/listener/listener_fn/ f...
Andrea Shepard
2012-10-08
*
s/cell_queue/incoming_queue/g in channel.c for consistency with outgoing_queue
Andrea Shepard
2012-10-08
*
Fix typo in comment
Andrea Shepard
2012-10-08
*
s/channel_request_close()/channel_mark_for_close()/g for consistency
Andrea Shepard
2012-10-08
*
Make channel_force_free() static
Andrea Shepard
2012-10-08
*
Simplify channel_next_with_digest() in channel.c
Andrea Shepard
2012-10-08
*
Eliminate unnecessary channel_set_cell_handler(), channel_set_var_cell_handle...
Andrea Shepard
2012-10-08
*
Eliminate unnecessary SMARTLIST_DEL_CURRENT() invocations in channel.c, chann...
Andrea Shepard
2012-10-08
*
Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()
Andrea Shepard
2012-10-08
*
Simplify channel_find_by_remote_digest()
Andrea Shepard
2012-10-08
*
Abolish superfluous channel_find_by_remote_nickname()
Andrea Shepard
2012-10-08
*
channel_free() should be a no-op
Andrea Shepard
2012-10-08
*
Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t
Andrea Shepard
2012-10-08
*
Check return value from connection_or_connect() in channel_tls_connect()
Andrea Shepard
2012-10-08
*
Add changes file for channels (ticket 6465)
bug6465_rebased_3
Andrea Shepard
2012-10-08
*
Keep better statistics about channels and dump them from dumpstats() on SIGUSR1
Andrea Shepard
2012-10-08
*
Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c
Andrea Shepard
2012-10-08
*
Call connection_or_close_normally() rather than using connection_mark_for_clo...
Andrea Shepard
2012-10-08
*
Call channel_run_cleanup() in main.c, and include a comment explaining how cl...
Andrea Shepard
2012-10-08
*
Add LD_CHANNEL log domain in log.c
Andrea Shepard
2012-10-08
*
Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.c
Andrea Shepard
2012-10-08
*
Use connection_or_get_num_circuits() in control.c
Andrea Shepard
2012-10-08
*
Convert rendmid.c to channel_t
Andrea Shepard
2012-10-08
*
Use dirreq_id from channel_t when appropriate
Andrea Shepard
2012-10-08
*
Switch onion.c over to channel_t
Andrea Shepard
2012-10-08
*
Use channel_t in cpuworker.c
Andrea Shepard
2012-10-08
*
Query circuit count from associated channel of or_conn in control.c
Andrea Shepard
2012-10-08
*
Make reachabiity test in dirserv.c use channel_t
Andrea Shepard
2012-10-08
*
Convert relay.c/relay.h to channel_t
Andrea Shepard
2012-10-08
*
Support channel_t in connection_edge.c
Andrea Shepard
2012-10-08
*
Use channel_t in cmd.c
Andrea Shepard
2012-10-08
*
Use channel_t rather than or_connection_t for circuits
Andrea Shepard
2012-10-08
*
Initial channeltls.c/channeltls.h for bug 6465
Andrea Shepard
2012-10-08
*
Fix make check-spaces in circuitbuild.c and router.h
Andrea Shepard
2012-10-08
*
Add channel.c/channel.h for bug 6465
Andrea Shepard
2012-10-08
*
Merge remote-tracking branch 'public/openssl_1_is_best'
Nick Mathewson
2012-10-04
|
\
|
*
Log a notice if we're running with OpenSSL before 1.0.0.
Nick Mathewson
2012-09-12
|
*
Drop support for openssl 0.9.7
Nick Mathewson
2012-09-12
*
|
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-10-04
|
\
\
|
*
\
Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3
Nick Mathewson
2012-10-04
|
|
\
\
|
|
*
|
Refuse extra create cells with reason "resource limit"
Roger Dingledine
2012-10-03
*
|
|
|
Add autoconf magic to support Bitrig
Nick Mathewson
2012-10-04
*
|
|
|
Fix tabs in config.c
Nick Mathewson
2012-10-04
[next]