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
/
or
/
cpuworker.c
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-07-05
Clean up include paths for libtor-evloop (automated)
Nick Mathewson
2018-07-03
Retire U64_TO_DBL and DBL_TO_U64
Nick Mathewson
2018-06-28
Move weakrng into lib/intmath
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
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-02
use channel_is_client for create cell counts
Roger Dingledine
2018-02-07
more fixes for typos, grammar, whitespace, etc
Roger Dingledine
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-07-27
Merge branch 'maint-0.3.1'
Nick Mathewson
2017-07-27
Fix the cpuworker.c documentation to mention all the kinds of work
Nick Mathewson
2017-07-27
Always start with one additional worker thread
Nick Mathewson
2017-07-27
Queue consensus diffs at LOW priority.
Nick Mathewson
2017-07-07
Explicit length checks in circuit_init_cpath_crypto().
George Kadianakis
2017-06-21
make assign_onionskin_to_cpuworker failure case more clear
Roger Dingledine
2017-06-21
Merge branch 'bug22356_029' into maint-0.3.1
Nick Mathewson
2017-06-19
Downgrade "assign_to_cpuworker failed" to INFO.
Nick Mathewson
2017-04-24
Make cpuworker_queue_work function mockable.
Nick Mathewson
2017-04-15
Expand cpuworker API to allow other work types
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-10-31
Actually free the worker_state_t object when we do an update with it
Nick Mathewson
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-07-04
Raise libevent dependency to 2.0.10-stable or newer
Sebastian Hahn
2016-02-27
Update the copyright year.
Nick Mathewson
2015-08-21
Ensure worker threads actually exit when it is time
Sebastian Hahn
2015-03-12
add an explanatory comment
Nick Mathewson
2015-03-12
Also, add an assertion to assign_onionskin_to_cpuworker
Nick Mathewson
2015-03-12
Fix crash bug when calling cpuworkers_rotate_keyinfo on a client.
Nick Mathewson
2015-02-16
Fix a few coverity "Use after NULL check" warnings
Nick Mathewson
2015-02-15
Call cpu_init if we change to being a relay
Sebastian Hahn
2015-02-09
Add some comments to or_circuit_t.workqueue_entry
Sebastian Hahn
2015-02-09
Avoid use-after-free of circ belonging to cancelled job
Sebastian Hahn
2015-02-05
Fix a work-counting bug introduced by the workqueue merge
Nick Mathewson
2015-01-26
Bail early in cpuworker_onion_handshake_replyfn if the circuit is marked
Nick Mathewson
2015-01-23
whitespace fixes
Nick Mathewson
2015-01-21
Fix: remove whitespace and update a comment in cpuworker.c
David Goulet
2015-01-15
Update workqueue implementation to use a single queue for the work
Nick Mathewson
2015-01-14
Avoid chan/circ linear lookups for requests
Nick Mathewson
2015-01-14
Remove if (1) indentation in cpuworker.c
Nick Mathewson
2015-01-14
Refactor cpuworker to use workqueue/threadpool code.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-02
Apply new calloc coccinelle patch
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-06-20
Thread support is now required
Nick Mathewson
[next]