Roger Dingledine
|
8af43306d9
move -Wwrite-strings -Wredundant-decls to a separate CFLAGS
|
20 years ago |
Nick Mathewson
|
929b172955
Stop DataDirectory from changing; also stop using new as an identifier?
|
20 years ago |
Roger Dingledine
|
90b47172bd
Make an options_act() where we do all the things a new options set
|
20 years ago |
Roger Dingledine
|
3805221262
stop breaking the get_options() abstraction in config.c
|
20 years ago |
Roger Dingledine
|
e3a067c73a
fix comments in hibernate.c
|
20 years ago |
Roger Dingledine
|
10ddf2b47f
ship tor-control.py in the tarball
|
20 years ago |
Roger Dingledine
|
8c7b2ff7ed
various fixes
|
20 years ago |
Nick Mathewson
|
cb5de85585
Separate validate from activate. Document undocumented stuff in config.c.
|
20 years ago |
Roger Dingledine
|
8b9d7da59f
while we hibernate, our declared bandwidth capacity is 0
|
20 years ago |
Nick Mathewson
|
2640be28fa
Document hibernate.c. Also fix handling of corner case where we hit the end of the interval while we are in HIBERNATE_STATE_LOWBANDWIDTH
|
20 years ago |
Nick Mathewson
|
fc9c6e7c95
Fix compile errors
|
20 years ago |
Nick Mathewson
|
f9c85c4d1c
Make set-option functions distinguish between bad keys and bad values, in case the caller cares
|
20 years ago |
Nick Mathewson
|
c514a06663
Fix up error codes
|
20 years ago |
Nick Mathewson
|
0059ee5fea
More tests for split
|
20 years ago |
Roger Dingledine
|
dac5d6715e
add saveconf control command.
|
20 years ago |
Roger Dingledine
|
d550ea11cd
clean up control spec, man page
|
20 years ago |
Nick Mathewson
|
66779137bf
Add missing dereference; stop throwing zeroes around.
|
20 years ago |
Roger Dingledine
|
11b2c6a476
add an in-progress python controller to test controlport
|
20 years ago |
Nick Mathewson
|
2cacb4e0f9
Document control.c
|
20 years ago |
Roger Dingledine
|
3236ee3127
allow unauth control connections for now
|
20 years ago |
Roger Dingledine
|
394554cfbf
Clean up copyrights.
|
20 years ago |
Roger Dingledine
|
efad93feb4
tor --list-fingerprint as a client shouldn't try to print null
|
20 years ago |
Roger Dingledine
|
53a2b22742
fix the next subtle memory-crunching bug
|
20 years ago |
Roger Dingledine
|
e2e6d19e76
fix subtle bug that was causing logs to not show anything
|
20 years ago |
Roger Dingledine
|
28a297ebe7
only play the accounting game if it's possible you'll choose to hibernate
|
20 years ago |
Roger Dingledine
|
865f341708
parse_line_from_file is obsolete.
|
20 years ago |
Roger Dingledine
|
6c61ed4fb5
Make options no longer a global variable.
|
20 years ago |
Nick Mathewson
|
f490e5cdb6
Update log documentation
|
20 years ago |
Nick Mathewson
|
958f046ee5
Mark items completed; clarify items; remove dups
|
20 years ago |
Nick Mathewson
|
7c0792d89a
Write hibernation code. Needs docs and tests.
|
20 years ago |