Age | Commit message (Expand) | Author |
2006-07-30 | fix assert found by DreadWingKnight: now that rendezvous streams | Roger Dingledine |
2006-07-28 | r6950@Kushana: nickm | 2006-07-28 10:32:08 -0400 | Nick Mathewson |
2006-07-28 | r6949@Kushana: nickm | 2006-07-28 10:17:38 -0400 | Nick Mathewson |
2006-07-28 | r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400 | Nick Mathewson |
2006-07-27 | r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400 | Nick Mathewson |
2006-07-27 | Fix comments that implied that only dir connections had a purpose field, and ... | Nick Mathewson |
2006-07-26 | r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400 | Nick Mathewson |
2006-07-26 | r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400 | Nick Mathewson |
2006-07-26 | r6907@Kushana: nickm | 2006-07-25 19:03:43 -0400 | Nick Mathewson |
2006-07-26 | r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400 | Nick Mathewson |
2006-07-26 | r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400 | Nick Mathewson |
2006-07-25 | Remove code to special-case "-cvs" ending, since it has not actually mattered... | Nick Mathewson |
2006-07-23 | Don't tell anybody, but we're going OO here. This patch splits | Nick Mathewson |
2006-07-22 | i lied, that won't work at all. maybe this will. | Roger Dingledine |
2006-07-18 | Define a schedule for how long to wait between retrying | Roger Dingledine |
2006-07-18 | If we are using an exit enclave and we can't connect, e.g. because | Roger Dingledine |
2006-07-17 | Allow servers with no hostname or IP address to learn their IP address | Roger Dingledine |
2006-07-16 | whitespace/etc cleanups | Roger Dingledine |
2006-07-15 | parameterize the loudness of resolve_my_address(), and call things | Roger Dingledine |
2006-07-07 | When using eventdns: suppress logging of addresses when SafeLogging is active... | Nick Mathewson |
2006-07-04 | Get rid of the router_retry_connections notion. Now routers no longer | Roger Dingledine |
2006-06-22 | Next batch of memory miserdom: mmap cached-routers file. This is sure to bre... | Nick Mathewson |
2006-06-21 | When requesting or serving resources via fingerprint/digest, request and resp... | Nick Mathewson |
2006-06-20 | Start spooling v2 networkstatus docs as well. | Nick Mathewson |
2006-06-18 | write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf... | 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-13 | now we can tell dirserv_dump_directory_to_string() whether we want | Roger Dingledine |
2006-06-13 | export the default exit policy via the control port, so controllers | Roger Dingledine |
2006-06-10 | Add a new config option TestVia, that lets you specify preferred middle | Roger Dingledine |
2006-06-08 | ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work. | Roger Dingledine |
2006-06-07 | re-enable per-connection rate limiting. get rid of the "OP bandwidth" | Roger Dingledine |
2006-06-04 | Add a new warning to our "warn a lot" list: unused parameters. This means we... | Nick Mathewson |
2006-06-03 | More DNS fixes. Send meaningful TTLs back to the client when | Nick Mathewson |
2006-05-30 | connection_t kept the identity_pkey but all it did was store it and | Roger Dingledine |
2006-05-30 | stop fetching descriptors if we're not a dir mirror and we | Roger Dingledine |
2006-04-29 | Start remembering *where* we are storing routerdescs. This will make us easie... | Nick Mathewson |
2006-04-18 | [Forward-port ]Test and document last patch. | Nick Mathewson |
2006-04-18 | [forward-port] Implement an option, VirtualAddrMask, to set which addresses g... | Nick Mathewson |
2006-04-18 | forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. | Nick Mathewson |
2006-04-10 | Stop assuming every authority is a v1 authority | Peter Palfrader |
2006-04-10 | make DirFetchPeriod and StatusFetchPeriod truly obsolete. | Roger Dingledine |
2006-04-10 | Remove redundant includes. They are all hanled in torint.h which we already ... | Peter Palfrader |
2006-04-10 | Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu... | Nick Mathewson |
2006-04-08 | i like the name FetchUselessDescriptors better. | Roger Dingledine |
2006-04-08 | add a new config option FetchUselessRouters, off by default, for | Roger Dingledine |
2006-04-08 | fix a typo that was confusing me | Roger Dingledine |
2006-04-08 | Fix a couple of things that make GCC complain with verbose warnings on. Also... | Nick Mathewson |
2006-04-03 | fix some xxxs. | Nick Mathewson |
2006-04-01 | Fix dirserv_get_networkstatus_v2's api: its function comments | Roger Dingledine |