index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_workqueue.c
Age
Commit message (
Expand
)
Author
2018-05-06
Fix the selection of events to cancel in test_workqueue.c
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-04-05
Move responsibility for threadpool reply-handler events to workqueue
Nick Mathewson
2018-04-05
Wrap the function we use to run the event loop.
Nick Mathewson
2018-04-05
Add wrappers for event_base_loopexit and event_base_loopbreak.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-07-27
Add support for multi-priority workqueues
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-07-04
Raise libevent dependency to 2.0.10-stable or newer
Sebastian Hahn
2016-06-08
Add several test scripts wrapping test_workqueue
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-11-25
Add crypto-initializer functions to those whose return values must be checked
Nick Mathewson
2015-11-25
Make crypto_seed_rng() and crypto_rand() less scary.
Nick Mathewson
2015-08-21
Fix a bunch of check-spaces complaints
Sebastian Hahn
2015-08-21
Ensure worker threads actually exit when it is time
Sebastian Hahn
2015-08-20
New testcase exposing bug during threadpool shutdown
Sebastian Hahn
2015-08-05
Let's try to get test_workqueue working on windows
Nick Mathewson
2015-07-21
Improve the workqueue test help message.
cypherpunks
2015-07-21
Limit the number of inflight items to the number of items.
cypherpunks
2015-07-03
Make test_workqueue.c faster, and on-by-default.
Nick Mathewson
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
Nick Mathewson
2015-03-24
Put an upper bound on test_workqueue -I argument
Nick Mathewson
2015-01-21
Fix: change copyright year in workqueue and thread tests
David Goulet
2015-01-15
Update workqueue implementation to use a single queue for the work
Nick Mathewson
2015-01-14
Fix check-spaces
Nick Mathewson
2015-01-14
Test and fix workqueue_entry_cancel().
Nick Mathewson
2015-01-14
Add shutdown and broadcast support to test_workqueue.
Nick Mathewson
2015-01-14
Test a little more of compat_threads.c
Nick Mathewson
2015-01-14
Rename bench_workqueue -> test_workqueue and make it a unit test.
Nick Mathewson