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
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
2014-05-01
Merge remote-tracking branch 'public/bug4345a_024'
Nick Mathewson
2014-04-18
scan-build: in cpuworker, initialize tv_start
Nick Mathewson
2014-03-27
Renamed "onionskins_completed" to "onionskins_assigned"
Nick Mathewson
2014-01-17
Check spawn_func() return value
Nick Mathewson
2013-09-05
collect and log statistics about onionskins received/processed
Roger Dingledine
2013-03-18
Check return values from fcntl and setsockopt
Nick Mathewson
2013-03-10
Fix 8447: use %u to format circid_t.
Nick Mathewson
2013-02-15
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-11
Fix a nigh-impossible overflow in cpuworker.c
Nick Mathewson
2013-02-08
Fix numerous problems with Tor's weak RNG.
Nick Mathewson
2013-01-24
Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor
Andrea Shepard
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-03
Better handling (I think) for onionskin timing w jumpy clocks
Nick Mathewson
2013-01-03
Record and report the overhead of how we handle onionskins.
Nick Mathewson
[next]