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