aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* r8776@totoro: nickm | 2006-09-29 00:50:46 -0400Nick Mathewson2006-09-29
* combine the cutoff log entriesRoger Dingledine2006-09-29
* r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400Nick Mathewson2006-09-28
* r9889@danube: weasel | 2006-09-29 00:57:42 +0200Peter Palfrader2006-09-28
* r9888@danube: weasel | 2006-09-29 00:57:02 +0200Peter Palfrader2006-09-28
* r8817@Kushana: nickm | 2006-09-14 18:31:29 -0400Nick Mathewson2006-09-14
* r8808@senior-two-eighty: nickm | 2006-09-14 00:59:54 -0400Nick Mathewson2006-09-14
* r9736@danube: weasel | 2006-09-14 05:53:06 +0200Peter Palfrader2006-09-14
* simplify the connection_write_to_buf_zlib() wrapper.Roger Dingledine2006-08-13
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* tweakRoger Dingledine2006-07-21
* parameterize the loudness of resolve_my_address(), and call thingsRoger Dingledine2006-07-15
* Avoid an integer underflow when the dir authority decides whether aRoger Dingledine2006-07-14
* whitespace/tab fixesRoger Dingledine2006-07-06
* Get rid of the router_retry_connections notion. Now routers no longerRoger Dingledine2006-07-04
* Apparent 311 fix: apparently passing Z_FINISH an empty string is problematic.Nick Mathewson2006-06-29
* Make some more verbose gcc warnings go away.Nick Mathewson2006-06-22
* Fix a bunch of spaces.Nick Mathewson2006-06-22
* Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson2006-06-22
* When requesting or serving resources via fingerprint/digest, request and resp...Nick Mathewson2006-06-21
* <nickm> ooh, that log shouldn't be there. can you take it out?Peter Palfrader2006-06-20
* Fix bug in networkstatus spooling: spool more than the first networkstatus.Nick Mathewson2006-06-20
* Fishy, but harmless.Nick Mathewson2006-06-20
* add a note for nick to fixRoger Dingledine2006-06-20
* Ah. We need a new zlib_state for each networkstatus we spool out.Nick Mathewson2006-06-20
* Start spooling v2 networkstatus docs as well.Nick Mathewson2006-06-20
* Fix a tricky crash: making the_directory heap-allocated (so we could refcount...Nick Mathewson2006-06-18
* Fix an assert that still isnt the assert we are hunting.Nick Mathewson2006-06-18
* Become capable of noticing that we are done sending a directory.Nick Mathewson2006-06-18
* write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...Nick Mathewson2006-06-18
* Stop trying to refresh when we are out of data.Nick Mathewson2006-06-18
* Fix a couple of bugs in last patch.Nick Mathewson2006-06-18
* add coverage for a default caseNick Mathewson2006-06-18
* Oops. conn->requested_resource is client only.Nick Mathewson2006-06-18
* Instead of adding servers and v1 directories to buffers en masse, directory s...Nick Mathewson2006-06-18
* now we can tell dirserv_dump_directory_to_string() whether we wantRoger Dingledine2006-06-13
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* directory authorities should be more tolerant of failed reachabilityRoger Dingledine2006-05-28
* if the bottom eighth of the servers by bandwidth is really crummy,Roger Dingledine2006-04-15
* Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson2006-04-10
* Remove about 30% of the v1 directory bulk by not including down orRoger Dingledine2006-04-09
* If you're not a versioning dirserver, don't put the stringRoger Dingledine2006-04-08
* clean up the log lines more, and note a future work.Roger Dingledine2006-04-08
* when we do reachability testing and the tls cert at the otherRoger Dingledine2006-04-08
* Fix a couple of things that make GCC complain with verbose warnings on. Also...Nick Mathewson2006-04-08
* fix some xxxs.Nick Mathewson2006-04-03
* Versions that drop connections for having used idle circs are as bad for stab...Nick Mathewson2006-04-02
* Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine2006-04-01
* We can remove about 30% of the v1 directory bulk by takingRoger Dingledine2006-03-29