Age | Commit message (Expand) | Author |
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 |
2006-03-28 | When deciding whether a router is Fast or Guard-worthy, consider | Roger Dingledine |
2006-03-27 | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine |
2006-03-26 | When the controller's *setconf commands fail, collect an error message | Roger Dingledine |
2006-03-22 | parameterize two more timeout constants in circuit-land. | Roger Dingledine |
2006-03-21 | new config option SocksTimeout: How long do we let a socks connection | Roger Dingledine |
2006-03-19 | Implement Jason Holt's SafeSocks config option. | Roger Dingledine |
2006-03-19 | Finish the transition from the word 'verified' to the words | Roger Dingledine |
2006-03-18 | fix some typos | Roger Dingledine |
2006-03-18 | auth dir servers were only modifying a server's is_running field | Roger Dingledine |
2006-03-17 | Implement router purposes, and don't choose a non-general | Roger Dingledine |
2006-03-15 | (Missing header change) Do not warn about unknown servers in our family when ... | Nick Mathewson |
2006-03-15 | if we as a directory mirror don't know of any v1 directory | Roger Dingledine |
2006-03-12 | More cleanups noticed by weasel; also, remove macros that nobody uses. | Nick Mathewson |
2006-03-12 | Cleanup on time-relaqted constants. New conventions: | Nick Mathewson |
2006-03-12 | Now do address rewriting when the controller asks us to attach | Roger Dingledine |
2006-03-11 | Use escaped() for remaining cases. | Nick Mathewson |
2006-03-09 | Implement NEWNYM. Nick, did I do a bad thing? | Roger Dingledine |
2006-03-08 | start using OR_CONN_EVENT_NEW. | Roger Dingledine |
2006-03-08 | Possible bug 265 fix: authorities must be more strict than clients about age ... | Nick Mathewson |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-02-23 | Add a new circuit purpose 'controller' to let the controller | Roger Dingledine |
2006-02-19 | New config options to address bug 251: | Roger Dingledine |
2006-02-19 | clean up the Reachable*Addresses changes | Roger Dingledine |
2006-02-13 | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader |