aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* oops, 0.0.4 is more broken than 0.0.3Roger Dingledine2004-03-26
* fix two assert triggers (darn it, I hate releasing software)Roger Dingledine2004-03-26
* Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson2004-03-21
* isspace and friends take an int. solaris cares.Roger Dingledine2004-03-19
* inform unapproved servers when we reject their descriptorsRoger Dingledine2004-03-12
* if the directory client hangs up before getting the directory,Roger Dingledine2004-03-06
* bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine2004-02-29
* make code more readable; arrbitrarily change a -1 to a 0.Nick Mathewson2004-02-28
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* last minute fix: don't early-flush non-tls streamsRoger Dingledine2004-01-31
* remove trailing whitespaceRoger Dingledine2003-12-17
* make fetch_from_buf_http malloc its strings ratherRoger Dingledine2003-12-17
* Resolve format warnings on MacOS X 10.3Nick Mathewson2003-12-16
* clean up some file-scope-global directory variablesRoger Dingledine2003-12-14
* clean up some copyrightsRoger Dingledine2003-12-13
* terminology shift:Roger Dingledine2003-12-05
* bump up header length when the dirserv reads http commandsRoger Dingledine2003-11-30
* simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine2003-11-20
* more cleanups and bugfixRoger Dingledine2003-11-11
* client now survives going offline betterRoger Dingledine2003-11-10
* fix segfault (connecting to dirserver when network is down)Roger Dingledine2003-10-13
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine2003-09-30
* getting closer to having dirserv workingRoger Dingledine2003-09-30
* bugfixes and features: closer to making dirserv workRoger Dingledine2003-09-29
* more cleanup and rearrangingRoger Dingledine2003-09-29
* fix two new segfaultsRoger Dingledine2003-09-28
* Write necessary backends for online directory generation. I think.Nick Mathewson2003-09-27
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* connection_new() can't ever failRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* it's safe to do parallel directory fetches/uploadsRoger Dingledine2003-09-22
* bugfixes and note missing featuresRoger Dingledine2003-09-21
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* add in directory 'post' supportRoger Dingledine2003-09-17
* bugfixes and refactoringsRoger Dingledine2003-09-16
* clean up exported api'sRoger Dingledine2003-09-16
* refactor connects into connection_connect()Roger Dingledine2003-09-16
* tls infrastructure now in place, give or takeRoger Dingledine2003-09-08
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Misc patches to make windows build work. Now everything is done except the s...Nick Mathewson2003-08-12
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
* Change many files to new log_fn formatNick Mathewson2003-06-17
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28