aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Update log documentationNick Mathewson2004-11-05
* Use new log format; convert old format to new format.Nick Mathewson2004-11-05
* make the default default options.FirewallPorts be the defaultRoger Dingledine2004-11-04
* Support code for resettable options, and option sets. Still needs validate-a...Nick Mathewson2004-11-04
* break out validate_optionsRoger Dingledine2004-11-04
* make free_options() and init_options() use the big array.Roger Dingledine2004-11-04
* add a ControlPort and control listener conn.Roger Dingledine2004-11-04
* Fix windows buildNick Mathewson2004-11-04
* clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine2004-11-04
* better interface for connection_ap_handshake_socks_reply()Roger Dingledine2004-11-03
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03
* Add function to generate/copy the config_lines, given the name of an optionNick Mathewson2004-11-03
* lay the groundwork for a default value for each config option.Roger Dingledine2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson2004-11-02
* change min required number of fd's to 1024Roger Dingledine2004-11-01
* tor --list-fingerprint to print fingerprint and exitNick Mathewson2004-10-30
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Fix windows buildNick Mathewson2004-10-27
* Add ability for some-but-not-all abbrevs to work in config file. Add a bunch...Nick Mathewson2004-10-27
* Make it compile on LinuxNick Mathewson2004-10-27
* Document new config codeNick Mathewson2004-10-27
* Re-write configuration option lookup code: use a table, not a big if( || || |...Nick Mathewson2004-10-27
* Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson2004-10-26
* quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine2004-10-25
* Fix typo in last windows patchNick Mathewson2004-10-24
* Make windows fall back to CWD if SHGetSpecialFolderLocation is borkedNick Mathewson2004-10-24
* Add "pass" target for RedirectExit, to make it easier to break out of a seque...Nick Mathewson2004-10-19
* fix a seg fault with exitredirectRoger Dingledine2004-10-17
* Unify windows special-dir handlingNick Mathewson2004-10-17
* Implement RedirectExit.Nick Mathewson2004-10-17
* various tweaks and fixesRoger Dingledine2004-10-16
* Code to parse (but not yet actually use) RedirectExit linesNick Mathewson2004-10-16
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson2004-10-16
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16
* Implement user-declared node families.Nick Mathewson2004-10-15
* Use the real default exit policy, not reject *:*Nick Mathewson2004-10-15
* Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...Nick Mathewson2004-10-15
* 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