Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | stop breaking the get_options() abstraction in config.c•••svn:r2715 | Roger Dingledine | 2004-11-09 | |
* | fix comments in hibernate.c•••svn:r2714 | Roger Dingledine | 2004-11-09 | |
* | ship tor-control.py in the tarball•••svn:r2713 | 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 | |
* | while we hibernate, our declared bandwidth capacity is 0•••svn:r2710 | Roger Dingledine | 2004-11-07 | |
* | Document hibernate.c. Also fix handling of corner case where we hit the end o...•••svn:r2709 | Nick Mathewson | 2004-11-07 | |
* | Fix compile errors•••svn:r2708 | Nick Mathewson | 2004-11-07 | |
* | Make set-option functions distinguish between bad keys and bad values, in cas...•••svn:r2707 | Nick Mathewson | 2004-11-07 | |
* | Fix up error codes•••svn:r2706 | Nick Mathewson | 2004-11-07 | |
* | More tests for split•••svn:r2705 | Nick Mathewson | 2004-11-07 | |
* | add saveconf control command.•••allow authentication by localhost, but if tor demands more, require more. svn:r2704 | Roger Dingledine | 2004-11-07 | |
* | clean up control spec, man page•••svn:r2703 | Roger Dingledine | 2004-11-07 | |
* | Add missing dereference; stop throwing zeroes around.•••svn:r2702 | Nick Mathewson | 2004-11-07 | |
* | add an in-progress python controller to test controlport•••svn:r2701 | Roger Dingledine | 2004-11-07 | |
* | Document control.c•••svn:r2700 | Nick Mathewson | 2004-11-07 | |
* | allow unauth control connections for now•••let control connections recognize eof svn:r2699 | Roger Dingledine | 2004-11-07 | |
* | Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 | Roger Dingledine | 2004-11-07 | |
* | tor --list-fingerprint as a client shouldn't try to print null•••svn:r2697 | Roger Dingledine | 2004-11-06 | |
* | 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 | |
* | parse_line_from_file is obsolete.•••svn:r2693 | 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 | |
* | Mark items completed; clarify items; remove dups•••svn:r2690 | Nick Mathewson | 2004-11-05 | |
* | Write hibernation code. Needs docs and tests.•••svn:r2689 | Nick Mathewson | 2004-11-05 | |
* | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined•••svn:r2688 | Nick Mathewson | 2004-11-05 | |
* | clarify it even better•••svn:r2687 | Roger Dingledine | 2004-11-05 | |
* | resolve misleading torrc comments•••svn:r2686 | Roger Dingledine | 2004-11-05 | |
* | Note item status from meeting•••svn:r2685 | 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 | |
* | Finish applying jbash patch to Makefile.am; make dist-rpm work again•••svn:r2682 | Nick Mathewson | 2004-11-04 | |
* | Twiddle header order to compile on OS X again•••svn:r2681 | Nick Mathewson | 2004-11-04 | |
* | Move accounting code into hibernate; start adding logic to track bandwidth-pe...•••svn:r2680 | Nick Mathewson | 2004-11-04 | |
* | Support code for resettable options, and option sets. Still needs validate-a...•••svn:r2679 | Nick Mathewson | 2004-11-04 | |
* | Make sure control command bodies are always followed by a NUL•••svn:r2678 | Nick Mathewson | 2004-11-04 | |
* | Adjust GETCONFIG/SETCONFIG specification in control-spec•••svn:r2677 | Nick Mathewson | 2004-11-04 | |
* | Add code to read configuration lines from a string as well as a file•••svn:r2676 | Nick Mathewson | 2004-11-04 | |
* | fix problems introduced by rpm spec patch.•••svn:r2675 | Nick Mathewson | 2004-11-04 | |
* | Merge RPM spec patch from jbash•••svn:r2674 | 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 | |
* | fix windows warnings•••svn:r2667 | Nick Mathewson | 2004-11-03 | |
* | fix typos•••svn:r2666 | Nick Mathewson | 2004-11-03 |