summaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
AgeCommit message (Expand)Author
2004-11-16minor fixesRoger Dingledine
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-08-08let children survive sigint, sigterm, etc.Roger Dingledine
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-16Revert cpuworker to use addr/portNick Mathewson
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson
2004-07-01Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson
2004-06-05Make tor build on win32 again; handle locking for serverNick Mathewson
2004-06-03bump an info message down to a debugRoger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12Make some functions staticNick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-09bugfix: do directory_send_command only after we've established a socketRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-25log correctly if decoding onion failedRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-03-20deal with hardware word alignmentRoger Dingledine
2004-03-12don't close all the fd's when you spawn a thread, only when you forkRoger Dingledine
2004-03-11Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson
2004-03-06stop asserting that computers always go forward in timeRoger Dingledine
2004-03-04make workers explain their death better when tor diesRoger Dingledine
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-02-28Push responsibility for connection marking down as far as possible; have only...Nick Mathewson
2004-01-10split the token bucket into 'rate' and 'burst' paramsRoger Dingledine
2004-01-06Fix the dns bug: children weren't dyingRoger Dingledine
2003-12-19rename circ_id_t to uint16_t for code clarityRoger Dingledine
2003-12-17end-to-end integrity checking now worksRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-12-14on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine
2003-11-16initial patches on patchesRoger Dingledine
2003-11-11Rename aci to circ_id throughout.Nick Mathewson
2003-10-15Stop using stdout for non-debugging casesNick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-27connection_new() can't ever failRoger Dingledine
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-16refactor connects into connection_connect()Roger Dingledine