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