Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-30 | a few minor tweaks | Roger Dingledine | |
svn:r3041 | |||
2004-11-30 | write down our "how to have two defaults for dirfetchperiod" | Roger Dingledine | |
issue, so we don't forget about it. svn:r3040 | |||
2004-11-30 | Let resolve conns retry/expire also, rather than sticking around forever. | Roger Dingledine | |
Put the check-if-requested-exitrouter-will-reject-us code in the circuit_attach loop, so it gets checked periodically and not just once at the beginning. This is useful in case the routerlist changes, but also in case the address gets resolved into something that we learn we'll reject. svn:r3039 | |||
2004-11-30 | refuse .exit addresses immediately if the requested node would | Roger Dingledine | |
refuse the request (e.g. due to exit policy or wrong version) svn:r3038 | |||
2004-11-30 | fix more grammar stuff | Nick Mathewson | |
svn:r3037 | |||
2004-11-30 | Make tor-resolve accept x.y.exit addresses again | Nick Mathewson | |
svn:r3036 | |||
2004-11-30 | use shorter minimum key lifetime until 008 is dead | Nick Mathewson | |
svn:r3035 | |||
2004-11-30 | It seems that some people just don't appreciate my avant-garde communication | Nick Mathewson | |
style, and expect me to use sentences in documentation. Doh. svn:r3034 | |||
2004-11-30 | doxygen uses backslashes, not forward-slashes | Nick Mathewson | |
svn:r3033 | |||
2004-11-30 | clarify why strlcpy is safe in truncated log messages | Nick Mathewson | |
svn:r3032 | |||
2004-11-30 | Fix last patch | Nick Mathewson | |
svn:r3031 | |||
2004-11-30 | Update tor-spec.txt: list and describe all router and directory fields. | Nick Mathewson | |
svn:r3030 | |||
2004-11-30 | Rename parse_address to parse_extended_hostname (since we have other kinds ↵ | Nick Mathewson | |
of addresses); make its output an enum; support HEXDIGEST.exit hostnames. svn:r3029 | |||
2004-11-30 | Make version parsing tests pass | Nick Mathewson | |
svn:r3028 | |||
2004-11-30 | Give an early error if you pass a .onion or a .exit hostname to tor-resolve | Nick Mathewson | |
svn:r3027 | |||
2004-11-30 | Add casei versions of strcmpstart/strcmpend | Nick Mathewson | |
svn:r3026 | |||
2004-11-30 | Enforce coding style. | Nick Mathewson | |
svn:r3025 | |||
2004-11-30 | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. ↵ | Nick Mathewson | |
Impose minima and maxima for all *Period options; impose even tighter maxima for fetching if we are a caching dirserver. Clip rather than rejecting. arma: are these good? svn:r3024 | |||
2004-11-29 | note possible alternative for how to do CVS versions; ask arma which he likes. | Nick Mathewson | |
svn:r3023 | |||
2004-11-29 | Implement new version format for post 0.1. | Nick Mathewson | |
svn:r3022 | |||
2004-11-29 | New upstream release (candidate) - rc3debian-version-0.0.8+0.0.9rc3-1 | Peter Palfrader | |
svn:r3020 | |||
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | |
every file. svn:r3019 | |||
2004-11-29 | Fetch cached running-routers from servers that serve it (that is, ↵ | Nick Mathewson | |
authdirservers, and servers running 0.0.9rc5-cvs or later.) svn:r3018 | |||
2004-11-29 | Remove needless -2 in log code. This was not an underflow risk, sinze we ↵ | Nick Mathewson | |
only call format_msg from one place, where buf_len==10024 svn:r3017 | |||
2004-11-29 | clean up the previous underflow check, and also point out | Roger Dingledine | |
yet another one that may be a problem. nick? svn:r3016 | |||
2004-11-29 | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine | |
decide what exit node to use; based on a patch by geoff goodell. needs more work: e.g. it goes bananas building new circuits when the chosen exit node's exit policy rejects the connection. svn:r3015 | |||
2004-11-29 | assing and tweak 009 items | Nick Mathewson | |
svn:r3014 | |||
2004-11-29 | After implementing a feature, remember to disable the error message you used ↵ | Nick Mathewson | |
to get when requesting it. svn:r3013 | |||
2004-11-29 | Disallow NDEBUG. It is very stupid. | Nick Mathewson | |
svn:r3012 | |||
2004-11-29 | fix integer underflow in tor_vsnprintf() | Roger Dingledine | |
(probably exploitable) svn:r3011 | |||
2004-11-29 | prevent integer underflow | Roger Dingledine | |
(not currently exploitable, ilja and i think) svn:r3010 | |||
2004-11-29 | bump to 0.0.9rc5-cvs | Roger Dingledine | |
svn:r3009 | |||
2004-11-29 | list remaining items for 0.0.9 | Roger Dingledine | |
did i miss any? svn:r3008 | |||
2004-11-28 | and document it | Roger Dingledine | |
svn:r3007 | |||
2004-11-28 | accept *:706 (silc) by default | Roger Dingledine | |
svn:r3006 | |||
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine | |
totally unacceptable to me. svn:r3005 | |||
2004-11-28 | correct multiple internal spaces | Nick Mathewson | |
svn:r3004 | |||
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | |
svn:r3003 | |||
2004-11-28 | bump to 0.0.9rc4tor-0.0.9rc4 | Roger Dingledine | |
svn:r3001 | |||
2004-11-28 | one of the debugging aids was misleading | Roger Dingledine | |
svn:r3000 | |||
2004-11-28 | connect() on win32 can do more things than we thought? | Nick Mathewson | |
svn:r2999 | |||
2004-11-28 | Very oops. make windows nonblocking sockets nonblocking | Nick Mathewson | |
svn:r2998 | |||
2004-11-28 | remember; tor_socket_errno has side effects! | Nick Mathewson | |
svn:r2997 | |||
2004-11-27 | change documentation to point to correct parts of torrc | Roger Dingledine | |
svn:r2996 | |||
2004-11-27 | move the rendezous section of the torrc to the middle, since | Roger Dingledine | |
it isn't server-only, and indeed it may be unwise to run a hidden service on a server. svn:r2995 | |||
2004-11-27 | document directory interaction a bit better | Roger Dingledine | |
svn:r2994 | |||
2004-11-26 | inform him more sanely | Roger Dingledine | |
svn:r2993 | |||
2004-11-26 | inform the user that you noticed when he sent a USR2 | Roger Dingledine | |
svn:r2992 | |||
2004-11-26 | that's enough changes to bump to rc4-cvs | Roger Dingledine | |
svn:r2991 | |||
2004-11-26 | if you want to handle -USR2, you should catch it too. | Roger Dingledine | |
svn:r2990 |