| Commit message (Expand) | Author | Age |
* | one more typo•••svn:r3054
| Roger Dingledine | 2004-12-01 |
* | Fix windows build.•••svn:r3053
| Nick Mathewson | 2004-12-01 |
* | Spell-check strings and comments•••svn:r3052
| Nick Mathewson | 2004-12-01 |
* | If we are using select, make sure we stay within FD_SETSIZE.•••svn:r3051
| Nick Mathewson | 2004-12-01 |
* | do even less inside our signal handler,•••just to be extra paranoidly safe
svn:r3050
| Roger Dingledine | 2004-12-01 |
* | Clarify chosen tag progression•••svn:r3047
| Nick Mathewson | 2004-11-30 |
* | clean obsolete circuit_log_path code•••svn:r3046
| Roger Dingledine | 2004-11-30 |
* | clean up the other "Tell Roger" log that dfc keeps getting•••svn:r3042
| Roger Dingledine | 2004-11-30 |
* | a few minor tweaks•••svn:r3041
| Roger Dingledine | 2004-11-30 |
* | write down our "how to have two defaults for dirfetchperiod"•••issue, so we don't forget about it.
svn:r3040
| Roger Dingledine | 2004-11-30 |
* | Let resolve conns retry/expire also, rather than sticking around forever.•••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
| Roger Dingledine | 2004-11-30 |
* | refuse .exit addresses immediately if the requested node would•••refuse the request (e.g. due to exit policy or wrong version)
svn:r3038
| Roger Dingledine | 2004-11-30 |
* | Make tor-resolve accept x.y.exit addresses again•••svn:r3036
| Nick Mathewson | 2004-11-30 |
* | use shorter minimum key lifetime until 008 is dead•••svn:r3035
| Nick Mathewson | 2004-11-30 |
* | doxygen uses backslashes, not forward-slashes•••svn:r3033
| Nick Mathewson | 2004-11-30 |
* | clarify why strlcpy is safe in truncated log messages•••svn:r3032
| Nick Mathewson | 2004-11-30 |
* | Fix last patch•••svn:r3031
| Nick Mathewson | 2004-11-30 |
* | Rename parse_address to parse_extended_hostname (since we have other kinds of...•••svn:r3029
| Nick Mathewson | 2004-11-30 |
* | Make version parsing tests pass•••svn:r3028
| Nick Mathewson | 2004-11-30 |
* | Give an early error if you pass a .onion or a .exit hostname to tor-resolve•••svn:r3027
| Nick Mathewson | 2004-11-30 |
* | Add casei versions of strcmpstart/strcmpend•••svn:r3026
| Nick Mathewson | 2004-11-30 |
* | Enforce coding style.•••svn:r3025
| Nick Mathewson | 2004-11-30 |
* | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...•••svn:r3024
| Nick Mathewson | 2004-11-30 |
* | note possible alternative for how to do CVS versions; ask arma which he likes.•••svn:r3023
| Nick Mathewson | 2004-11-29 |
* | Implement new version format for post 0.1.•••svn:r3022
| Nick Mathewson | 2004-11-29 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | Fetch cached running-routers from servers that serve it (that is, authdirserv...•••svn:r3018
| Nick Mathewson | 2004-11-29 |
* | Remove needless -2 in log code. This was not an underflow risk, sinze we onl...•••svn:r3017
| Nick Mathewson | 2004-11-29 |
* | clean up the previous underflow check, and also point out•••yet another one that may be a problem. nick?
svn:r3016
| Roger Dingledine | 2004-11-29 |
* | put in initial support for ".nickname.exit" addresses, to let alice•••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
| Roger Dingledine | 2004-11-29 |
* | After implementing a feature, remember to disable the error message you used ...•••svn:r3013
| Nick Mathewson | 2004-11-29 |
* | Disallow NDEBUG. It is very stupid.•••svn:r3012
| Nick Mathewson | 2004-11-29 |
* | fix integer underflow in tor_vsnprintf()•••(probably exploitable)
svn:r3011
| Roger Dingledine | 2004-11-29 |
* | prevent integer underflow•••(not currently exploitable, ilja and i think)
svn:r3010
| Roger Dingledine | 2004-11-29 |
* | bump to 0.0.9rc5-cvs•••svn:r3009
| Roger Dingledine | 2004-11-29 |
* | accept *:706 (silc) by default•••svn:r3006
| Roger Dingledine | 2004-11-28 |
* | wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me.
svn:r3005
| Roger Dingledine | 2004-11-28 |
* | correct multiple internal spaces•••svn:r3004
| Nick Mathewson | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause.•••svn:r3003
| Nick Mathewson | 2004-11-28 |
* | bump to 0.0.9rc4•••svn:r3001
| Roger Dingledine | 2004-11-28 |
* | one of the debugging aids was misleading•••svn:r3000
| Roger Dingledine | 2004-11-28 |
* | connect() on win32 can do more things than we thought?•••svn:r2999
| Nick Mathewson | 2004-11-28 |
* | Very oops. make windows nonblocking sockets nonblocking•••svn:r2998
| Nick Mathewson | 2004-11-28 |
* | remember; tor_socket_errno has side effects!•••svn:r2997
| Nick Mathewson | 2004-11-28 |
* | move the rendezous section of the torrc to the middle, since•••it isn't server-only, and indeed it may be unwise to run a
hidden service on a server.
svn:r2995
| Roger Dingledine | 2004-11-27 |
* | inform him more sanely•••svn:r2993
| Roger Dingledine | 2004-11-26 |
* | inform the user that you noticed when he sent a USR2•••svn:r2992
| Roger Dingledine | 2004-11-26 |
* | that's enough changes to bump to rc4-cvs•••svn:r2991
| Roger Dingledine | 2004-11-26 |
* | if you want to handle -USR2, you should catch it too.•••svn:r2990
| Roger Dingledine | 2004-11-26 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |