aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-27post descriptors to 0.0.8 authdirservers the old way, to make theRoger Dingledine
2004-09-27clients ask 0.0.9-and-later dirservers for a compressed dirRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-09-21clean up/bugfix deflate logic and log messagesNick Mathewson
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Keep a deflated version of each directory so we can deliver it when requestedNick Mathewson
2004-08-15Check for time skew on http headers; report date in response to "GET /".Nick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-06(size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...Nick Mathewson
2004-08-04Hack: Include date with successful directory GETs.Nick Mathewson
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-21caching dirservers don't handle posts, running-routers, or rend descsRoger Dingledine
2004-07-21add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine
2004-07-20clients can now pick non-authdirservers for fetching directories.Roger Dingledine
2004-07-20break connection_dir_client_finished_reading() into its own functionRoger Dingledine
2004-07-12why does gcc not warn me about this at all? that's evil.Roger Dingledine
2004-07-12tor now tolerates down dirservers betterRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-30cleanups on 008pre1 itemsRoger Dingledine
2004-06-25Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson
2004-06-16router->is_trusted_dir implies router->dir_port>0Roger Dingledine
2004-06-02Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson
2004-06-02crank up some of our constants, for better scalabilityRoger Dingledine
2004-05-17Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson
2004-05-12clean up directory.c APIRoger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12break part of circuit.c into relay.cRoger Dingledine
2004-05-12Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-09bugfix: do directory_send_command only after we've established a socketRoger Dingledine
2004-05-06forward-port header-length-increase patchRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05More documentation; fix for compilation warningNick Mathewson
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-17bugfix: give dir_conn a state before building the bridge, so it hasRoger Dingledine
2004-04-09give better instructions than just 'mail arma'Roger Dingledine
2004-04-09call directory_has_arrived has arrived every time we getRoger Dingledine
2004-04-08Launch intro services after launching connections; allow ORs to build circuit...Nick Mathewson
2004-04-08allow for directories >8192 bytesRoger Dingledine
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-03publish and fetch the right rendezvous urlsRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine