aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
AgeCommit message (Expand)Author
2016-02-27Update the copyright year.Nick Mathewson
2015-08-21Ensure worker threads actually exit when it is timeSebastian Hahn
2015-03-12add an explanatory commentNick Mathewson
2015-03-12Also, add an assertion to assign_onionskin_to_cpuworkerNick Mathewson
2015-03-12Fix crash bug when calling cpuworkers_rotate_keyinfo on a client.Nick Mathewson
2015-02-16Fix a few coverity "Use after NULL check" warningsNick Mathewson
2015-02-15Call cpu_init if we change to being a relaySebastian Hahn
2015-02-09Add some comments to or_circuit_t.workqueue_entrySebastian Hahn
2015-02-09Avoid use-after-free of circ belonging to cancelled jobSebastian Hahn
2015-02-05Fix a work-counting bug introduced by the workqueue mergeNick Mathewson
2015-01-26Bail early in cpuworker_onion_handshake_replyfn if the circuit is markedNick Mathewson
2015-01-23whitespace fixesNick Mathewson
2015-01-21Fix: remove whitespace and update a comment in cpuworker.cDavid Goulet
2015-01-15Update workqueue implementation to use a single queue for the workNick Mathewson
2015-01-14Avoid chan/circ linear lookups for requestsNick Mathewson
2015-01-14Remove if (1) indentation in cpuworker.cNick Mathewson
2015-01-14Refactor cpuworker to use workqueue/threadpool code.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-06-20Thread support is now requiredNick Mathewson
2014-05-01Merge remote-tracking branch 'public/bug4345a_024'Nick Mathewson
2014-04-18scan-build: in cpuworker, initialize tv_startNick Mathewson
2014-03-27Renamed "onionskins_completed" to "onionskins_assigned"Nick Mathewson
2014-01-17Check spawn_func() return valueNick Mathewson
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine
2013-03-18Check return values from fcntl and setsockoptNick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-11Fix a nigh-impossible overflow in cpuworker.cNick Mathewson
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-01-24Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Better handling (I think) for onionskin timing w jumpy clocksNick Mathewson
2013-01-03Record and report the overhead of how we handle onionskins.Nick Mathewson
2013-01-03Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelayNick Mathewson
2013-01-03Complete all DOCDOC entries from the ntor branchNick Mathewson
2013-01-03Use created_cell_format where appropriateNick Mathewson
2013-01-03Teach cpuworker and others about create_cell_t and friendsNick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2013-01-02Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson
2012-11-06Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson
2012-10-08Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_tAndrea Shepard
2012-10-08Use channel_t in cpuworker.cAndrea Shepard
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2011-12-02Init conn->addr to "unspec" on cpuworker connectionsNick Mathewson