Age | Commit message (Expand) | Author |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-23 | don't mind empty exit policy entries | Roger Dingledine |
2004-09-23 | discourage people from setting their dirfetchpostperiod more often | Roger Dingledine |
2004-09-10 | don't pick administrative-friends when picking your path | Roger Dingledine |
2004-09-10 | we should exit(1) if $HOME doesn't exist and we needed it | Roger Dingledine |
2004-09-08 | Flush more changes from sandbox | Nick Mathewson |
2004-09-02 | Stop using separate defaults for no-config-file and empty-config-file | Nick Mathewson |
2004-09-02 | Use new split function and strcmpstart correctly | Nick Mathewson |
2004-08-24 | agree with nick: this legal-chars-in-filename stuff gets us nothing | Roger Dingledine |
2004-08-24 | As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ... | Nick Mathewson |
2004-08-18 | Fix some DOCDOCs | Nick Mathewson |
2004-08-18 | fix a seg fault on hup when FascistFirewall is defined | Roger Dingledine |
2004-08-18 | Avoid segfault when freeing options_t without firewall_ports | Nick Mathewson |
2004-08-18 | Functions to test nickname validity | Nick Mathewson |
2004-08-18 | fix unix build: CONFDIR, not CONF_DIR | Nick Mathewson |
2004-08-18 | Clean windows whitespace | Nick Mathewson |
2004-08-18 | On windows, default datadir is APPDATA/tor, and default config file is APPDAT... | Nick Mathewson |
2004-08-17 | Move string-splitting into a separate function | Nick Mathewson |
2004-08-17 | make csv parsing notice the last letter of each entry too | Roger Dingledine |
2004-08-17 | bugfix: make receiving csv lines not seg fault | Roger Dingledine |
2004-08-17 | people with no torrc allow unverified middle/rendezvous nodes by default | Roger Dingledine |
2004-08-17 | Fix crash when looking for ~/.torrc with no $HOME set | Nick Mathewson |
2004-08-17 | use unverified routers in the desired positions | Roger Dingledine |
2004-08-17 | Implement AllowUnverifiedNodes | Nick Mathewson |
2004-08-17 | if a router claim huge bandwidth, don't believe it | Roger Dingledine |
2004-08-16 | Add a generic Comma-separated-value config type, and a FirewallPorts option t... | Nick Mathewson |
2004-08-16 | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine |
2004-08-15 | Implement strict{entry|exit}nodes config options | Nick Mathewson |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-15 | commit some minor fixes from this sandbox so i can commit the next one | Roger Dingledine |
2004-08-04 | only pick a default nickname if you're a server | Roger Dingledine |
2004-07-22 | clients shouldn't create datadir until we have something to put there | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-16 | Look in .torrc if no CONFDIR "torrc" is found. | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-13 | checkpoint: start working on bandwidth tracking and | Roger Dingledine |
2004-07-04 | touchups all over | Roger Dingledine |
2004-06-29 | stop leaking options->ContactInfo on hup | Roger Dingledine |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-05-22 | commit two fixes from Thomas Themel | Roger Dingledine |
2004-05-20 | Tinker with log behavior: never send error messages about logs into the bitbu... | Nick Mathewson |
2004-05-20 | some more patching | Roger Dingledine |
2004-05-20 | bugfix: if no loglevel or logfile is specified, then we need to open | Roger Dingledine |
2004-05-20 | Allow multiple exit policy lines; mostly add support for AP policies | Nick Mathewson |
2004-05-19 | tor_assert, not assert. stdout, not stderr | Nick Mathewson |
2004-05-19 | Allow multiple logfiles at different severity ranges | Nick Mathewson |
2004-05-17 | Make directory functions update routerlist, not replace it. Add notion of OR... | Nick Mathewson |
2004-05-10 | more cleanup, including fleshing out or.h more | Roger Dingledine |
2004-05-10 | Doxygenate config.c | Nick Mathewson |