aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...•••svn:r2165 Nick Mathewson2004-08-06
* There is no space after network-status; make router_get_hash_impl more bullet...•••svn:r2162 Nick Mathewson2004-08-06
* when they use tor as an http proxy, point them at a better url•••svn:r2161 Roger Dingledine2004-08-06
* and add a comment to that effect•••svn:r2159 Roger Dingledine2004-08-06
* make explicit that 'no socks policy' means 'accept'•••svn:r2158 Roger Dingledine2004-08-06
* clarify sockspolicy, exitpolicy rules•••svn:r2157 Roger Dingledine2004-08-06
* fix an assert: check the sockspolicy before we make/add the connection,•••else we close a connection without assigning it a state, which is bad because it fails assert_conn_ok() svn:r2156 Roger Dingledine2004-08-06
* they're uint64 and uint32, not int and int•••svn:r2152 Roger Dingledine2004-08-06
* list total traffic and total uptime in -usr1 stats•••svn:r2151 Roger Dingledine2004-08-06
* note a bug that adam found•••svn:r2150 Roger Dingledine2004-08-06
* note a bug in our dns error handling. we should fix this sometime.•••svn:r2149 Roger Dingledine2004-08-05
* bugfix: when you finish answering a 'resolve' request, hold the•••connection open so you can flush the answer svn:r2148 Roger Dingledine2004-08-05
* bugfix: when tor-resolve asks to resolve an IP to an IP and we answer•••immediately, there's no need to send an 'end' relay cell when we close the conn. svn:r2147 Roger Dingledine2004-08-04
* fix rare race condition that causes infinite loop•••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 Roger Dingledine2004-08-04
* update the sample torrc•••svn:r2139 Roger Dingledine2004-08-04
* commit some odds and ends, so my tree is clean•••svn:r2137 Roger Dingledine2004-08-04
* <arma> did you get it working on win32? or just compiling•••svn:r2136 Nick Mathewson2004-08-04
* Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...•••svn:r2135 Nick Mathewson2004-08-04
* only pick a default nickname if you're a server•••svn:r2134 Roger Dingledine2004-08-04
* put a comment by routerlist_update_from_runningrouters() to•••remind me that it's not used yet svn:r2132 Roger Dingledine2004-08-04
* log a warning if you're running an unverified server, to let•••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 Roger Dingledine2004-08-04
* Hack: Include date with successful directory GETs.•••svn:r2130 Nick Mathewson2004-08-04
* Add functions to format and parse RFC1123-style times, for HTTP protocol.•••svn:r2129 Nick Mathewson2004-08-04
* put the have_warned_about_unsafe_socks static var inside the function•••svn:r2128 Roger Dingledine2004-08-04
* Fix all warnings on win32 build•••svn:r2127 Nick Mathewson2004-08-03
* warn if we use an unsafe socks variant•••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 Roger Dingledine2004-08-03
* It is possible to have struct timeval but not gettimeofday.•••svn:r2125 Nick Mathewson2004-08-03
* check return value of fclose while writing to disk, since it might•••return out-of-space, etc svn:r2122 Roger Dingledine2004-07-23
* don't send an end back for a malformed resolved cell,•••since they don't establish streams svn:r2119 Roger Dingledine2004-07-23
* tor-resolve triggered a has_sent_end warning•••svn:r2116 Roger Dingledine2004-07-23
* clean whitespace and tabs•••svn:r2115 Roger Dingledine2004-07-22
* tell the user what time _they_ are too, when a cert is expired•••svn:r2114 Roger Dingledine2004-07-22
* stop using atexit() to remove our pid, since it's called•••immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111 Roger Dingledine2004-07-22
* Fix base16_decode; trashing the stack is rude.•••svn:r2110 Nick Mathewson2004-07-22
* Chek for overlong nicknames in add_nickname_list_to_smartlist•••svn:r2109 Nick Mathewson2004-07-22
* Add notion of "longest nickname-or-hex-digest-with-$"•••svn:r2108 Nick Mathewson2004-07-22
* Add noisy debug log to hunt for bug in router_update_status_from_smartlist•••svn:r2107 Nick Mathewson2004-07-22
* Add fingerprint to router format in tests•••svn:r2106 Nick Mathewson2004-07-22
* Never use time(NULL) as assumed publication time for a directory.•••svn:r2105 Nick Mathewson2004-07-22
* add a comment asking ORs to configure a DirPort too•••svn:r2104 Roger Dingledine2004-07-22
* now base16_encode() and base32_encode() can't ever fail•••svn:r2103 Roger Dingledine2004-07-22
* make router_is_me() compare identity, not nickname•••svn:r2102 Roger Dingledine2004-07-22
* put our fingerprint into the descriptor, so we can match a•••desc to a running-routers entry svn:r2100 Roger Dingledine2004-07-22
* allow OPs to set a DirPort and cache/serve directories•••(hey, why not, it works) svn:r2099 Roger Dingledine2004-07-22
* getting an unknown descriptor is an info, not a warn, now•••svn:r2098 Roger Dingledine2004-07-22
* populate router_get_my_routerinfo()->is_verified•••svn:r2097 Roger Dingledine2004-07-22
* Make tor_tls_new variant use alternative (certless) context•••svn:r2096 Nick Mathewson2004-07-22
* publish advertised_bandwidth in descriptor•••svn:r2095 Roger Dingledine2004-07-22
* change 0.0.8 extend cell format so it's compatible with 0.0.7•••svn:r2094 Roger Dingledine2004-07-22
* clients shouldn't create datadir until we have something to put there•••svn:r2092 Roger Dingledine2004-07-22