| Commit message (Expand) | Author | Age |
* | Update log documentation | Nick Mathewson | 2004-11-05 |
* | Use new log format; convert old format to new format. | Nick Mathewson | 2004-11-05 |
* | make the default default options.FirewallPorts be the default | Roger Dingledine | 2004-11-04 |
* | Support code for resettable options, and option sets. Still needs validate-a... | Nick Mathewson | 2004-11-04 |
* | break out validate_options | Roger Dingledine | 2004-11-04 |
* | make free_options() and init_options() use the big array. | Roger Dingledine | 2004-11-04 |
* | add a ControlPort and control listener conn. | Roger Dingledine | 2004-11-04 |
* | Fix windows build | Nick Mathewson | 2004-11-04 |
* | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine | 2004-11-04 |
* | better interface for connection_ap_handshake_socks_reply() | Roger Dingledine | 2004-11-03 |
* | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson | 2004-11-03 |
* | Add function to generate/copy the config_lines, given the name of an option | Nick Mathewson | 2004-11-03 |
* | lay the groundwork for a default value for each config option. | Roger Dingledine | 2004-11-03 |
* | First attempt at hibernation code. It needs more work around the XXXXs, but ... | Nick Mathewson | 2004-11-02 |
* | change min required number of fd's to 1024 | Roger Dingledine | 2004-11-01 |
* | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson | 2004-10-30 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | 2004-10-27 |
* | Fix windows build | Nick Mathewson | 2004-10-27 |
* | Add ability for some-but-not-all abbrevs to work in config file. Add a bunch... | Nick Mathewson | 2004-10-27 |
* | Make it compile on Linux | Nick Mathewson | 2004-10-27 |
* | Document new config code | Nick Mathewson | 2004-10-27 |
* | Re-write configuration option lookup code: use a table, not a big if( || || |... | Nick Mathewson | 2004-10-27 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson | 2004-10-26 |
* | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine | 2004-10-25 |
* | Fix typo in last windows patch | Nick Mathewson | 2004-10-24 |
* | Make windows fall back to CWD if SHGetSpecialFolderLocation is borked | Nick Mathewson | 2004-10-24 |
* | Add "pass" target for RedirectExit, to make it easier to break out of a seque... | Nick Mathewson | 2004-10-19 |
* | fix a seg fault with exitredirect | Roger Dingledine | 2004-10-17 |
* | Unify windows special-dir handling | Nick Mathewson | 2004-10-17 |
* | Implement RedirectExit. | Nick Mathewson | 2004-10-17 |
* | various tweaks and fixes | Roger Dingledine | 2004-10-16 |
* | Code to parse (but not yet actually use) RedirectExit lines | Nick Mathewson | 2004-10-16 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | Change interface of parse_addr_port() to return address in host order, since ... | Nick Mathewson | 2004-10-16 |
* | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson | 2004-10-16 |
* | 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-15 |
* | 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-14 |
* | fix typo | Nick Mathewson | 2004-10-13 |
* | Make directories get generated properly again; debug key lookup. Also, it is... | Nick Mathewson | 2004-10-13 |
* | 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-10-12 |
* | prefer tor_free to free | Roger Dingledine | 2004-09-29 |
* | don't mind empty exit policy entries | Roger Dingledine | 2004-09-23 |