summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-04Fix changelogdebian-version-0.0.7.2+0.0.8pre2-1Peter Palfrader
svn:r2145
2004-08-04New upstream releasePeter Palfrader
svn:r2144
2004-08-04add pre2 release notes to changelogtor-0.0.8pre2Roger Dingledine
svn:r2142
2004-08-04fix rare race condition that causes infinite loopRoger Dingledine
if we get a sigchld but all our children are gone by the time we get around to reaping them (i don't think this should ever happen, but it just did), then we'd loop forever trying to reap them. svn:r2141
2004-08-04update tor-doc.htmlRoger Dingledine
svn:r2140
2004-08-04update the sample torrcRoger Dingledine
svn:r2139
2004-08-04todo items to switch dirservers entries to config linesRoger Dingledine
and remove old todo items svn:r2138
2004-08-04commit some odds and ends, so my tree is cleanRoger Dingledine
svn:r2137
2004-08-04<arma> did you get it working on win32? or just compilingNick Mathewson
svn:r2136
2004-08-04Bugfix: "Okay, I just shut down like you told me. Now let me verify your ↵Nick Mathewson
signature." Also fix error message when running over-new version. svn:r2135
2004-08-04only pick a default nickname if you're a serverRoger Dingledine
svn:r2134
2004-08-04bump cvs version to 0.0.8pre2-cvsRoger Dingledine
svn:r2133
2004-08-04put a comment by routerlist_update_from_runningrouters() toRoger Dingledine
remind me that it's not used yet svn:r2132
2004-08-04log a warning if you're running an unverified server, to letRoger 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-04Hack: Include date with successful directory GETs.Nick Mathewson
svn:r2130
2004-08-04Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson
svn:r2129
2004-08-04put the have_warned_about_unsafe_socks static var inside the functionRoger Dingledine
svn:r2128
2004-08-03Fix all warnings on win32 buildNick Mathewson
svn:r2127
2004-08-03warn if we use an unsafe socks variantRoger 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-03It is possible to have struct timeval but not gettimeofday.Nick Mathewson
svn:r2125
2004-08-03add some more todo items for 0.0.8Roger Dingledine
svn:r2124
2004-08-03update location of tor-in-chroot docRoger Dingledine
svn:r2123
2004-07-23check return value of fclose while writing to disk, since it mightRoger Dingledine
return out-of-space, etc svn:r2122
2004-07-23bump us to 0.0.8pre1tor-0.0.8pre1Roger Dingledine
this is it svn:r2120
2004-07-23don't send an end back for a malformed resolved cell,Roger Dingledine
since they don't establish streams svn:r2119
2004-07-23add release notes for 0.0.8pre1Roger Dingledine
svn:r2118
2004-07-23yet more todo itemsRoger Dingledine
svn:r2117
2004-07-23tor-resolve triggered a has_sent_end warningRoger Dingledine
svn:r2116
2004-07-22clean whitespace and tabsRoger Dingledine
svn:r2115
2004-07-22tell the user what time _they_ are too, when a cert is expiredRoger Dingledine
svn:r2114
2004-07-22rename tor_resolve to tor-resolveRoger Dingledine
svn:r2113
2004-07-22Depend on pythonPeter Palfrader
svn:r2112
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111
2004-07-22Fix base16_decode; trashing the stack is rude.Nick Mathewson
svn:r2110
2004-07-22Chek for overlong nicknames in add_nickname_list_to_smartlistNick Mathewson
svn:r2109
2004-07-22Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson
svn:r2108
2004-07-22Add noisy debug log to hunt for bug in router_update_status_from_smartlistNick Mathewson
svn:r2107
2004-07-22Add fingerprint to router format in testsNick Mathewson
svn:r2106
2004-07-22Never use time(NULL) as assumed publication time for a directory.Nick Mathewson
svn:r2105
2004-07-22add a comment asking ORs to configure a DirPort tooRoger Dingledine
svn:r2104
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
svn:r2103
2004-07-22make router_is_me() compare identity, not nicknameRoger Dingledine
svn:r2102
2004-07-22mark off todo items; add todo items; correct tor-spec.txtRoger Dingledine
svn:r2101
2004-07-22put our fingerprint into the descriptor, so we can match aRoger Dingledine
desc to a running-routers entry svn:r2100
2004-07-22allow OPs to set a DirPort and cache/serve directoriesRoger Dingledine
(hey, why not, it works) svn:r2099
2004-07-22getting an unknown descriptor is an info, not a warn, nowRoger Dingledine
svn:r2098
2004-07-22populate router_get_my_routerinfo()->is_verifiedRoger Dingledine
svn:r2097
2004-07-22Make tor_tls_new variant use alternative (certless) contextNick Mathewson
svn:r2096
2004-07-22publish advertised_bandwidth in descriptorRoger Dingledine
svn:r2095
2004-07-22change 0.0.8 extend cell format so it's compatible with 0.0.7Roger Dingledine
svn:r2094