aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Instead of adding servers and v1 directories to buffers en masse, directory s...Nick Mathewson2006-06-18
* now we can tell dirserv_dump_directory_to_string() whether we wantRoger Dingledine2006-06-13
* export the default exit policy via the control port, so controllersRoger Dingledine2006-06-13
* Add a new config option TestVia, that lets you specify preferred middleRoger Dingledine2006-06-10
* ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work.Roger Dingledine2006-06-08
* re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine2006-06-07
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson2006-06-03
* connection_t kept the identity_pkey but all it did was store it andRoger Dingledine2006-05-30
* stop fetching descriptors if we're not a dir mirror and weRoger Dingledine2006-05-30
* Start remembering *where* we are storing routerdescs. This will make us easie...Nick Mathewson2006-04-29
* [Forward-port ]Test and document last patch.Nick Mathewson2006-04-18
* [forward-port] Implement an option, VirtualAddrMask, to set which addresses g...Nick Mathewson2006-04-18
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* Stop assuming every authority is a v1 authorityPeter Palfrader2006-04-10
* make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine2006-04-10
* Remove redundant includes. They are all hanled in torint.h which we already ...Peter Palfrader2006-04-10
* Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson2006-04-10
* i like the name FetchUselessDescriptors better.Roger Dingledine2006-04-08
* add a new config option FetchUselessRouters, off by default, forRoger Dingledine2006-04-08
* fix a typo that was confusing meRoger Dingledine2006-04-08
* Fix a couple of things that make GCC complain with verbose warnings on. Also...Nick Mathewson2006-04-08
* fix some xxxs.Nick Mathewson2006-04-03
* Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine2006-04-01
* When deciding whether a router is Fast or Guard-worthy, considerRoger Dingledine2006-03-28
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* When the controller's *setconf commands fail, collect an error messageRoger Dingledine2006-03-26
* parameterize two more timeout constants in circuit-land.Roger Dingledine2006-03-22
* new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine2006-03-21
* Implement Jason Holt's SafeSocks config option.Roger Dingledine2006-03-19
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* fix some typosRoger Dingledine2006-03-18
* auth dir servers were only modifying a server's is_running fieldRoger Dingledine2006-03-18
* Implement router purposes, and don't choose a non-generalRoger Dingledine2006-03-17
* (Missing header change) Do not warn about unknown servers in our family when ...Nick Mathewson2006-03-15
* if we as a directory mirror don't know of any v1 directoryRoger Dingledine2006-03-15
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* Now do address rewriting when the controller asks us to attachRoger Dingledine2006-03-12
* Use escaped() for remaining cases.Nick Mathewson2006-03-11
* Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine2006-03-09
* start using OR_CONN_EVENT_NEW.Roger Dingledine2006-03-08
* Possible bug 265 fix: authorities must be more strict than clients about age ...Nick Mathewson2006-03-08
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Add a new circuit purpose 'controller' to let the controllerRoger Dingledine2006-02-23
* New config options to address bug 251:Roger Dingledine2006-02-19
* clean up the Reachable*Addresses changesRoger Dingledine2006-02-19
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* Let the users set ControlListenAddress in the torrc.Roger Dingledine2006-02-13
* Retain unrecognized options in state file, so that we can be forward-compatible.Nick Mathewson2006-02-12