aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
AgeCommit message (Expand)Author
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
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-11-19Only call cull_wedged_cpuworkers once every 60 seconds.Nick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-27Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn
2010-11-10Synx manpage and source wrt option capitalizationSebastian Hahn
2010-09-28Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson
2010-09-27Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-07-27Create onion.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn