aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...Nick Mathewson2004-08-06
* Hack: Include date with successful directory GETs.Nick Mathewson2004-08-04
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* caching dirservers don't handle posts, running-routers, or rend descsRoger Dingledine2004-07-21
* add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine2004-07-21
* clients can now pick non-authdirservers for fetching directories.Roger Dingledine2004-07-20
* break connection_dir_client_finished_reading() into its own functionRoger Dingledine2004-07-20
* why does gcc not warn me about this at all? that's evil.Roger Dingledine2004-07-12
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02
* 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