summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
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
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-01teach directory servers to handle renddesc responsesRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-31Fix warningNick Mathewson
2004-03-31better way: always nul-terminate. then sometimes use it, sometimes not.Roger Dingledine
2004-03-31let fetch_from_buf_http tolerate nuls in the http bodyRoger Dingledine
2004-03-31rename hidserv_xxNick Mathewson
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-30add and use stubs for hidserv lookup and storeRoger Dingledine
2004-03-30Refactor directory serversRoger Dingledine
2004-03-29old or skewed descriptor doesn't mean we failed to parse itRoger Dingledine
2004-03-29refactor directories a smidgenRoger Dingledine
2004-03-26oops, 0.0.4 is more broken than 0.0.3Roger Dingledine
2004-03-26fix two assert triggers (darn it, I hate releasing software)Roger Dingledine
2004-03-21Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson