aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
Commit message (Expand)AuthorAge
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
* r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400Nick Mathewson2006-09-29
* r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400Nick Mathewson2006-09-06
* - made configure check if we are building for win32Mike Chiussi2006-09-06
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* Finally solve the "closing wedged cpuworkers" bug. Woo.Roger Dingledine2006-06-12
* We got an obscure report of an assert error on a windows Tor server withRoger Dingledine2006-06-06
* Raise the timeout for complaining about wedged cpuworkers.Roger Dingledine2006-04-18
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* fix typo found in phobos's logsRoger Dingledine2006-02-15
* more log conversions.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* disambiguate some debug entriesRoger Dingledine2005-12-26
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* answer nick's XXX, and muck with some log domain choicesRoger Dingledine2005-11-01
* make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine2005-10-29
* Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson2005-10-25
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* there was no need to die when we failed to spawn a cpuworker.Roger Dingledine2005-09-23
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
* initialize the dns worker cache tree whether or not we startRoger Dingledine2005-08-15
* Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson2005-06-30
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* 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