summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement relaycrypt_slay_worker()parallel_relay_crypt_rebase_2Andrea Shepard2013-06-15
* squash! Implement relaycrypt_set_num_workers() and some helper functionsAndrea Shepard2013-06-15
* Add thread_cond field and explanatory comments to relaycrypt_thread_tAndrea Shepard2013-06-15
* Enable pthreads tor_cond_t; Win32 version still neededAndrea Shepard2013-06-15
* Implement relaycrypt_spawn_worker()Andrea Shepard2013-06-15
* Allocate/free locks in relaycrypt_init()/relaycrypt_free_all()Andrea Shepard2013-06-15
* squash! Implement relaycrypt_set_num_workers() and some helper functionsAndrea Shepard2013-06-15
* Implement relaycrypt_set_num_workers() and some helper functionsAndrea Shepard2013-06-15
* Use tor_thread_t for relaycrypt_job_tAndrea Shepard2013-06-15
* Implement pthreads version of tor_thread_tAndrea Shepard2013-06-15
* Add RelaycryptThreads and RelaycryptMaxJobCells optionsAndrea Shepard2013-06-15
* Add locks to relaycrypt_*_t structuresAndrea Shepard2013-06-15
* Call relaycrypt_init()/relaycrypt_free_all() from main.cAndrea Shepard2013-06-15
* fixup! Partially implement relaycrypt_free_all()Andrea Shepard2013-06-15
* Partially implement relaycrypt_free_all()Andrea Shepard2013-06-15
* squash! Implement relaycrypt_init()Andrea Shepard2013-06-15
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2013-06-15
* fixup! Stub out relaycrypt_worker_main()Andrea Shepard2013-06-15
* Stub out relaycrypt_worker_main()Andrea Shepard2013-06-15
* Implement relaycrypt_init()Andrea Shepard2013-06-15
* Declare some more relaycrypt functions to be called from the worker threadAndrea Shepard2013-06-15
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2013-06-15
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2013-06-15
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2013-06-15
* fixup! First draft of parallel relaycrypt data structuresAndrea Shepard2013-06-15
* First draft of parallel relaycrypt data structuresAndrea Shepard2013-06-15
* Add --enable-threaded-relaycrypt build-time option; stub out relaycrypt.{c,h}Andrea Shepard2013-06-15
* Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.dana koch2013-06-14
* Merge branch 'circuit_queue_cap-0.2.5-squashed'Nick Mathewson2013-06-14
|\
| * Fix signed/unsigned comparison warningNick Mathewson2013-06-14
| * Increase the limit so leaky pipe might workNick Mathewson2013-06-14
| * Don't queue more cells as a middle relay than the spec allows to be in flightcircuit_queue_cap-0.2.5-squashedAndrea Shepard2013-06-13
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-14
|\ \
| * \ Merge branch 'circuit_queue_cap-0.2.4-squashed' into maint-0.2.4Nick Mathewson2013-06-14
| |\ \
| | * | Increase the limit so leaky pipe might workNick Mathewson2013-06-14
| | * | Don't queue more cells as a middle relay than the spec allows to be in flightcircuit_queue_cap-0.2.4-squashedAndrea Shepard2013-06-13
| * | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-06-14
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'circuit_queue_cap-0.2.3-squashed' into maint-0.2.3Nick Mathewson2013-06-14
| | |\ \
| | | * | Increase the limit so leaky pipe might workNick Mathewson2013-06-14
| | | * | Don't queue more cells as a middle relay than the spec allows to be in flightcircuit_queue_cap-0.2.3-squashedAndrea Shepard2013-06-13
| | |/ /
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-13
|\ \ \ \ | |/ / /
| * | | Merge branch 'bug9047' into maint-0.2.4Nick Mathewson2013-06-13
| |\ \ \
| | * | | Define SEEK_SET for platforms that lack it.Nick Mathewson2013-06-13
| | * | | If we write the annotation but not the microdescriptor, rewind.Nick Mathewson2013-06-13
| |/ / /
* | | | Rename networkstatus_dl_interval() -> networkstatus_dl_check_interval()Nick Mathewson2013-06-13
* | | | Merge remote-tracking branch 'linus/bug8532'Nick Mathewson2013-06-13
|\ \ \ \
| * | | | Hide consensus download interval, depending on TestingTorNetwork, in a macro.Linus Nordberg2013-06-10
| * | | | Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg2013-06-08
* | | | | Merge remote-tracking branch 'public/bug7912_squashed'Nick Mathewson2013-06-13
|\ \ \ \ \
| * | | | | Fix compile warnings wrt printf formating of int64_tNick Mathewson2013-06-13