Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-04 | bump cvs version to 0.0.8pre2-cvs | Roger Dingledine | |
svn:r2133 | |||
2004-08-04 | put a comment by routerlist_update_from_runningrouters() to | Roger Dingledine | |
remind me that it's not used yet svn:r2132 | |||
2004-08-04 | log a warning if you're running an unverified server, to let | Roger Dingledine | |
you know you might want to get it verified also, moved that whole block below the check-signature logic, so we don't execute it if the directory is a fake. (the recommended-versions logic is still executed before the signature is checked; we should fix that.) svn:r2131 | |||
2004-08-04 | Hack: Include date with successful directory GETs. | Nick Mathewson | |
svn:r2130 | |||
2004-08-04 | Add functions to format and parse RFC1123-style times, for HTTP protocol. | Nick Mathewson | |
svn:r2129 | |||
2004-08-04 | put the have_warned_about_unsafe_socks static var inside the function | Roger Dingledine | |
svn:r2128 | |||
2004-08-03 | Fix all warnings on win32 build | Nick Mathewson | |
svn:r2127 | |||
2004-08-03 | warn if we use an unsafe socks variant | Roger Dingledine | |
for now, warn every time. we should decide how often we want to warn; one problem here is that there are several scenarios where we use an unsafe socks variant safely, so the warning may be inaccurate. hm. svn:r2126 | |||
2004-08-03 | It is possible to have struct timeval but not gettimeofday. | Nick Mathewson | |
svn:r2125 | |||
2004-08-03 | add some more todo items for 0.0.8 | Roger Dingledine | |
svn:r2124 | |||
2004-08-03 | update location of tor-in-chroot doc | Roger Dingledine | |
svn:r2123 | |||
2004-07-23 | check return value of fclose while writing to disk, since it might | Roger Dingledine | |
return out-of-space, etc svn:r2122 | |||
2004-07-23 | bump us to 0.0.8pre1tor-0.0.8pre1 | Roger Dingledine | |
this is it svn:r2120 | |||
2004-07-23 | don't send an end back for a malformed resolved cell, | Roger Dingledine | |
since they don't establish streams svn:r2119 | |||
2004-07-23 | add release notes for 0.0.8pre1 | Roger Dingledine | |
svn:r2118 | |||
2004-07-23 | yet more todo items | Roger Dingledine | |
svn:r2117 | |||
2004-07-23 | tor-resolve triggered a has_sent_end warning | Roger Dingledine | |
svn:r2116 | |||
2004-07-22 | clean whitespace and tabs | Roger Dingledine | |
svn:r2115 | |||
2004-07-22 | tell the user what time _they_ are too, when a cert is expired | Roger Dingledine | |
svn:r2114 | |||
2004-07-22 | rename tor_resolve to tor-resolve | Roger Dingledine | |
svn:r2113 | |||
2004-07-22 | Depend on python | Peter Palfrader | |
svn:r2112 | |||
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine | |
immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111 | |||
2004-07-22 | Fix base16_decode; trashing the stack is rude. | Nick Mathewson | |
svn:r2110 | |||
2004-07-22 | Chek for overlong nicknames in add_nickname_list_to_smartlist | Nick Mathewson | |
svn:r2109 | |||
2004-07-22 | Add notion of "longest nickname-or-hex-digest-with-$" | Nick Mathewson | |
svn:r2108 | |||
2004-07-22 | Add noisy debug log to hunt for bug in router_update_status_from_smartlist | Nick Mathewson | |
svn:r2107 | |||
2004-07-22 | Add fingerprint to router format in tests | Nick Mathewson | |
svn:r2106 | |||
2004-07-22 | Never use time(NULL) as assumed publication time for a directory. | Nick Mathewson | |
svn:r2105 | |||
2004-07-22 | add a comment asking ORs to configure a DirPort too | Roger Dingledine | |
svn:r2104 | |||
2004-07-22 | now base16_encode() and base32_encode() can't ever fail | Roger Dingledine | |
svn:r2103 | |||
2004-07-22 | make router_is_me() compare identity, not nickname | Roger Dingledine | |
svn:r2102 | |||
2004-07-22 | mark off todo items; add todo items; correct tor-spec.txt | Roger Dingledine | |
svn:r2101 | |||
2004-07-22 | put our fingerprint into the descriptor, so we can match a | Roger Dingledine | |
desc to a running-routers entry svn:r2100 | |||
2004-07-22 | allow OPs to set a DirPort and cache/serve directories | Roger Dingledine | |
(hey, why not, it works) svn:r2099 | |||
2004-07-22 | getting an unknown descriptor is an info, not a warn, now | Roger Dingledine | |
svn:r2098 | |||
2004-07-22 | populate router_get_my_routerinfo()->is_verified | Roger Dingledine | |
svn:r2097 | |||
2004-07-22 | Make tor_tls_new variant use alternative (certless) context | Nick Mathewson | |
svn:r2096 | |||
2004-07-22 | publish advertised_bandwidth in descriptor | Roger Dingledine | |
svn:r2095 | |||
2004-07-22 | change 0.0.8 extend cell format so it's compatible with 0.0.7 | Roger Dingledine | |
svn:r2094 | |||
2004-07-22 | update the todo, items for pre-pre1 and for post-pre1 | Roger Dingledine | |
svn:r2093 | |||
2004-07-22 | clients shouldn't create datadir until we have something to put there | Roger Dingledine | |
svn:r2092 | |||
2004-07-21 | 0.0.8 ORs should autoconnect to authdirservers and 0.0.7 servers | Roger Dingledine | |
svn:r2091 | |||
2004-07-21 | make router_nickname_is_approved() do the right thing | Roger Dingledine | |
svn:r2090 | |||
2004-07-21 | if johnny has three fenceposts, and jill takes four away... | Roger Dingledine | |
svn:r2089 | |||
2004-07-21 | oh, and it should compile too | Roger Dingledine | |
svn:r2088 | |||
2004-07-21 | make base16_encode() fail more obviously when it fails | Roger Dingledine | |
svn:r2087 | |||
2004-07-21 | fix our tls handshake chain cert bug | Roger Dingledine | |
svn:r2086 | |||
2004-07-21 | solve the authdirserver initialization precedence problem | Roger Dingledine | |
svn:r2085 | |||
2004-07-21 | bugfix: only require the correct key if the nickname is for | Roger Dingledine | |
a verified router svn:r2084 | |||
2004-07-21 | Log certificate lifetime on failure. | Nick Mathewson | |
svn:r2083 |