| Commit message (Expand) | Author | Age |
* | re-enable recommendedversion checking (oops, thanks weasel) | Roger Dingledine | 2004-03-30 |
* | rename torrc to torrc.sample | Roger Dingledine | 2004-03-30 |
* | old or skewed descriptor doesn't mean we failed to parse it | Roger Dingledine | 2004-03-29 |
* | refactor directories a smidgen | Roger Dingledine | 2004-03-29 |
* | first guess at a set of circuit purposes | Roger Dingledine | 2004-03-29 |
* | bugfix: we were closing socks-request connections immediately, rather | Roger Dingledine | 2004-03-29 |
* | clean up a few more bugs | Roger Dingledine | 2004-03-29 |
* | fix typo | Roger Dingledine | 2004-03-29 |
* | make normal exit nodes less likely to crash from the conn-munging bug | Roger Dingledine | 2004-03-29 |
* | Re-enable unit tests for directory generation. | Nick Mathewson | 2004-03-29 |
* | Remove descriptors that are older than 24 hours from the directory. Use strl... | Nick Mathewson | 2004-03-29 |
* | Possible fix for c99 aliasing warnings | Nick Mathewson | 2004-03-29 |
* | make it less noisy for normal ORs when a server uses a false nickname | Roger Dingledine | 2004-03-28 |
* | make dns resolves a lot faster | Roger Dingledine | 2004-03-28 |
* | oh, i forgot to enable the find-munged-conn function | Roger Dingledine | 2004-03-28 |
* | hold socks reply open until flushed (if possible) | Roger Dingledine | 2004-03-28 |
* | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine | 2004-03-28 |
* | 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-27 |
* | 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 it | 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. | Roger Dingledine | 2004-03-26 |
* | 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 |
* | Add an autoconf test for whether unaligned int access is permitted. | 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-21 |
* | Add macros and functions to wrap memcpy/alignment logic. | Nick Mathewson | 2004-03-21 |
* | catch signals in a more portable way, so solaris can catch them too | Roger Dingledine | 2004-03-20 |
* | make uname() more likely to work on solaris | 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-20 |
* | Add some wrappers around SPLAY_* for the common map-from-string-to-X case. | Nick Mathewson | 2004-03-19 |
* | getpid returns a pid_t. we all know that's an int. but solaris doesn't know. | Roger Dingledine | 2004-03-19 |
* | isspace and friends take an int. solaris cares. | Roger Dingledine | 2004-03-19 |
* | ship strlcat and strlcpy with the tarball, but don't compile them | Roger Dingledine | 2004-03-19 |
* | define INADDR_NONE so we compile on solaris | Roger Dingledine | 2004-03-18 |
* | clean up some presentation and comments | Roger Dingledine | 2004-03-18 |
* | Include strlcpy and strlcat where not available, so our string ops can be les... | Nick Mathewson | 2004-03-17 |
* | make directory format tests quiet again | Roger Dingledine | 2004-03-15 |
* | make it warn about internal IPs not only if we had to guess, | Roger Dingledine | 2004-03-15 |
* | only complain about private IPs if we had to guess | Roger Dingledine | 2004-03-15 |