aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fix some dereferences•••svn:r2726 Roger Dingledine2004-11-09
* a tor-control patch to do setconf too•••svn:r2725 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
* and another todo item for nick•••svn:r2720 Roger Dingledine2004-11-09
* 0.0.9pre5 approaches•••svn:r2719 Roger Dingledine2004-11-09
* move -Wwrite-strings -Wredundant-decls to a separate CFLAGS•••line, since they fail on my system due to bugs in my includes svn:r2718 Roger Dingledine2004-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
* ship tor-control.py in the tarball•••svn:r2713 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
* clean up control spec, man page•••svn:r2703 Roger Dingledine2004-11-07
* Add missing dereference; stop throwing zeroes around.•••svn:r2702 Nick Mathewson2004-11-07
* add an in-progress python controller to test controlport•••svn:r2701 Roger Dingledine2004-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
* Mark items completed; clarify items; remove dups•••svn:r2690 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
* Note item status from meeting•••svn:r2685 Nick Mathewson2004-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
* Finish applying jbash patch to Makefile.am; make dist-rpm work again•••svn:r2682 Nick Mathewson2004-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
* Adjust GETCONFIG/SETCONFIG specification in control-spec•••svn:r2677 Nick Mathewson2004-11-04