aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson2008-12-22
* some windows users are outraged that tor refuses to work evenRoger Dingledine2008-12-22
* fix a fun bug on r17656 that was making us send HTTP/1.0 404 asRoger Dingledine2008-12-22
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Make return code from router_add_to_routerlist a nice sensible enum. Based o...Nick Mathewson2008-12-17
* Rename a couple of v2-networkstatus-only fields so that it is clear they are ...Nick Mathewson2008-12-17
* comment tweakRoger Dingledine2008-12-14
* Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...Nick Mathewson2008-12-12
* Add a PDS_ flag to exclude authorities from which we are fetching descs.Nick Mathewson2008-12-11
* Change directory_get_from_dirserver to take a set of flags to be passed to pi...Nick Mathewson2008-12-11
* this function is no longer used.Roger Dingledine2008-12-08
* Directory mirrors no longer fetch the v1 directory orRoger Dingledine2008-12-07
* cleanups on r17500Roger Dingledine2008-12-07
* New DirPortFrontPage option that takes an html file and publishes it as "/" o...Jacob Appelbaum2008-12-07
* Make rend_cache_store() use the same return error codes as its v2Roger Dingledine2008-10-02
* i *think* this is equivalent. somebody should check me on it though.Roger Dingledine2008-09-30
* Code to serve a current stability calculations from /tor/dbg-stability.txt. ...Nick Mathewson2008-09-26
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson2008-09-24
* ok, but inaccurate error strings worseRoger Dingledine2008-09-23
* identical error strings in different contexts badRoger Dingledine2008-09-23
* give rend_client_desc_here a slightly more accurate nameRoger Dingledine2008-09-16
* patch from karsten for bug 814. whew.Roger Dingledine2008-09-16
* stop telling us every time we fetch a consensus. that's not really news.Roger Dingledine2008-09-14
* Serve the latest v3 networkstatus consensus via the controlRoger Dingledine2008-09-14
* tweak karsten's patchRoger Dingledine2008-09-09
* patch from karsten to fix more of bug 767Roger Dingledine2008-09-09
* Refactor use of connection_new so that we get more verifiable typesafety.Nick Mathewson2008-09-05
* Refactor some code and add some asserts based on scanner results.Nick Mathewson2008-09-05
* Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson2008-09-05
* Make trunk build again under -DEXPORTMALLINFOPeter Palfrader2008-08-15
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
* Send a bootstrap problem "warn" event on the first problem if theRoger Dingledine2008-06-24
* check-spaces, fix a typoRoger Dingledine2008-06-18
* Fix .z suffix for intrumented download stats once morePeter Palfrader2008-06-16
* Fix .z suffix for intrumented download statsPeter Palfrader2008-06-16
* Asking for a conditional consensus at .../consensus/<fingerprints> would crashPeter Palfrader2008-06-13
* start sending "bootstrap problem" status events when we're having troublesRoger Dingledine2008-06-11
* r16132@tombo: nickm | 2008-06-10 14:39:19 -0400Nick Mathewson2008-06-10
* Start noticing and reporting bootstrapping failures too. It looks likeRoger Dingledine2008-06-09
* also count number of downloads, not just the bytesPeter Palfrader2008-06-09
* report partial bootstrapping progress as we fetch descriptorsRoger Dingledine2008-06-09
* Make note_request() accessible from outside of directory.cPeter Palfrader2008-06-02
* Instrument all downloads that pass through connection_dir_client_reached_eof()Peter Palfrader2008-06-02
* New code to implement proposal for local geoip stats. Only enabled with --ena...Nick Mathewson2008-05-29
* Several geoip changes/fixes as requested.Nick Mathewson2008-05-28
* r19496@catbus: nickm | 2008-05-02 19:10:29 -0400Nick Mathewson2008-05-02
* Only using v3 authorities and using the proper digest works betterPeter Palfrader2008-04-24
* I bet I screwed up while merging in the changes from the feature branch into ...Peter Palfrader2008-04-24