aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* fix mistake in comments•••svn:r2723 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
* fix comments in hibernate.c•••svn:r2714 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
* while we hibernate, our declared bandwidth capacity is 0•••svn:r2710 Roger Dingledine2004-11-07
* Document hibernate.c. Also fix handling of corner case where we hit the end o...•••svn:r2709 Nick Mathewson2004-11-07
* Fix compile errors•••svn:r2708 Nick Mathewson2004-11-07
* Make set-option functions distinguish between bad keys and bad values, in cas...•••svn:r2707 Nick Mathewson2004-11-07
* Fix up error codes•••svn:r2706 Nick Mathewson2004-11-07
* More tests for split•••svn:r2705 Nick Mathewson2004-11-07
* add saveconf control command.•••allow authentication by localhost, but if tor demands more, require more. svn:r2704 Roger Dingledine2004-11-07
* Add missing dereference; stop throwing zeroes around.•••svn:r2702 Nick Mathewson2004-11-07
* Document control.c•••svn:r2700 Nick Mathewson2004-11-07
* allow unauth control connections for now•••let control connections recognize eof svn:r2699 Roger Dingledine2004-11-07
* Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 Roger Dingledine2004-11-07
* tor --list-fingerprint as a client shouldn't try to print null•••svn:r2697 Roger Dingledine2004-11-06
* 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
* parse_line_from_file is obsolete.•••svn:r2693 Roger Dingledine2004-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 Dingledine2004-11-06
* Update log documentation•••svn:r2691 Nick Mathewson2004-11-05
* Write hibernation code. Needs docs and tests.•••svn:r2689 Nick Mathewson2004-11-05
* Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined•••svn:r2688 Nick Mathewson2004-11-05
* clarify it even better•••svn:r2687 Roger Dingledine2004-11-05
* resolve misleading torrc comments•••svn:r2686 Roger Dingledine2004-11-05
* Use new log format; convert old format to new format.•••svn:r2684 Nick Mathewson2004-11-05
* make the default default options.FirewallPorts be the default•••svn:r2683 Roger Dingledine2004-11-04
* Twiddle header order to compile on OS X again•••svn:r2681 Nick Mathewson2004-11-04
* Move accounting code into hibernate; start adding logic to track bandwidth-pe...•••svn:r2680 Nick Mathewson2004-11-04
* Support code for resettable options, and option sets. Still needs validate-a...•••svn:r2679 Nick Mathewson2004-11-04
* Make sure control command bodies are always followed by a NUL•••svn:r2678 Nick Mathewson2004-11-04
* Add code to read configuration lines from a string as well as a file•••svn:r2676 Nick Mathewson2004-11-04
* fix problems introduced by rpm spec patch.•••svn:r2675 Nick Mathewson2004-11-04
* Merge RPM spec patch from jbash•••svn:r2674 Nick Mathewson2004-11-04
* break out validate_options•••leave options.FirewallPorts NULL if it's NULL svn:r2673 Roger Dingledine2004-11-04
* make free_options() and init_options() use the big array.•••also remove obsolete config_assign_defaults(). svn:r2672 Roger Dingledine2004-11-04
* add a ControlPort and control listener conn.•••note that print_usage is obsolete. svn:r2671 Roger Dingledine2004-11-04
* Fix windows build•••svn:r2670 Nick Mathewson2004-11-04
* clarify the bandwidthburst and bandwidthrate are in bytes•••(niels had thought they were in bits, or kb, or something) svn:r2669 Roger Dingledine2004-11-04