| Commit message (Expand) | Author | Age |
* | Possible fix for task #43: when running on a multithreaded environment (curre... | Nick Mathewson | 2005-01-03 |
* | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson | 2005-01-03 |
* | bugfix: if a server uploads a descriptor that's unapproved, actually | Roger Dingledine | 2005-01-03 |
* | stop checking for clock skew, even for servers. | Roger Dingledine | 2005-01-03 |
* | clarify the comments about logs in the torrc | Roger Dingledine | 2005-01-02 |
* | fix the assert bug reported by bassclef@163.com | Roger Dingledine | 2005-01-02 |
* | add a comment to explain what ContactInfo is for | Roger Dingledine | 2005-01-01 |
* | Fix a double-mark-for-close bug, where we were finding a conn | Roger Dingledine | 2005-01-01 |
* | when a dirserver causes you to give a warn, mention which dirserver it was | Roger Dingledine | 2005-01-01 |
* | ...but only if you're a server | Roger Dingledine | 2004-12-31 |
* | require BandwidthRate to be at least 10kB/s | Roger Dingledine | 2004-12-31 |
* | actually make it stop keeping track of times. whoops. | Roger Dingledine | 2004-12-25 |
* | stop calling assert_connection_ok(conn, time(NULL)) on every single | Roger Dingledine | 2004-12-25 |
* | stop telling win32 folks they have a bug just because we haven't finished | Roger Dingledine | 2004-12-25 |
* | initial profiling by phobos says we spend a whole lot of time | Roger Dingledine | 2004-12-25 |
* | when you're loading the rendezvous service keys in options_act(), | Roger Dingledine | 2004-12-24 |
* | don't connection_edge_end() on eof if we're already marked for close, | Roger Dingledine | 2004-12-24 |
* | remove sentence-fragment comment refering to a design that never happened. | Nick Mathewson | 2004-12-24 |
* | Remove length restriction when generating directories. | Nick Mathewson | 2004-12-24 |
* | Fix for running-routers length bug | Nick Mathewson | 2004-12-24 |
* | and forward port the cleanup | Roger Dingledine | 2004-12-22 |
* | fix a crash: if you do socks4 with an IP of 0.0.0.x then we get tricked | Roger Dingledine | 2004-12-22 |
* | fix an assert on startup when the disk is full and you're logging to a file | Roger Dingledine | 2004-12-22 |
* | move network_init from or/main to common/compat | Roger Dingledine | 2004-12-22 |
* | respond to an 009 XXX | Roger Dingledine | 2004-12-22 |
* | Fix a bug in last patch; and keep my name out of the assert() call too. | Nick Mathewson | 2004-12-22 |
* | Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out | Nick Mathewson | 2004-12-22 |
* | forward port: | Roger Dingledine | 2004-12-21 |
* | When listing circuits that are pending on an opening OR connection, | Roger Dingledine | 2004-12-17 |
* | Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0... | Nick Mathewson | 2004-12-17 |
* | mark nickname and ORPort as the two required fields for servers | Roger Dingledine | 2004-12-16 |
* | Make split(..., NULL) split on horizontal space; fix bug with tabs in config ... | Nick Mathewson | 2004-12-16 |
* | Clarify confusing message | Nick Mathewson | 2004-12-16 |
* | move us to 0.0.9.1 | Roger Dingledine | 2004-12-15 |
* | bugfix: when we're reporting event circuit status, don't call it a stream. | Roger Dingledine | 2004-12-14 |
* | 0.0.9 broke hibernation. darn it. | Roger Dingledine | 2004-12-13 |
* | Remove bugfixes that did not actually do anything, before we start a cargo cult. | Nick Mathewson | 2004-12-13 |
* | Note that length checking on base64_decode is kinda conservative | Nick Mathewson | 2004-12-13 |
* | Fix a bug in parsing HashedControlPassword. | Nick Mathewson | 2004-12-13 |
* | clarify a log entry | Roger Dingledine | 2004-12-13 |
* | note a future thing we should do | Roger Dingledine | 2004-12-13 |
* | move us to 0.0.9 | Roger Dingledine | 2004-12-13 |
* | clean up logging, | Roger Dingledine | 2004-12-13 |
* | Only launch dns workers when we are actually starting a server. | Nick Mathewson | 2004-12-13 |
* | when hibernating, don't advertise any ports | Roger Dingledine | 2004-12-11 |
* | fix header text of torrc.sample | Roger Dingledine | 2004-12-10 |
* | make the 64 bit args print correctly on 64 bit archs | Roger Dingledine | 2004-12-08 |
* | Belt *or* suspenders will be sufficient when casting things to unsigned char. | Nick Mathewson | 2004-12-08 |
* | bump to 0.0.9rc7 | Roger Dingledine | 2004-12-08 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson | 2004-12-08 |