aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
Commit message (Expand)AuthorAge
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* Fix the dns bug: children weren't dyingRoger Dingledine2004-01-06
* rename circ_id_t to uint16_t for code clarityRoger Dingledine2003-12-19
* end-to-end integrity checking now worksRoger Dingledine2003-12-17
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine2003-12-14
* initial patches on patchesRoger Dingledine2003-11-16
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* Stop using stdout for non-debugging casesNick Mathewson2003-10-15
* change WARNING to WARNRoger Dingledine2003-10-10
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* connection_new() can't ever failRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* refactor connects into connection_connect()Roger Dingledine2003-09-16
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* serious bug in cpuworker. need to think about redesign or how to handle it.Roger Dingledine2003-09-12
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* implemented cpuworkersRoger Dingledine2003-08-20