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