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