aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
...
* 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
* commit two fixes from Thomas ThemelRoger Dingledine2004-05-22
* Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson2004-05-20
* some more patchingRoger Dingledine2004-05-20
* bugfix: if no loglevel or logfile is specified, then we need to openRoger Dingledine2004-05-20
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* tor_assert, not assert. stdout, not stderrNick Mathewson2004-05-19
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
* Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson2004-05-17
* more cleanup, including fleshing out or.h moreRoger Dingledine2004-05-10
* Doxygenate config.cNick Mathewson2004-05-10
* forward-port built-in dirservers stringRoger Dingledine2004-05-06
* update the built-in dirservers defaultRoger Dingledine2004-04-29