aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson2004-10-15
* advertise moria2's dirport as 18.244.0.114:80Roger Dingledine2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Patch from "J Doe": Use SHGetSpecialFolderLocation instead ofNick Mathewson2004-10-14
* Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson2004-10-14
* fix typoNick Mathewson2004-10-13
* Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson2004-10-13
* parse HttpProxy address in configRoger Dingledine2004-10-12
* Add default directory serversNick Mathewson2004-10-12
* Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson2004-10-12
* prefer tor_free to freeRoger Dingledine2004-09-29
* don't mind empty exit policy entriesRoger Dingledine2004-09-23
* discourage people from setting their dirfetchpostperiod more oftenRoger Dingledine2004-09-23
* don't pick administrative-friends when picking your pathRoger Dingledine2004-09-10
* we should exit(1) if $HOME doesn't exist and we needed itRoger Dingledine2004-09-10
* Flush more changes from sandboxNick Mathewson2004-09-08
* Stop using separate defaults for no-config-file and empty-config-fileNick Mathewson2004-09-02
* Use new split function and strcmpstart correctlyNick Mathewson2004-09-02
* agree with nick: this legal-chars-in-filename stuff gets us nothingRoger Dingledine2004-08-24
* As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ...Nick Mathewson2004-08-24
* Fix some DOCDOCsNick Mathewson2004-08-18
* fix a seg fault on hup when FascistFirewall is definedRoger Dingledine2004-08-18
* Avoid segfault when freeing options_t without firewall_portsNick Mathewson2004-08-18
* Functions to test nickname validityNick Mathewson2004-08-18
* fix unix build: CONFDIR, not CONF_DIRNick Mathewson2004-08-18
* Clean windows whitespaceNick Mathewson2004-08-18
* On windows, default datadir is APPDATA/tor, and default config file is APPDAT...Nick Mathewson2004-08-18
* Move string-splitting into a separate functionNick Mathewson2004-08-17
* make csv parsing notice the last letter of each entry tooRoger Dingledine2004-08-17
* bugfix: make receiving csv lines not seg faultRoger Dingledine2004-08-17
* people with no torrc allow unverified middle/rendezvous nodes by defaultRoger Dingledine2004-08-17
* Fix crash when looking for ~/.torrc with no $HOME setNick Mathewson2004-08-17
* use unverified routers in the desired positionsRoger Dingledine2004-08-17
* Implement AllowUnverifiedNodesNick Mathewson2004-08-17
* if a router claim huge bandwidth, don't believe itRoger Dingledine2004-08-17
* Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson2004-08-16
* o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine2004-08-16
* Implement strict{entry|exit}nodes config optionsNick Mathewson2004-08-15
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine2004-08-15
* only pick a default nickname if you're a serverRoger Dingledine2004-08-04
* clients shouldn't create datadir until we have something to put thereRoger Dingledine2004-07-22
* a whole swath of fixesRoger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Look in .torrc if no CONFDIR "torrc" is found.Nick Mathewson2004-07-16
* Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson2004-07-13
* checkpoint: start working on bandwidth tracking andRoger Dingledine2004-07-13
* touchups all overRoger Dingledine2004-07-04
* stop leaking options->ContactInfo on hupRoger Dingledine2004-06-29
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21