summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2006-12-08 r11479@Kushana: nickm | 2006-12-07 23:38:54 -0500Nick Mathewson
2006-12-08 r11475@Kushana: nickm | 2006-12-07 20:49:21 -0500Nick Mathewson
2006-12-04Fix an assert failure when the directory authority setsRoger Dingledine
2006-11-20we were leaking all the fingerprints for !reject, !invalid,Roger Dingledine
2006-11-20 r9347@totoro: nickm | 2006-11-20 11:24:46 -0500Nick Mathewson
2006-11-20 r9345@totoro: nickm | 2006-11-20 11:22:10 -0500Nick Mathewson
2006-11-14 r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson
2006-10-31 r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson
2006-10-29general cleanups from looking through or-cvsRoger Dingledine
2006-10-27 r9395@Kushana: nickm | 2006-10-26 22:06:51 -0400Nick Mathewson
2006-10-24 r9164@totoro: nickm | 2006-10-24 17:50:43 -0400Nick Mathewson
2006-10-24 r9162@totoro: nickm | 2006-10-24 17:41:35 -0400Nick Mathewson
2006-10-24 r9160@totoro: nickm | 2006-10-24 17:38:07 -0400Nick Mathewson
2006-10-24 r9158@totoro: nickm | 2006-10-24 16:50:18 -0400Nick Mathewson
2006-10-23 r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400Nick Mathewson
2006-10-20 r9290@31-35-219: nickm | 2006-10-20 10:32:33 -0400Nick Mathewson
2006-10-19 r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson
2006-10-09 r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson
2006-10-08try dirport reachability testing five times less often.Roger Dingledine
2006-09-29 r8776@totoro: nickm | 2006-09-29 00:50:46 -0400Nick Mathewson
2006-09-29combine the cutoff log entriesRoger Dingledine
2006-09-28 r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400Nick Mathewson
2006-09-28 r9889@danube: weasel | 2006-09-29 00:57:42 +0200Peter Palfrader
2006-09-28 r9888@danube: weasel | 2006-09-29 00:57:02 +0200Peter Palfrader
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