summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2006-06-10backport TestVia, but don't add it to the man page.Roger Dingledine
2006-04-18Test and document last patch.Nick Mathewson
2006-04-18Implement an option, VirtualAddrMask, to set which addresses get handed out i...Nick Mathewson
2006-04-18"Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-04-10[backport] Stop assuming every authority is a v1 authorityPeter Palfrader
2006-04-10Do not include machine/limits.h on __FreeBSD_kernel__ eitherPeter 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
2006-02-13Let the users set ControlListenAddress in the torrc.Roger Dingledine
2006-02-12Retain unrecognized options in state file, so that we can be forward-compatible.Nick Mathewson
2006-02-12Clients now honor the "guard" flag in the router status whenRoger Dingledine
2006-02-11When a client asks for an old-style directory and our write bucketRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09correct the comments that don't realize it's the oppositeRoger Dingledine
2006-02-06Move "sort list of versions" logic into routerparse.c; make version-checking ...Nick Mathewson
2006-02-05typos and nitsRoger Dingledine
2006-02-03Fix bug 225: now "attachstream 0" treats conn like it just connected,Roger Dingledine
2006-02-01Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine
2006-01-24Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson
2006-01-20remove unused codeRoger Dingledine
2006-01-17oh, and the other bits of the commitRoger Dingledine