aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-01-07when we haven't fetched a directory yet, or the last time weRoger Dingledine
2005-01-07fix unit tests: address has to be a non-private IP, and socksportRoger Dingledine
2005-01-06new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine
2005-01-06Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson
2005-01-06finish marking my comment in main.cRoger Dingledine
2005-01-06clean up string printing in relay logsRoger Dingledine
2005-01-06fix trivial typo in log entryRoger Dingledine
2005-01-05typo spotted by chrisNick Mathewson
2005-01-05Implement SIGNAL control command.Nick Mathewson
2005-01-05Stop reversing and re-reversing config lines: keep them in order all the time...Nick Mathewson
2005-01-05Remove broken and undocumented wart where multiple CSV config lines are appen...Nick Mathewson
2005-01-04fix duplicate dns_cancel_pending_resolve reported by Giorgos PallasRoger Dingledine
2005-01-04bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.Roger Dingledine
2005-01-04Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson
2005-01-04post 0.0.9.x, demand that servers declare at least 20000 bytes/sRoger Dingledine
2005-01-04Make sequence of log messages when starting on win32 with no config file more...Nick Mathewson
2005-01-04forward-port the fix for the compiler warningRoger Dingledine
2005-01-03update print_usage to use new urlRoger Dingledine
2005-01-03update url for when users try to use socksport as an http proxyRoger Dingledine
2005-01-03Log when we retry a directory connectionNick Mathewson
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
2005-01-03Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson
2005-01-03Fix an unused function warningNick Mathewson
2005-01-03Make directory fail-and-retry logic happen in connection_about_to_close(); fi...Nick Mathewson
2005-01-03More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson
2005-01-03Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2005-01-03bugfix: if a server uploads a descriptor that's unapproved, actuallyRoger Dingledine
2005-01-03stop checking for clock skew, even for servers.Roger Dingledine
2005-01-02fix the assert bug reported by bassclef@163.comRoger Dingledine
2005-01-01Fix a double-mark-for-close bug, where we were finding a connRoger Dingledine
2005-01-01when a dirserver causes you to give a warn, mention which dirserver it wasRoger Dingledine
2004-12-31...but only if you're a serverRoger Dingledine
2004-12-31require BandwidthRate to be at least 10kB/sRoger Dingledine
2004-12-25actually make it stop keeping track of times. whoops.Roger Dingledine
2004-12-25stop calling assert_connection_ok(conn, time(NULL)) on every singleRoger Dingledine
2004-12-25stop telling win32 folks they have a bug just because we haven't finishedRoger Dingledine
2004-12-25initial profiling by phobos says we spend a whole lot of timeRoger Dingledine
2004-12-24when you're loading the rendezvous service keys in options_act(),Roger Dingledine
2004-12-24don't connection_edge_end() on eof if we're already marked for close,Roger Dingledine
2004-12-24remove sentence-fragment comment refering to a design that never happened.Nick Mathewson
2004-12-24Remove length restriction when generating directories.Nick Mathewson
2004-12-24Fix for running-routers length bugNick Mathewson
2004-12-22and forward port the cleanupRoger Dingledine
2004-12-22fix a crash: if you do socks4 with an IP of 0.0.0.x then we get trickedRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22respond to an 009 XXXRoger Dingledine
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-12-21forward port:Roger Dingledine
2004-12-17When listing circuits that are pending on an opening OR connection,Roger Dingledine