aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
Commit message (Expand)AuthorAge
...
* Call tor_free_all instead of connections_free_all after forkingNick Mathewson2005-05-03
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* only complain about wedged cpuworkers after an hour, not 100 secsRoger Dingledine2005-04-23
* If it has not been 100 seconds since we told the cpuworker about an onion, co...Nick Mathewson2005-04-08
* add function commentRoger Dingledine2005-04-07
* We have a bug that I can't find. Sometimes, very rarely, cpuworkers getRoger Dingledine2005-04-07
* fix an assert trigger: when we have the rare case of acceptingRoger Dingledine2005-04-06
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* Make last fix work on windows too.Nick Mathewson2005-04-04
* Fix possible bug on threading platforms with running out of fds do to cpuwork...Nick Mathewson2005-04-04
* update copyright notices.Nick Mathewson2005-04-01
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* forward-port the shutting upRoger Dingledine2005-01-28
* Handle unavailable hidden services better. We try each intro pointRoger Dingledine2005-01-19
* Give more useful log messages when the tor process closes dns/cpuworker conne...Nick Mathewson2005-01-19
* More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson2005-01-03
* Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson2005-01-03
* More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...Nick Mathewson2004-12-06
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* minor fixesRoger Dingledine2004-11-16
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* 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