Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-01 | check for duplicate circuit ID _after_ updating circ_id_type.tor-0.0.9rc5 | Nick Mathewson | |
svn:r3058 | |||
2004-12-01 | ha ha, don't put dollar signs around Id unless you mean it | Roger Dingledine | |
svn:r3057 | |||
2004-12-01 | bump to 0.0.9rc5 | Roger Dingledine | |
svn:r3056 | |||
2004-12-01 | move StatusFetchPeriod to 15 minutes so it's within bounds by default | Roger Dingledine | |
svn:r3055 | |||
2004-12-01 | one more typo | Roger Dingledine | |
svn:r3054 | |||
2004-12-01 | Fix windows build. | Nick Mathewson | |
svn:r3053 | |||
2004-12-01 | Spell-check strings and comments | Nick Mathewson | |
svn:r3052 | |||
2004-12-01 | If we are using select, make sure we stay within FD_SETSIZE. | Nick Mathewson | |
svn:r3051 | |||
2004-12-01 | do even less inside our signal handler, | Roger Dingledine | |
just to be extra paranoidly safe svn:r3050 | |||
2004-12-01 | two more items for post 0.0.9 | Roger Dingledine | |
svn:r3049 | |||
2004-11-30 | add some todo items before arma conflicts with them ;) | Nick Mathewson | |
svn:r3048 | |||
2004-11-30 | Clarify chosen tag progression | Nick Mathewson | |
svn:r3047 | |||
2004-11-30 | clean obsolete circuit_log_path code | Roger Dingledine | |
svn:r3046 | |||
2004-11-30 | a changelog for rc5 | Roger Dingledine | |
svn:r3045 | |||
2004-11-30 | .exit stuff is done. | Roger Dingledine | |
defer intro point bug fix til after 0.0.9 is out since it will be invasive. svn:r3044 | |||
2004-11-30 | Rather have a badly worded FAQ than a wrong one | Peter Palfrader | |
svn:r3043 | |||
2004-11-30 | clean up the other "Tell Roger" log that dfc keeps getting | Roger Dingledine | |
svn:r3042 | |||
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 |