| Commit message (Expand) | Author | Age |
* | Clarify a warning about /.tor•••svn:r2794
| Nick Mathewson | 2004-11-10 |
* | Validate log options during options_validate(). Reject unrecognized log type...•••svn:r2778
| Nick Mathewson | 2004-11-10 |
* | make abbreviations case-insensitive (thanks weasel)•••svn:r2773
| Roger Dingledine | 2004-11-10 |
* | make it more obvious that we have just told them their new torrc log line.•••svn:r2772
| Roger Dingledine | 2004-11-10 |
* | don't check permissions on our datadirectory until we switch uid/gid•••svn:r2759
| Roger Dingledine | 2004-11-10 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758
| Nick Mathewson | 2004-11-09 |
* | Resolve many XXXs and all DOCDOCs•••svn:r2755
| Nick Mathewson | 2004-11-09 |
* | Change interface to config_trial_assign even more; have it use get_options() ...•••svn:r2754
| Nick Mathewson | 2004-11-09 |
* | control event logs include loglevel notice•••svn:r2746
| Roger Dingledine | 2004-11-09 |
* | allow BandwidthRate and Burst to be abbrevs in the torrc too•••svn:r2744
| Roger Dingledine | 2004-11-09 |
* | mark_logs_temp() before init'ing new ones.•••we were seeing double, triple, etc each time we setconf'ed.
svn:r2738
| Roger Dingledine | 2004-11-09 |
* | change the interface to config_trial_assign()•••svn:r2737
| Roger Dingledine | 2004-11-09 |
* | when you try a new set of options, and you like them, make sure they stick•••svn:r2736
| Roger Dingledine | 2004-11-09 |
* | once normalized, DataDirectory is always defined•••svn:r2734
| Roger Dingledine | 2004-11-09 |
* | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733
| Nick Mathewson | 2004-11-09 |
* | Stop using the wrong DataDirectory when we're validating.•••Also validate/normalize the DataDirectory better.
svn:r2732
| Roger Dingledine | 2004-11-09 |
* | Separate is-recognized-option from get-option-value, since NULL is ambiguous ...•••svn:r2731
| Nick Mathewson | 2004-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 Dingledine | 2004-11-09 |
* | EntryNodess is not the plural of EntryNodes•••svn:r2728
| Roger Dingledine | 2004-11-09 |
* | and another•••svn:r2727
| Roger Dingledine | 2004-11-09 |
* | fix some dereferences•••svn:r2726
| Roger Dingledine | 2004-11-09 |
* | make datadirectory work again•••svn:r2724
| Roger Dingledine | 2004-11-09 |
* | Normalize DataDirectory in options_validate, making SIGHUP survivable.•••svn:r2722
| Nick Mathewson | 2004-11-09 |
* | Document accounting•••svn:r2721
| Nick Mathewson | 2004-11-09 |
* | Stop DataDirectory from changing; also stop using new as an identifier?•••svn:r2717
| Nick Mathewson | 2004-11-09 |
* | Make an options_act() where we do all the things a new options set•••needs.
Still needs more work.
svn:r2716
| Roger Dingledine | 2004-11-09 |
* | stop breaking the get_options() abstraction in config.c•••svn:r2715
| Roger Dingledine | 2004-11-09 |
* | various fixes•••svn:r2712
| Roger Dingledine | 2004-11-09 |
* | Separate validate from activate. Document undocumented stuff in config.c.•••svn:r2711
| Nick Mathewson | 2004-11-08 |
* | Make set-option functions distinguish between bad keys and bad values, in cas...•••svn:r2707
| Nick Mathewson | 2004-11-07 |
* | Clean up copyrights.•••Break connection_consider_empty_buckets() out of
connection_read_bucket_decrement().
svn:r2698
| Roger Dingledine | 2004-11-07 |
* | fix the next subtle memory-crunching bug•••now hup works
svn:r2696
| Roger Dingledine | 2004-11-06 |
* | fix subtle bug that was causing logs to not show anything•••svn:r2695
| Roger Dingledine | 2004-11-06 |
* | only play the accounting game if it's possible you'll choose to hibernate•••svn:r2694
| Roger Dingledine | 2004-11-06 |
* | Make options no longer a global variable.•••Now we can try setting an option but back out if it fails to parse, or
if it's disallowed (e.g. changing RunAsDaemon from 1 to 0).
Use parse_line_from_str rather than parse_line_from_file.
svn:r2692
| Roger Dingledine | 2004-11-06 |
* | Update log documentation•••svn:r2691
| Nick Mathewson | 2004-11-05 |
* | Use new log format; convert old format to new format.•••svn:r2684
| Nick Mathewson | 2004-11-05 |
* | make the default default options.FirewallPorts be the default•••svn:r2683
| Roger Dingledine | 2004-11-04 |
* | Support code for resettable options, and option sets. Still needs validate-a...•••svn:r2679
| Nick Mathewson | 2004-11-04 |
* | break out validate_options•••leave options.FirewallPorts NULL if it's NULL
svn:r2673
| Roger Dingledine | 2004-11-04 |
* | make free_options() and init_options() use the big array.•••also remove obsolete config_assign_defaults().
svn:r2672
| Roger Dingledine | 2004-11-04 |
* | add a ControlPort and control listener conn.•••note that print_usage is obsolete.
svn:r2671
| Roger Dingledine | 2004-11-04 |
* | Fix windows build•••svn:r2670
| Nick Mathewson | 2004-11-04 |
* | clarify the bandwidthburst and bandwidthrate are in bytes•••(niels had thought they were in bits, or kb, or something)
svn:r2669
| Roger Dingledine | 2004-11-04 |
* | better interface for connection_ap_handshake_socks_reply()•••make --list-fingerprint print the fingerprint again
svn:r2668
| Roger Dingledine | 2004-11-03 |
* | Implement two flavors of authentication for control connections: one for trus...•••svn:r2664
| Nick Mathewson | 2004-11-03 |
* | Add function to generate/copy the config_lines, given the name of an option•••svn:r2660
| Nick Mathewson | 2004-11-03 |
* | lay the groundwork for a default value for each config option.•••tolerate null exitnodes, entrynodes, etc config options.
svn:r2655
| Roger Dingledine | 2004-11-03 |
* | First attempt at hibernation code. It needs more work around the XXXXs, but ...•••svn:r2649
| Nick Mathewson | 2004-11-02 |
* | change min required number of fd's to 1024•••svn:r2636
| Roger Dingledine | 2004-11-01 |