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