summaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
AgeCommit message (Expand)Author
2006-04-25do some backporting. bug 285 is not yet backported.Roger Dingledine
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-02-15fix typo found in phobos's logsRoger Dingledine
2006-02-13more log conversions.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-26disambiguate some debug entriesRoger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-11-01answer nick's XXX, and muck with some log domain choicesRoger Dingledine
2005-10-29make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine
2005-10-25Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-09-23there was no need to die when we failed to spawn a cpuworker.Roger Dingledine
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine
2005-08-15initialize the dns worker cache tree whether or not we startRoger Dingledine
2005-06-30Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-23only complain about wedged cpuworkers after an hour, not 100 secsRoger Dingledine
2005-04-08If it has not been 100 seconds since we told the cpuworker about an onion, co...Nick Mathewson
2005-04-07add function commentRoger Dingledine
2005-04-07We have a bug that I can't find. Sometimes, very rarely, cpuworkers getRoger Dingledine
2005-04-06fix an assert trigger: when we have the rare case of acceptingRoger Dingledine
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson
2005-04-04Make last fix work on windows too.Nick Mathewson
2005-04-04Fix possible bug on threading platforms with running out of fds do to cpuwork...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-01-28forward-port the shutting upRoger Dingledine
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2005-01-19Give more useful log messages when the tor process closes dns/cpuworker conne...Nick Mathewson
2005-01-03More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson
2005-01-03Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson
2004-12-06More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
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