aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
Commit message (Expand)AuthorAge
* Thread support is now requiredNick Mathewson2014-06-20
* Merge remote-tracking branch 'public/bug4345a_024'Nick Mathewson2014-05-01
|\
| * Check spawn_func() return valueNick Mathewson2014-01-17
* | scan-build: in cpuworker, initialize tv_startNick Mathewson2014-04-18
* | Renamed "onionskins_completed" to "onionskins_assigned"Nick Mathewson2014-03-27
|/
* collect and log statistics about onionskins received/processedRoger Dingledine2013-09-05
* Check return values from fcntl and setsockoptNick Mathewson2013-03-18
* Fix 8447: use %u to format circid_t.Nick Mathewson2013-03-10
* Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\
| * Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | Fix a nigh-impossible overflow in cpuworker.cNick Mathewson2013-02-11
* | Fix numerous problems with Tor's weak RNG.Nick Mathewson2013-02-08
* | Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard2013-01-24
|\ \
| * | Better handling (I think) for onionskin timing w jumpy clocksNick Mathewson2013-01-03
| * | Record and report the overhead of how we handle onionskins.Nick Mathewson2013-01-03
| * | Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelayNick Mathewson2013-01-03
* | | Update the copyright date to 201.Nick Mathewson2013-01-16
|/ /
* | Complete all DOCDOC entries from the ntor branchNick Mathewson2013-01-03
* | Use created_cell_format where appropriateNick Mathewson2013-01-03
* | Teach cpuworker and others about create_cell_t and friendsNick Mathewson2013-01-03
* | Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* | Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
|/
* Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_tAndrea Shepard2012-10-08
* Use channel_t in cpuworker.cAndrea Shepard2012-10-08
* Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* Init conn->addr to "unspec" on cpuworker connectionsNick Mathewson2011-12-02
* Merge branch 'maint-0.2.2'Roger Dingledine2011-11-21
|\
| * Only call cull_wedged_cpuworkers once every 60 seconds.Nick Mathewson2011-11-19
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\|
| * Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn2010-12-27
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\ \ | | |/ | |/|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
| * | Synx manpage and source wrt option capitalizationSebastian Hahn2010-11-10
* | | Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson2010-09-28
* | | Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson2010-09-27
* | | Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson2010-09-27
* | | Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
|/ /
* | Fix misplaced labelsSebastian Hahn2010-08-16
* | Create onion.hSebastian Hahn2010-07-27
* | Create main.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27