Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | two more items for post 0.0.9 | Roger Dingledine | 2004-12-01 |
| | | | | svn:r3049 | ||
* | add some todo items before arma conflicts with them ;) | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3048 | ||
* | Clarify chosen tag progression | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3047 | ||
* | clean obsolete circuit_log_path code | Roger Dingledine | 2004-11-30 |
| | | | | svn:r3046 | ||
* | a changelog for rc5 | Roger Dingledine | 2004-11-30 |
| | | | | svn:r3045 | ||
* | .exit stuff is done. | Roger Dingledine | 2004-11-30 |
| | | | | | | | defer intro point bug fix til after 0.0.9 is out since it will be invasive. svn:r3044 | ||
* | Rather have a badly worded FAQ than a wrong one | Peter Palfrader | 2004-11-30 |
| | | | | svn:r3043 | ||
* | clean up the other "Tell Roger" log that dfc keeps getting | Roger Dingledine | 2004-11-30 |
| | | | | svn:r3042 | ||
* | a few minor tweaks | Roger Dingledine | 2004-11-30 |
| | | | | svn:r3041 | ||
* | write down our "how to have two defaults for dirfetchperiod" | Roger Dingledine | 2004-11-30 |
| | | | | | | | issue, so we don't forget about it. svn:r3040 | ||
* | Let resolve conns retry/expire also, rather than sticking around forever. | Roger Dingledine | 2004-11-30 |
| | | | | | | | | | | | 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 | ||
* | refuse .exit addresses immediately if the requested node would | Roger Dingledine | 2004-11-30 |
| | | | | | | | refuse the request (e.g. due to exit policy or wrong version) svn:r3038 | ||
* | fix more grammar stuff | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3037 | ||
* | Make tor-resolve accept x.y.exit addresses again | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3036 | ||
* | use shorter minimum key lifetime until 008 is dead | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3035 | ||
* | It seems that some people just don't appreciate my avant-garde communication | Nick Mathewson | 2004-11-30 |
| | | | | | | | style, and expect me to use sentences in documentation. Doh. svn:r3034 | ||
* | doxygen uses backslashes, not forward-slashes | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3033 | ||
* | clarify why strlcpy is safe in truncated log messages | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3032 | ||
* | Fix last patch | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3031 | ||
* | Update tor-spec.txt: list and describe all router and directory fields. | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3030 | ||
* | Rename parse_address to parse_extended_hostname (since we have other kinds ↵ | Nick Mathewson | 2004-11-30 |
| | | | | | | of addresses); make its output an enum; support HEXDIGEST.exit hostnames. svn:r3029 | ||
* | Make version parsing tests pass | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3028 | ||
* | Give an early error if you pass a .onion or a .exit hostname to tor-resolve | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3027 | ||
* | Add casei versions of strcmpstart/strcmpend | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3026 | ||
* | Enforce coding style. | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3025 | ||
* | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. ↵ | Nick Mathewson | 2004-11-30 |
| | | | | | | 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 | ||
* | note possible alternative for how to do CVS versions; ask arma which he likes. | Nick Mathewson | 2004-11-29 |
| | | | | svn:r3023 | ||
* | Implement new version format for post 0.1. | Nick Mathewson | 2004-11-29 |
| | | | | svn:r3022 | ||
* | New upstream release (candidate) - rc3 | Peter Palfrader | 2004-11-29 |
| | | | | svn:r3020 | ||
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | 2004-11-29 |
| | | | | | | every file. svn:r3019 | ||
* | Fetch cached running-routers from servers that serve it (that is, ↵ | Nick Mathewson | 2004-11-29 |
| | | | | | | authdirservers, and servers running 0.0.9rc5-cvs or later.) svn:r3018 | ||
* | Remove needless -2 in log code. This was not an underflow risk, sinze we ↵ | Nick Mathewson | 2004-11-29 |
| | | | | | | only call format_msg from one place, where buf_len==10024 svn:r3017 | ||
* | clean up the previous underflow check, and also point out | Roger Dingledine | 2004-11-29 |
| | | | | | | | yet another one that may be a problem. nick? svn:r3016 | ||
* | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine | 2004-11-29 |
| | | | | | | | | | | 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 | ||
* | assing and tweak 009 items | Nick Mathewson | 2004-11-29 |
| | | | | svn:r3014 | ||
* | After implementing a feature, remember to disable the error message you used ↵ | Nick Mathewson | 2004-11-29 |
| | | | | | | to get when requesting it. svn:r3013 | ||
* | Disallow NDEBUG. It is very stupid. | Nick Mathewson | 2004-11-29 |
| | | | | svn:r3012 | ||
* | fix integer underflow in tor_vsnprintf() | Roger Dingledine | 2004-11-29 |
| | | | | | | | (probably exploitable) svn:r3011 | ||
* | prevent integer underflow | Roger Dingledine | 2004-11-29 |
| | | | | | | | (not currently exploitable, ilja and i think) svn:r3010 | ||
* | bump to 0.0.9rc5-cvs | Roger Dingledine | 2004-11-29 |
| | | | | svn:r3009 | ||
* | list remaining items for 0.0.9 | Roger Dingledine | 2004-11-29 |
| | | | | | | | did i miss any? svn:r3008 | ||
* | and document it | Roger Dingledine | 2004-11-28 |
| | | | | svn:r3007 | ||
* | accept *:706 (silc) by default | Roger Dingledine | 2004-11-28 |
| | | | | svn:r3006 | ||
* | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine | 2004-11-28 |
| | | | | | | | totally unacceptable to me. svn:r3005 | ||
* | correct multiple internal spaces | Nick Mathewson | 2004-11-28 |
| | | | | svn:r3004 | ||
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 |
| | | | | svn:r3003 | ||
* | bump to 0.0.9rc4 | Roger Dingledine | 2004-11-28 |
| | | | | svn:r3001 | ||
* | one of the debugging aids was misleading | Roger Dingledine | 2004-11-28 |
| | | | | svn:r3000 | ||
* | connect() on win32 can do more things than we thought? | Nick Mathewson | 2004-11-28 |
| | | | | svn:r2999 | ||
* | Very oops. make windows nonblocking sockets nonblocking | Nick Mathewson | 2004-11-28 |
| | | | | svn:r2998 |