aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* more cleanup•••svn:r3347 Roger Dingledine2005-01-12
* fix another integer underflow caused by buckets going negative•••svn:r3346 Roger Dingledine2005-01-12
* fix up some comments•••svn:r3345 Roger Dingledine2005-01-12
* tolerate bandwidtch buckets going negative (i hope)•••svn:r3344 Roger Dingledine2005-01-12
* Note that we need to check return codes from more libevent functions•••svn:r3343 Nick Mathewson2005-01-12
* document LongLivedPorts in the man page•••svn:r3342 Roger Dingledine2005-01-12
* Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341 Nick Mathewson2005-01-12
* add more chat and interactive protocols to LongLivedPorts•••svn:r3340 Roger Dingledine2005-01-12
* Annotate circuits w/ whether they aim to contain high uptime nodes and/or•••high capacity nodes. When building circuits, choose appropriate nodes. New config option LongLivedPorts to indicate application streams that will want high uptime circuits. When attaching a stream to a circuit, pay attention to its requirements. This means that every single node in an intro rend circuit, not just the last one, will have a minimum uptime. Boost the min uptime from an hour to 24 hours. svn:r3339 Roger Dingledine2005-01-12
* clean up smartlist_string_isin so callers don't have to manage bufs•••themselves svn:r3338 Roger Dingledine2005-01-12
* if somebody starts his tor server in jan 2004 and then fixes his•••clock, don't make his published uptime be a year. svn:r3337 Roger Dingledine2005-01-11
* if you're a server and the auth dirservers are down, go to any other•••server. only give up hope on network reachability when no other servers are reachable either. svn:r3335 Roger Dingledine2005-01-10
* help avoid overflow from len_in + (len_in/n)*len_ins•••nick, do you think this does it? if so, we should maybe backport too. svn:r3334 Roger Dingledine2005-01-10
* separate time_of_process_start from stats_n_seconds_uptime:•••now we reset uptime when a dir fetch entirely fails. this hopefully has something to do with stability of being on the network. svn:r3333 Roger Dingledine2005-01-10
* it helps to use the correct name for the struct•••svn:r3331 Roger Dingledine2005-01-10
* when pruning circuit-wait streams when a dir fetch failed,•••refer in logs to the destination address, not the address of the application connection. svn:r3330 Roger Dingledine2005-01-10
* Forward port patches•••svn:r3329 Peter Palfrader2005-01-09
* Add watch file•••svn:r3328 Peter Palfrader2005-01-09
* when we haven't fetched a directory yet, or the last time we•••tried they were all unreachable, assume we are not connected to the network. when an application request comes in during this state, be optimistic and assume we just reconnected. fetch a new directory and if it works, begin making circuits. svn:r3327 Roger Dingledine2005-01-07
* two more policy issues•••svn:r3326 Roger Dingledine2005-01-07
* some early notes on a 'challenges in tor' paper•••svn:r3325 Roger Dingledine2005-01-07
* fix unit tests: address has to be a non-private IP, and socksport•••needs to be 0. svn:r3324 Roger Dingledine2005-01-07
* document DirAllowPrivateAddresses•••svn:r3322 Roger Dingledine2005-01-06
* new config option DirAllowPrivateAddresses for authdirservers.•••now by default they refuse router descriptors that have non-IP or private-IP addresses. svn:r3321 Roger Dingledine2005-01-06
* Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...•••svn:r3319 Nick Mathewson2005-01-06
* finish marking my comment in main.c•••svn:r3318 Roger Dingledine2005-01-06
* clean up string printing in relay logs•••svn:r3317 Roger Dingledine2005-01-06
* fix trivial typo in log entry•••svn:r3316 Roger Dingledine2005-01-06
* take back our statement about known bugs on win32 for servers.•••people should try it again and let us know. svn:r3314 Roger Dingledine2005-01-06
* Add proposal to control spec for a simple way to bind IP addresses to hostnam...•••svn:r3313 Nick Mathewson2005-01-06
* Enable Mac startup script by default•••svn:r3311 Nick Mathewson2005-01-05
* fix typo in mac installer•••svn:r3310 Nick Mathewson2005-01-05
* clean up osx/win32/generic instructions•••svn:r3309 Roger Dingledine2005-01-05
* typo spotted by chris•••svn:r3308 Nick Mathewson2005-01-05
* Implement SIGNAL control command.•••svn:r3307 Nick Mathewson2005-01-05
* Stop reversing and re-reversing config lines: keep them in order all the time...•••svn:r3305 Nick Mathewson2005-01-05
* Note some 0093 items•••svn:r3304 Nick Mathewson2005-01-05
* fix typo•••svn:r3302 Roger Dingledine2005-01-05
* Remove broken and undocumented wart where multiple CSV config lines are appen...•••svn:r3301 Nick Mathewson2005-01-05
* update url for tor•••svn:r3300 Roger Dingledine2005-01-05
* Forward-port OSX packaging stuff from maint branch•••svn:r3299 Nick Mathewson2005-01-05
* and the first cut of a tor osx installation howto•••svn:r3298 Roger Dingledine2005-01-05
* point to the new screenshot file names•••svn:r3297 Roger Dingledine2005-01-05
* migrate to the new URL•••svn:r3296 Roger Dingledine2005-01-05
* change url in win32 installer•••svn:r3295 Roger Dingledine2005-01-04
* fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas•••svn:r3293 Roger Dingledine2005-01-04
* Add sharedscripts tor logrotate.d/tor•••svn:r3290 Peter Palfrader2005-01-04
* Update debian/copyright (it's 2005)•••svn:r3289 Peter Palfrader2005-01-04
* New upstream version•••svn:r3288 Peter Palfrader2005-01-04
* forward-port the 0.0.9.2 changelog•••svn:r3287 Roger Dingledine2005-01-04