| Commit message (Expand) | Author | Age |
... | |
* | control event logs include loglevel notice•••svn:r2746
| Roger Dingledine | 2004-11-09 |
* | our tor-doc.html has never once mentioned the authoritativedirectory•••config option. oops.
svn:r2745
| Roger Dingledine | 2004-11-09 |
* | allow BandwidthRate and Burst to be abbrevs in the torrc too•••svn:r2744
| Roger Dingledine | 2004-11-09 |
* | raise your hand if you can spell•••svn:r2743
| Roger Dingledine | 2004-11-09 |
* | if you're going to ask it to use a body of length 0,•••don't give it a body.
svn:r2742
| Roger Dingledine | 2004-11-09 |
* | fix a memory-squashing bug that was causing an infinite loop•••svn:r2741
| Roger Dingledine | 2004-11-09 |
* | fix a tor-resolve bug that could not possibly have ever worked but•••python is too braindead^Wflexible to be able to tell us
svn:r2740
| Roger Dingledine | 2004-11-09 |
* | draft of a 0.0.9pre5 changelog•••svn:r2739
| Roger Dingledine | 2004-11-09 |
* | mark_logs_temp() before init'ing new ones.•••we were seeing double, triple, etc each time we setconf'ed.
svn:r2738
| Roger Dingledine | 2004-11-09 |
* | change the interface to config_trial_assign()•••svn:r2737
| Roger Dingledine | 2004-11-09 |
* | when you try a new set of options, and you like them, make sure they stick•••svn:r2736
| Roger Dingledine | 2004-11-09 |
* | stop wanting to split init_keys()•••svn:r2735
| Roger Dingledine | 2004-11-09 |
* | once normalized, DataDirectory is always defined•••svn:r2734
| Roger Dingledine | 2004-11-09 |
* | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733
| Nick Mathewson | 2004-11-09 |
* | Stop using the wrong DataDirectory when we're validating.•••Also validate/normalize the DataDirectory better.
svn:r2732
| Roger Dingledine | 2004-11-09 |
* | Separate is-recognized-option from get-option-value, since NULL is ambiguous ...•••svn:r2731
| Nick Mathewson | 2004-11-09 |
* | when rejecting an old-style router descriptor, tell us its nickname•••svn:r2730
| Roger Dingledine | 2004-11-09 |
* | During options_dup, don't copy LINELIST_S or OBSOLETE options.•••And recognize obsolete options now in config_get_assigned_option().
svn:r2729
| Roger Dingledine | 2004-11-09 |
* | EntryNodess is not the plural of EntryNodes•••svn:r2728
| Roger Dingledine | 2004-11-09 |
* | and another•••svn:r2727
| Roger Dingledine | 2004-11-09 |
* | fix some dereferences•••svn:r2726
| Roger Dingledine | 2004-11-09 |
* | a tor-control patch to do setconf too•••svn:r2725
| Roger Dingledine | 2004-11-09 |
* | make datadirectory work again•••svn:r2724
| Roger Dingledine | 2004-11-09 |
* | fix mistake in comments•••svn:r2723
| Roger Dingledine | 2004-11-09 |
* | Normalize DataDirectory in options_validate, making SIGHUP survivable.•••svn:r2722
| Nick Mathewson | 2004-11-09 |
* | Document accounting•••svn:r2721
| Nick Mathewson | 2004-11-09 |
* | and another todo item for nick•••svn:r2720
| Roger Dingledine | 2004-11-09 |
* | 0.0.9pre5 approaches•••svn:r2719
| Roger Dingledine | 2004-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 Dingledine | 2004-11-09 |
* | Stop DataDirectory from changing; also stop using new as an identifier?•••svn:r2717
| Nick Mathewson | 2004-11-09 |
* | Make an options_act() where we do all the things a new options set•••needs.
Still needs more work.
svn:r2716
| Roger Dingledine | 2004-11-09 |
* | 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 |