aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
...
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* cleanups on 008pre1 itemsRoger Dingledine2004-06-30
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* router->is_trusted_dir implies router->dir_port>0Roger Dingledine2004-06-16
* Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson2004-06-02
* crank up some of our constants, for better scalabilityRoger Dingledine2004-06-02
* Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson2004-05-17
* clean up directory.c APIRoger Dingledine2004-05-12
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
* Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson2004-05-12
* More doxygenation.Nick Mathewson2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* bugfix: do directory_send_command only after we've established a socketRoger Dingledine2004-05-09
* forward-port header-length-increase patchRoger Dingledine2004-05-06
* bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine2004-05-06
* More documentation; fix for compilation warningNick Mathewson2004-05-05
* Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson2004-05-05
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* set Content-Type on the directory and hidserv descriptorRoger Dingledine2004-04-27
* use tor_assertRoger Dingledine2004-04-25
* bugfix: give dir_conn a state before building the bridge, so it hasRoger Dingledine2004-04-17
* give better instructions than just 'mail arma'Roger Dingledine2004-04-09
* call directory_has_arrived has arrived every time we getRoger Dingledine2004-04-09
* Launch intro services after launching connections; allow ORs to build circuit...Nick Mathewson2004-04-08
* allow for directories >8192 bytesRoger Dingledine2004-04-08
* if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine2004-04-07
* Remember when we received which service desc.Nick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* publish and fetch the right rendezvous urlsRoger Dingledine2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* break out circ->rend_serviceRoger Dingledine2004-04-02
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
* teach directory servers to handle renddesc responsesRoger Dingledine2004-04-01
* Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine2004-03-31
* Fix warningNick Mathewson2004-03-31
* better way: always nul-terminate. then sometimes use it, sometimes not.Roger Dingledine2004-03-31
* let fetch_from_buf_http tolerate nuls in the http bodyRoger Dingledine2004-03-31
* rename hidserv_xxNick Mathewson2004-03-31
* Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson2004-03-31
* add and use stubs for hidserv lookup and storeRoger Dingledine2004-03-30
* Refactor directory serversRoger Dingledine2004-03-30
* old or skewed descriptor doesn't mean we failed to parse itRoger Dingledine2004-03-29
* refactor directories a smidgenRoger Dingledine2004-03-29
* 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