summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-09-30mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine
2003-09-30getting closer to having dirserv workingRoger Dingledine
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-29more cleanup and rearrangingRoger Dingledine
2003-09-28fix two new segfaultsRoger Dingledine
2003-09-27Write necessary backends for online directory generation. I think.Nick Mathewson
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-27connection_new() can't ever failRoger Dingledine
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-22it's safe to do parallel directory fetches/uploadsRoger Dingledine
2003-09-21bugfixes and note missing featuresRoger Dingledine
2003-09-18leave the socks handshake on the inbuf until it's completeRoger Dingledine
2003-09-17add in directory 'post' supportRoger Dingledine
2003-09-16bugfixes and refactoringstor-0.0.2pre8Roger Dingledine
2003-09-16clean up exported api'sRoger Dingledine
2003-09-16refactor connects into connection_connect()Roger Dingledine
2003-09-08tls infrastructure now in place, give or takeRoger Dingledine
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Misc patches to make windows build work. Now everything is done except the s...Nick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-05-28OPport is gone. So is conn type OP.Roger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-09work on versioning; new log_fn functionNick Mathewson
2003-05-09make router_dump_token only for debugging; clean backslashesRoger Dingledine
2003-05-08Get directories working.Nick Mathewson
2003-05-08Call the right signed-directory functions; try to describe the difference bet...Nick Mathewson
2003-05-07hints for nick on where to integrateRoger Dingledine
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-03-18greatly simplify this notion of 'roles':Roger Dingledine
2003-03-11lazy (just in time) directory rebuildingRoger Dingledine
2002-10-14fix subtle race conditionRoger Dingledine
2002-10-02cleanup and a variety of bugfixesRoger Dingledine
2002-09-28more robust http(ish) handlingRoger Dingledine
2002-09-28cleanupRoger Dingledine
2002-09-26dirserver should include itself in the directoryRoger Dingledine
2002-09-26directory servers in and functionalRoger Dingledine