aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
Commit message (Expand)AuthorAge
* start the process of making 0.0.7* obsoleteRoger Dingledine2004-10-17
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* let children survive sigint, sigterm, etc.Roger Dingledine2004-08-08
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* Revert cpuworker to use addr/portNick Mathewson2004-07-16
* Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson2004-07-13
* Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson2004-07-01
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* bump an info message down to a debugRoger Dingledine2004-06-03
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make some functions staticNick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* More doxygenation.Nick Mathewson2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* bugfix: do directory_send_command only after we've established a socketRoger Dingledine2004-05-09
* bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine2004-05-06
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson2004-04-28
* use tor_assertRoger Dingledine2004-04-25
* log correctly if decoding onion failedRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* deal with hardware word alignmentRoger Dingledine2004-03-20
* don't close all the fd's when you spawn a thread, only when you forkRoger Dingledine2004-03-12
* Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson2004-03-11
* stop asserting that computers always go forward in timeRoger Dingledine2004-03-06
* make workers explain their death better when tor diesRoger Dingledine2004-03-04
* 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