Age | Commit message (Expand) | Author |
2004-03-27 | work around a tsocks bug | Roger Dingledine |
2004-03-27 | fix an assert trigger where an OP would fail to handshake, and we'd | Roger Dingledine |
2004-03-27 | only build circuits after we've fetched the directory | Roger Dingledine |
2004-03-27 | make it less noisy to consider exit policies | Roger Dingledine |
2004-03-26 | oops, 0.0.4 is more broken than 0.0.3 | Roger Dingledine |
2004-03-26 | clean up some 'warn' messages while i'm at ittor-0.0.4 | Roger Dingledine |
2004-03-26 | fix two assert triggers (darn it, I hate releasing software) | Roger Dingledine |
2004-03-26 | a missing comma could wreak all sorts of havoc.tor-0.0.3 | Roger Dingledine |
2004-03-21 | Remove unused open circuits when there are too many, not when they are too old. | Nick Mathewson |
2004-03-21 | Dont expire circuits we didnt originate. This may be redundant somehow, but ... | Nick Mathewson |
2004-03-21 | Replace all connection_removes outsice of main.c with connection_mark_for_close | Nick Mathewson |
2004-03-21 | Add a RunTesting option to try to learn link state by creating test circuits,... | Nick Mathewson |
2004-03-20 | catch signals in a more portable way, so solaris can catch them too | Roger Dingledine |
2004-03-20 | make OR not crash when non-OR connection dies | Roger Dingledine |
2004-03-20 | warn and fail if server chose a nickname with illegal characters | Roger Dingledine |
2004-03-20 | make servers not crash when they rep-hist-note circuits that don't start at them | Roger Dingledine |
2004-03-20 | deal with hardware word alignment | Roger Dingledine |
2004-03-20 | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson |
2004-03-20 | Add initial history-tracking backend code for reputation module. Not called o... | Nick Mathewson |
2004-03-20 | Use strmap code for client DNS. | Nick Mathewson |
2004-03-19 | Add some wrappers around SPLAY_* for the common map-from-string-to-X case. | Nick Mathewson |
2004-03-19 | isspace and friends take an int. solaris cares. | Roger Dingledine |
2004-03-18 | clean up some presentation and comments | Roger Dingledine |
2004-03-15 | make directory format tests quiet again | Roger Dingledine |
2004-03-15 | make it warn about internal IPs not only if we had to guess,tor-0.0.2pre27 | Roger Dingledine |
2004-03-15 | only complain about private IPs if we had to guess | Roger Dingledine |
2004-03-15 | and another one | Roger Dingledine |
2004-03-14 | bugfix: address that strcat vulnerability in circuit.c | Roger Dingledine |
2004-03-14 | prevent servers from publishing an internal IP as their address | Roger Dingledine |
2004-03-14 | bugfix: decrement OR connections from global_bucket too | Roger Dingledine |
2004-03-14 | refactor bandwidth-control token buckets | Roger Dingledine |
2004-03-12 | don't close all the fd's when you spawn a thread, only when you fork | Roger Dingledine |
2004-03-12 | bugfix: we were caching transient dns failures | Roger Dingledine |
2004-03-12 | get rid of those pesky tabs | Roger Dingledine |
2004-03-12 | inform unapproved servers when we reject their descriptors | Roger Dingledine |
2004-03-12 | more details when a conn is closed before it's done flushing | Roger Dingledine |
2004-03-11 | start tracking the 'broken pipe' error | Roger Dingledine |
2004-03-11 | Make all the other read/writes into recv/sends, except when they shouldn't be. | Nick Mathewson |
2004-03-11 | UnDOSify CRLF->LF. | Nick Mathewson |
2004-03-11 | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson |
2004-03-11 | Get entropy in windows. | Nick Mathewson |
2004-03-10 | actually, if recommendedversions is required for dirservers, | Roger Dingledine |
2004-03-10 | give a useful error message to clients when the dirserver hasn't | Roger Dingledine |
2004-03-10 | Make windows version correct; initialize windows foolishness so that gethostb... | Nick Mathewson |
2004-03-09 | Fix some bugs in parse_time | Nick Mathewson |
2004-03-09 | Fix DOS line endings; autoconfize checks for strptime and inet_aton | Nick Mathewson |
2004-03-09 | Make tor build on windows again. More work still needed | Nick Mathewson |
2004-03-09 | stop troubling router operators with unapproved router connect attempts | Roger Dingledine |
2004-03-08 | bugfix: only set conn->hold_open_until_flushed after marking | Roger Dingledine |
2004-03-08 | when you get a desc from an unknown router, log its fingerprint | Roger Dingledine |