aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* clean up the other "Tell Roger" log that dfc keeps getting•••svn:r3042 Roger Dingledine2004-11-30
* write down our "how to have two defaults for dirfetchperiod"•••issue, so we don't forget about it. svn:r3040 Roger Dingledine2004-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 Dingledine2004-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 Dingledine2004-11-30
* use shorter minimum key lifetime until 008 is dead•••svn:r3035 Nick Mathewson2004-11-30
* doxygen uses backslashes, not forward-slashes•••svn:r3033 Nick Mathewson2004-11-30
* Fix last patch•••svn:r3031 Nick Mathewson2004-11-30
* Rename parse_address to parse_extended_hostname (since we have other kinds of...•••svn:r3029 Nick Mathewson2004-11-30
* Make version parsing tests pass•••svn:r3028 Nick Mathewson2004-11-30
* Enforce coding style.•••svn:r3025 Nick Mathewson2004-11-30
* If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...•••svn:r3024 Nick Mathewson2004-11-30
* note possible alternative for how to do CVS versions; ask arma which he likes.•••svn:r3023 Nick Mathewson2004-11-29
* Implement new version format for post 0.1.•••svn:r3022 Nick Mathewson2004-11-29
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Fetch cached running-routers from servers that serve it (that is, authdirserv...•••svn:r3018 Nick Mathewson2004-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 Dingledine2004-11-29
* After implementing a feature, remember to disable the error message you used ...•••svn:r3013 Nick Mathewson2004-11-29
* accept *:706 (silc) by default•••svn:r3006 Roger Dingledine2004-11-28
* wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me. svn:r3005 Roger Dingledine2004-11-28
* correct multiple internal spaces•••svn:r3004 Nick Mathewson2004-11-28
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* one of the debugging aids was misleading•••svn:r3000 Roger Dingledine2004-11-28
* remember; tor_socket_errno has side effects!•••svn:r2997 Nick Mathewson2004-11-28
* inform him more sanely•••svn:r2993 Roger Dingledine2004-11-26
* inform the user that you noticed when he sent a USR2•••svn:r2992 Roger Dingledine2004-11-26
* if you want to handle -USR2, you should catch it too.•••svn:r2990 Roger Dingledine2004-11-26
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* give up trying to track down the reason we're calling package_inbuf•••with a package window of 0. it's safe to just catch the error cases there and do the right thing. svn:r2988 Roger Dingledine2004-11-26
* call set_max_file_descriptors() after we configure logs, so•••it doesn't always do loglevel info logs on windows. svn:r2987 Roger Dingledine2004-11-26
* when warning that a version is too new, don't use the confusing•••text "is_obsolete_version():". svn:r2986 Roger Dingledine2004-11-25
* Clarify a bunch of log messages•••svn:r2983 Nick Mathewson2004-11-25
* update conn_state_to_string•••svn:r2979 Roger Dingledine2004-11-24
* don't process marked-for-close conns further.•••(fix assert trigger -- if we're lucky.) svn:r2975 Roger Dingledine2004-11-24
* make tor-resolve work, uh, more. this time for sure!•••svn:r2974 Roger Dingledine2004-11-24
* make tor-resolve work again•••svn:r2973 Roger Dingledine2004-11-24
* bugfix: let socks do multiple rounds of negotiation again•••(which is needed for socks5) svn:r2970 Roger Dingledine2004-11-24
* patch to nick's patch•••svn:r2969 Roger Dingledine2004-11-24
* make nt service version match actual version•••svn:r2968 Nick Mathewson2004-11-24
* Better notice for hibernate interval spans; when estimate is 0, start out awake.•••svn:r2963 Nick Mathewson2004-11-23
* Bugfix: when no units are given, default to seconds or bytes.•••svn:r2960 Nick Mathewson2004-11-23
* another slightly less confusing message•••nick: we need to figure out if we should say anything different here when the wake-up time and the expected back-to-sleep time have both passed. svn:r2956 Roger Dingledine2004-11-23
* less confusing message upon hibernation•••svn:r2955 Roger Dingledine2004-11-23
* fail more gracefully next time•••svn:r2954 Roger Dingledine2004-11-23
* initialize rephist before we init_from_config, since init_from_config•••can make us init_keys if we're going to hibernate, which makes us build a router_desc. svn:r2953 Roger Dingledine2004-11-23
* update unit tests to reflect changed interface•••svn:r2952 Roger Dingledine2004-11-23
* fix some typos; move to 0.0.9rc1•••svn:r2951 Roger Dingledine2004-11-23
* Dr. Seuss on iterating circular lists: "It's fun to have fun, but you•••have to know how." svn:r2948 Nick Mathewson2004-11-23
* Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...•••svn:r2946 Nick Mathewson2004-11-23
* Clean up some logging and interfaces•••svn:r2945 Nick Mathewson2004-11-23
* Normalize a few more kinds of whitespace. We now dislike:••• - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 Nick Mathewson2004-11-22