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
*
Implement relaycrypt_slay_worker()
parallel_relay_crypt_rebase_1
Andrea Shepard
2012-12-30
*
squash! Implement relaycrypt_set_num_workers() and some helper functions
Andrea Shepard
2012-12-30
*
Add thread_cond field and explanatory comments to relaycrypt_thread_t
Andrea Shepard
2012-12-30
*
Enable pthreads tor_cond_t; Win32 version still needed
Andrea Shepard
2012-12-30
*
Implement relaycrypt_spawn_worker()
Andrea Shepard
2012-12-30
*
Allocate/free locks in relaycrypt_init()/relaycrypt_free_all()
Andrea Shepard
2012-12-30
*
squash! Implement relaycrypt_set_num_workers() and some helper functions
Andrea Shepard
2012-12-30
*
Implement relaycrypt_set_num_workers() and some helper functions
Andrea Shepard
2012-12-30
*
Use tor_thread_t for relaycrypt_job_t
Andrea Shepard
2012-12-30
*
Implement pthreads version of tor_thread_t
Andrea Shepard
2012-12-30
*
Add RelaycryptThreads and RelaycryptMaxJobCells options
Andrea Shepard
2012-12-30
*
Add locks to relaycrypt_*_t structures
Andrea Shepard
2012-12-30
*
Call relaycrypt_init()/relaycrypt_free_all() from main.c
Andrea Shepard
2012-12-30
*
fixup! Partially implement relaycrypt_free_all()
Andrea Shepard
2012-12-30
*
Partially implement relaycrypt_free_all()
Andrea Shepard
2012-12-30
*
squash! Implement relaycrypt_init()
Andrea Shepard
2012-12-30
*
squash! First draft of parallel relaycrypt data structures
Andrea Shepard
2012-12-30
*
fixup! Stub out relaycrypt_worker_main()
Andrea Shepard
2012-12-30
*
Stub out relaycrypt_worker_main()
Andrea Shepard
2012-12-30
*
Implement relaycrypt_init()
Andrea Shepard
2012-12-30
*
Declare some more relaycrypt functions to be called from the worker thread
Andrea Shepard
2012-12-30
*
squash! First draft of parallel relaycrypt data structures
Andrea Shepard
2012-12-30
*
squash! First draft of parallel relaycrypt data structures
Andrea Shepard
2012-12-30
*
squash! First draft of parallel relaycrypt data structures
Andrea Shepard
2012-12-30
*
fixup! First draft of parallel relaycrypt data structures
Andrea Shepard
2012-12-30
*
First draft of parallel relaycrypt data structures
Andrea Shepard
2012-12-30
*
Add --enable-threaded-relaycrypt build-time option; stub out relaycrypt.{c,h}
Andrea Shepard
2012-12-30
*
Merge branch 'bug7814_squash'
Nick Mathewson
2012-12-29
|
\
|
*
Fix a crash bug when running an node without IPv6-exit support.
Nick Mathewson
2012-12-29
|
/
*
Rate-limit "No circuits are opened" message to once-per-hour
Nick Mathewson
2012-12-26
*
Fix a possibly-unused-var warning. Thank you, GCC.
Nick Mathewson
2012-12-25
*
Fix compilation warning: must not format u64 as long.
Nick Mathewson
2012-12-25
*
Fix whitespace
Nick Mathewson
2012-12-25
*
Merge remote-tracking branch 'mikeperry/209-path-bias-changes'
Nick Mathewson
2012-12-25
|
\
|
*
Nick's Code review #3 part 2.
Mike Perry
2012-12-18
|
*
Changes from Nick's code review 'part 1'
Mike Perry
2012-12-18
|
*
Tags on relay cells can result in certain reason codes.
Mike Perry
2012-12-11
|
*
Woops, this log message triggers with the 2-hop bias commit.
Mike Perry
2012-12-11
|
*
Add a missing comment.
Mike Perry
2012-12-10
|
*
More log message and space fixups.
Mike Perry
2012-12-10
|
*
Update manpage.
Mike Perry
2012-12-10
|
*
Update changes file.
Mike Perry
2012-12-09
|
*
Clean up some XXX comments.
Mike Perry
2012-12-09
|
*
Space fixes.
Mike Perry
2012-12-09
|
*
Fix a rather serious use-count state bug.
Mike Perry
2012-12-09
|
*
Convert to doubles for all pathbias state.
Mike Perry
2012-12-09
|
*
Also shorten circuit_successes to circ_successes.
Mike Perry
2012-12-09
|
*
Rename first_hop to circ_attempt.
Mike Perry
2012-12-09
|
*
Change from first hop accounting to 2nd hop accounting
Mike Perry
2012-12-09
|
*
Add intro+rend cannibalize param..
Mike Perry
2012-12-09
[next]