Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | During options_dup, don't copy LINELIST_S or OBSOLETE options. | Roger Dingledine | 2004-11-09 |
| | | | | | | | And recognize obsolete options now in config_get_assigned_option(). svn:r2729 | ||
* | EntryNodess is not the plural of EntryNodes | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2728 | ||
* | and another | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2727 | ||
* | fix some dereferences | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2726 | ||
* | make datadirectory work again | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2724 | ||
* | fix mistake in comments | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2723 | ||
* | Normalize DataDirectory in options_validate, making SIGHUP survivable. | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2722 | ||
* | Document accounting | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2721 | ||
* | Stop DataDirectory from changing; also stop using new as an identifier? | Nick Mathewson | 2004-11-09 |
| | | | | svn:r2717 | ||
* | Make an options_act() where we do all the things a new options set | Roger Dingledine | 2004-11-09 |
| | | | | | | | | needs. Still needs more work. svn:r2716 | ||
* | stop breaking the get_options() abstraction in config.c | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2715 | ||
* | fix comments in hibernate.c | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2714 | ||
* | various fixes | Roger Dingledine | 2004-11-09 |
| | | | | svn:r2712 | ||
* | Separate validate from activate. Document undocumented stuff in config.c. | Nick Mathewson | 2004-11-08 |
| | | | | svn:r2711 | ||
* | while we hibernate, our declared bandwidth capacity is 0 | Roger Dingledine | 2004-11-07 |
| | | | | svn:r2710 | ||
* | Document hibernate.c. Also fix handling of corner case where we hit the end ↵ | Nick Mathewson | 2004-11-07 |
| | | | | | | of the interval while we are in HIBERNATE_STATE_LOWBANDWIDTH svn:r2709 | ||
* | Fix compile errors | Nick Mathewson | 2004-11-07 |
| | | | | svn:r2708 | ||
* | Make set-option functions distinguish between bad keys and bad values, in ↵ | Nick Mathewson | 2004-11-07 |
| | | | | | | case the caller cares svn:r2707 | ||
* | Fix up error codes | Nick Mathewson | 2004-11-07 |
| | | | | svn:r2706 | ||
* | More tests for split | Nick Mathewson | 2004-11-07 |
| | | | | svn:r2705 | ||
* | add saveconf control command. | Roger Dingledine | 2004-11-07 |
| | | | | | | | allow authentication by localhost, but if tor demands more, require more. svn:r2704 | ||
* | Add missing dereference; stop throwing zeroes around. | Nick Mathewson | 2004-11-07 |
| | | | | svn:r2702 | ||
* | Document control.c | Nick Mathewson | 2004-11-07 |
| | | | | svn:r2700 | ||
* | allow unauth control connections for now | Roger Dingledine | 2004-11-07 |
| | | | | | | | let control connections recognize eof svn:r2699 | ||
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
| | | | | | | | | Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 | ||
* | tor --list-fingerprint as a client shouldn't try to print null | Roger Dingledine | 2004-11-06 |
| | | | | svn:r2697 | ||
* | fix the next subtle memory-crunching bug | Roger Dingledine | 2004-11-06 |
| | | | | | | | now hup works svn:r2696 | ||
* | fix subtle bug that was causing logs to not show anything | Roger Dingledine | 2004-11-06 |
| | | | | svn:r2695 | ||
* | only play the accounting game if it's possible you'll choose to hibernate | Roger Dingledine | 2004-11-06 |
| | | | | svn:r2694 | ||
* | parse_line_from_file is obsolete. | Roger Dingledine | 2004-11-06 |
| | | | | svn:r2693 | ||
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
| | | | | | | | | | 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 | ||
* | Update log documentation | Nick Mathewson | 2004-11-05 |
| | | | | svn:r2691 | ||
* | Write hibernation code. Needs docs and tests. | Nick Mathewson | 2004-11-05 |
| | | | | svn:r2689 | ||
* | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined | Nick Mathewson | 2004-11-05 |
| | | | | svn:r2688 | ||
* | clarify it even better | Roger Dingledine | 2004-11-05 |
| | | | | svn:r2687 | ||
* | resolve misleading torrc comments | Roger Dingledine | 2004-11-05 |
| | | | | svn:r2686 | ||
* | Use new log format; convert old format to new format. | Nick Mathewson | 2004-11-05 |
| | | | | svn:r2684 | ||
* | make the default default options.FirewallPorts be the default | Roger Dingledine | 2004-11-04 |
| | | | | svn:r2683 | ||
* | Twiddle header order to compile on OS X again | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2681 | ||
* | Move accounting code into hibernate; start adding logic to track ↵ | Nick Mathewson | 2004-11-04 |
| | | | | | | bandwidth-per-seconds-active svn:r2680 | ||
* | Support code for resettable options, and option sets. Still needs ↵ | Nick Mathewson | 2004-11-04 |
| | | | | | | validate-and-then-replace logic svn:r2679 | ||
* | Make sure control command bodies are always followed by a NUL | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2678 | ||
* | Add code to read configuration lines from a string as well as a file | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2676 | ||
* | fix problems introduced by rpm spec patch. | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2675 | ||
* | Merge RPM spec patch from jbash | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2674 | ||
* | break out validate_options | Roger Dingledine | 2004-11-04 |
| | | | | | | | leave options.FirewallPorts NULL if it's NULL svn:r2673 | ||
* | make free_options() and init_options() use the big array. | Roger Dingledine | 2004-11-04 |
| | | | | | | | also remove obsolete config_assign_defaults(). svn:r2672 | ||
* | add a ControlPort and control listener conn. | Roger Dingledine | 2004-11-04 |
| | | | | | | | note that print_usage is obsolete. svn:r2671 | ||
* | Fix windows build | Nick Mathewson | 2004-11-04 |
| | | | | svn:r2670 | ||
* | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine | 2004-11-04 |
| | | | | | | | (niels had thought they were in bits, or kb, or something) svn:r2669 |