Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | |
target; fix a braino in dirserv.c svn:r2758 | |||
2004-11-09 | Clean windows a little | Nick Mathewson | |
svn:r2757 | |||
2004-11-09 | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson | |
svn:r2756 | |||
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson | |
svn:r2755 | |||
2004-11-09 | Change interface to config_trial_assign even more; have it use get_options() ↵ | Nick Mathewson | |
instead svn:r2754 | |||
2004-11-09 | Add some documentation to routerlist | Nick Mathewson | |
svn:r2753 | |||
2004-11-09 | When listing router status, include ourself if we are awake | Nick Mathewson | |
svn:r2752 | |||
2004-11-09 | resolve a 64-bit warning | Roger Dingledine | |
svn:r2750 | |||
2004-11-09 | bugfix: ^c ought to work even while hibernating | Roger Dingledine | |
svn:r2748 | |||
2004-11-09 | only non-authdirservers cache the dir they just fetched | Roger Dingledine | |
svn:r2747 | |||
2004-11-09 | control event logs include loglevel notice | Roger Dingledine | |
svn:r2746 | |||
2004-11-09 | allow BandwidthRate and Burst to be abbrevs in the torrc too | Roger Dingledine | |
svn:r2744 | |||
2004-11-09 | raise your hand if you can spell | Roger Dingledine | |
svn:r2743 | |||
2004-11-09 | if you're going to ask it to use a body of length 0, | Roger Dingledine | |
don't give it a body. svn:r2742 | |||
2004-11-09 | fix a memory-squashing bug that was causing an infinite loop | Roger Dingledine | |
svn:r2741 | |||
2004-11-09 | mark_logs_temp() before init'ing new ones. | Roger Dingledine | |
we were seeing double, triple, etc each time we setconf'ed. svn:r2738 | |||
2004-11-09 | change the interface to config_trial_assign() | Roger Dingledine | |
svn:r2737 | |||
2004-11-09 | when you try a new set of options, and you like them, make sure they stick | Roger Dingledine | |
svn:r2736 | |||
2004-11-09 | stop wanting to split init_keys() | Roger Dingledine | |
svn:r2735 | |||
2004-11-09 | once normalized, DataDirectory is always defined | Roger Dingledine | |
svn:r2734 | |||
2004-11-09 | Make check_private_dir trimodal (check/create/ignore), not bimodal ↵ | Nick Mathewson | |
(create/ignore). svn:r2733 | |||
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine | |
Also validate/normalize the DataDirectory better. svn:r2732 | |||
2004-11-09 | Separate is-recognized-option from get-option-value, since NULL is ambiguous ↵ | Nick Mathewson | |
and returning "" misrepresents. svn:r2731 | |||
2004-11-09 | when rejecting an old-style router descriptor, tell us its nickname | Roger Dingledine | |
svn:r2730 | |||
2004-11-09 | During options_dup, don't copy LINELIST_S or OBSOLETE options. | Roger Dingledine | |
And recognize obsolete options now in config_get_assigned_option(). svn:r2729 | |||
2004-11-09 | EntryNodess is not the plural of EntryNodes | Roger Dingledine | |
svn:r2728 | |||
2004-11-09 | and another | Roger Dingledine | |
svn:r2727 | |||
2004-11-09 | fix some dereferences | Roger Dingledine | |
svn:r2726 | |||
2004-11-09 | make datadirectory work again | Roger Dingledine | |
svn:r2724 | |||
2004-11-09 | fix mistake in comments | Roger Dingledine | |
svn:r2723 | |||
2004-11-09 | Normalize DataDirectory in options_validate, making SIGHUP survivable. | Nick Mathewson | |
svn:r2722 | |||
2004-11-09 | Document accounting | Nick Mathewson | |
svn:r2721 | |||
2004-11-09 | Stop DataDirectory from changing; also stop using new as an identifier? | Nick Mathewson | |
svn:r2717 | |||
2004-11-09 | Make an options_act() where we do all the things a new options set | Roger Dingledine | |
needs. Still needs more work. svn:r2716 | |||
2004-11-09 | stop breaking the get_options() abstraction in config.c | Roger Dingledine | |
svn:r2715 | |||
2004-11-09 | fix comments in hibernate.c | Roger Dingledine | |
svn:r2714 | |||
2004-11-09 | various fixes | Roger Dingledine | |
svn:r2712 | |||
2004-11-08 | Separate validate from activate. Document undocumented stuff in config.c. | Nick Mathewson | |
svn:r2711 | |||
2004-11-07 | while we hibernate, our declared bandwidth capacity is 0 | Roger Dingledine | |
svn:r2710 | |||
2004-11-07 | Document hibernate.c. Also fix handling of corner case where we hit the end ↵ | Nick Mathewson | |
of the interval while we are in HIBERNATE_STATE_LOWBANDWIDTH svn:r2709 | |||
2004-11-07 | Fix compile errors | Nick Mathewson | |
svn:r2708 | |||
2004-11-07 | Make set-option functions distinguish between bad keys and bad values, in ↵ | Nick Mathewson | |
case the caller cares svn:r2707 | |||
2004-11-07 | Fix up error codes | Nick Mathewson | |
svn:r2706 | |||
2004-11-07 | More tests for split | Nick Mathewson | |
svn:r2705 | |||
2004-11-07 | add saveconf control command. | Roger Dingledine | |
allow authentication by localhost, but if tor demands more, require more. svn:r2704 | |||
2004-11-07 | Add missing dereference; stop throwing zeroes around. | Nick Mathewson | |
svn:r2702 | |||
2004-11-07 | Document control.c | Nick Mathewson | |
svn:r2700 | |||
2004-11-07 | allow unauth control connections for now | Roger Dingledine | |
let control connections recognize eof svn:r2699 | |||
2004-11-07 | Clean up copyrights. | Roger Dingledine | |
Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 | |||
2004-11-06 | tor --list-fingerprint as a client shouldn't try to print null | Roger Dingledine | |
svn:r2697 |