aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
...
* kill -USR2 now moves all logs to loglevel debug•••plus fix some typos svn:r2914 Roger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911 Nick Mathewson2004-11-20
* Break DirFetchPostPeriod into:••• - DirFetchPeriod for fetching full directory, - StatusFetchPeriod for fetching running-routers, - DirPostPeriod for posting server descriptor, - RendPostPeriod for posting hidden service descriptors. Also make sure the hidden service descriptors are at a random offset from each other, to hinder linkability. svn:r2889 Roger Dingledine2004-11-15
* a first cut at a print_usage()•••svn:r2887 Roger Dingledine2004-11-15
* fix a bug in configuring accounting in options_act()•••svn:r2881 Roger Dingledine2004-11-15
* some fixes so far•••svn:r2880 Roger Dingledine2004-11-15
* Resolve some hibernating-related XXXX009s.•••svn:r2875 Nick Mathewson2004-11-14
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF•••svn:r2868 Nick Mathewson2004-11-14
* Fix windows whitespace•••svn:r2860 Nick Mathewson2004-11-14
* Add an unreachable return 0.•••svn:r2859 Nick Mathewson2004-11-14
* normalize whitespace•••svn:r2839 Nick Mathewson2004-11-13
* Document remaining configuration options; add a ccheck for redundant authenti...•••svn:r2833 Nick Mathewson2004-11-13
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...•••svn:r2832 Nick Mathewson2004-11-13
* Write most of the implementation for SAVECONF.•••svn:r2820 Nick Mathewson2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...•••svn:r2819 Nick Mathewson2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808 Nick Mathewson2004-11-12
* Clarify a warning about /.tor•••svn:r2794 Nick Mathewson2004-11-10
* Validate log options during options_validate(). Reject unrecognized log type...•••svn:r2778 Nick Mathewson2004-11-10
* make abbreviations case-insensitive (thanks weasel)•••svn:r2773 Roger Dingledine2004-11-10
* make it more obvious that we have just told them their new torrc log line.•••svn:r2772 Roger Dingledine2004-11-10
* don't check permissions on our datadirectory until we switch uid/gid•••svn:r2759 Roger Dingledine2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCs•••svn:r2755 Nick Mathewson2004-11-09
* Change interface to config_trial_assign even more; have it use get_options() ...•••svn:r2754 Nick Mathewson2004-11-09
* control event logs include loglevel notice•••svn:r2746 Roger Dingledine2004-11-09
* allow BandwidthRate and Burst to be abbrevs in the torrc too•••svn:r2744 Roger Dingledine2004-11-09
* mark_logs_temp() before init'ing new ones.•••we were seeing double, triple, etc each time we setconf'ed. svn:r2738 Roger Dingledine2004-11-09
* change the interface to config_trial_assign()•••svn:r2737 Roger Dingledine2004-11-09
* when you try a new set of options, and you like them, make sure they stick•••svn:r2736 Roger Dingledine2004-11-09
* once normalized, DataDirectory is always defined•••svn:r2734 Roger Dingledine2004-11-09
* Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733 Nick Mathewson2004-11-09
* Stop using the wrong DataDirectory when we're validating.•••Also validate/normalize the DataDirectory better. svn:r2732 Roger Dingledine2004-11-09
* Separate is-recognized-option from get-option-value, since NULL is ambiguous ...•••svn:r2731 Nick Mathewson2004-11-09
* During options_dup, don't copy LINELIST_S or OBSOLETE options.•••And recognize obsolete options now in config_get_assigned_option(). svn:r2729 Roger Dingledine2004-11-09
* EntryNodess is not the plural of EntryNodes•••svn:r2728 Roger Dingledine2004-11-09
* and another•••svn:r2727 Roger Dingledine2004-11-09
* fix some dereferences•••svn:r2726 Roger Dingledine2004-11-09
* make datadirectory work again•••svn:r2724 Roger Dingledine2004-11-09
* Normalize DataDirectory in options_validate, making SIGHUP survivable.•••svn:r2722 Nick Mathewson2004-11-09
* Document accounting•••svn:r2721 Nick Mathewson2004-11-09
* Stop DataDirectory from changing; also stop using new as an identifier?•••svn:r2717 Nick Mathewson2004-11-09
* Make an options_act() where we do all the things a new options set•••needs. Still needs more work. svn:r2716 Roger Dingledine2004-11-09
* stop breaking the get_options() abstraction in config.c•••svn:r2715 Roger Dingledine2004-11-09
* various fixes•••svn:r2712 Roger Dingledine2004-11-09
* Separate validate from activate. Document undocumented stuff in config.c.•••svn:r2711 Nick Mathewson2004-11-08
* Make set-option functions distinguish between bad keys and bad values, in cas...•••svn:r2707 Nick Mathewson2004-11-07
* Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 Roger Dingledine2004-11-07
* fix the next subtle memory-crunching bug•••now hup works svn:r2696 Roger Dingledine2004-11-06
* fix subtle bug that was causing logs to not show anything•••svn:r2695 Roger Dingledine2004-11-06
* only play the accounting game if it's possible you'll choose to hibernate•••svn:r2694 Roger Dingledine2004-11-06