aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
Commit message (Expand)AuthorAge
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Don't leak memory if we get too many create cellsRoger Dingledine2009-07-27
* Update copyright to 2009.Karsten Loesing2009-05-04
* Add and use set/get_uint64 on onion tags. [bug 604; backportable]Nick Mathewson2009-03-02
* When a relay gets a create cell it can't decrypt (e.g. because it'sRoger Dingledine2009-01-06
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Switch global_identifier on connections to a 64-bit field and move it to conn...Nick Mathewson2008-08-15
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
* r17322@aud-055: nickm | 2008-07-23 16:50:50 +0200Nick Mathewson2008-07-23
* r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson2008-02-22
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
* r17947@catbus: nickm | 2008-02-06 11:57:53 -0500Nick Mathewson2008-02-06
* r17930@catbus: nickm | 2008-02-05 18:20:40 -0500Nick Mathewson2008-02-05
* clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine2007-12-12
* r13266@catbus: nickm | 2007-06-05 16:38:08 -0400Nick Mathewson2007-06-05
* r12853@catbus: nickm | 2007-05-22 11:36:54 -0400Nick Mathewson2007-05-22
* r12764@catbus: nickm | 2007-05-15 17:17:39 -0400Nick Mathewson2007-05-15
* r12074@catbus: nickm | 2007-03-04 15:11:43 -0500Nick Mathewson2007-03-04
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* 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