aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2004-10-12Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-23don't mind empty exit policy entriesRoger Dingledine
2004-09-23discourage people from setting their dirfetchpostperiod more oftenRoger Dingledine
2004-09-10don't pick administrative-friends when picking your pathRoger Dingledine
2004-09-10we should exit(1) if $HOME doesn't exist and we needed itRoger Dingledine
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Stop using separate defaults for no-config-file and empty-config-fileNick Mathewson
2004-09-02Use new split function and strcmpstart correctlyNick Mathewson
2004-08-24agree with nick: this legal-chars-in-filename stuff gets us nothingRoger Dingledine
2004-08-24As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ...Nick Mathewson
2004-08-18Fix some DOCDOCsNick Mathewson
2004-08-18fix a seg fault on hup when FascistFirewall is definedRoger Dingledine
2004-08-18Avoid segfault when freeing options_t without firewall_portsNick Mathewson
2004-08-18Functions to test nickname validityNick Mathewson
2004-08-18fix unix build: CONFDIR, not CONF_DIRNick Mathewson
2004-08-18Clean windows whitespaceNick Mathewson
2004-08-18On windows, default datadir is APPDATA/tor, and default config file is APPDAT...Nick Mathewson
2004-08-17Move string-splitting into a separate functionNick Mathewson
2004-08-17make csv parsing notice the last letter of each entry tooRoger Dingledine
2004-08-17bugfix: make receiving csv lines not seg faultRoger Dingledine
2004-08-17people with no torrc allow unverified middle/rendezvous nodes by defaultRoger Dingledine
2004-08-17Fix crash when looking for ~/.torrc with no $HOME setNick Mathewson
2004-08-17use unverified routers in the desired positionsRoger Dingledine
2004-08-17Implement AllowUnverifiedNodesNick Mathewson
2004-08-17if a router claim huge bandwidth, don't believe itRoger Dingledine
2004-08-16Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson
2004-08-16o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine
2004-08-15Implement strict{entry|exit}nodes config optionsNick Mathewson
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-15commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine
2004-08-04only pick a default nickname if you're a serverRoger Dingledine
2004-07-22clients shouldn't create datadir until we have something to put thereRoger Dingledine
2004-07-20a whole swath of fixesRoger Dingledine
2004-07-18abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson
2004-07-16Look in .torrc if no CONFDIR "torrc" is found.Nick Mathewson
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson
2004-07-13checkpoint: start working on bandwidth tracking andRoger Dingledine
2004-07-04touchups all overRoger Dingledine
2004-06-29stop leaking options->ContactInfo on hupRoger Dingledine
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-05-22commit two fixes from Thomas ThemelRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-20some more patchingRoger Dingledine
2004-05-20bugfix: if no loglevel or logfile is specified, then we need to openRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-19tor_assert, not assert. stdout, not stderrNick Mathewson
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
2004-05-17Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson
2004-05-10more cleanup, including fleshing out or.h moreRoger Dingledine