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