summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2004-10-15Implement user-declared node families.Nick Mathewson
2004-10-15Use the real default exit policy, not reject *:*Nick Mathewson
2004-10-15Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...Nick Mathewson
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14advertise moria2's dirport as 18.244.0.114:80Roger Dingledine
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Patch from "J Doe": Use SHGetSpecialFolderLocation instead ofNick Mathewson
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-13fix typoNick Mathewson
2004-10-13Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson
2004-10-12parse HttpProxy address in configRoger Dingledine
2004-10-12Add default directory serversNick Mathewson
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