Commits on Source
37347
3236ee31
allow unauth control connections for now
Nov 07, 2004
2cacb4e0
Document control.c
Nov 07, 2004
11b2c6a4
add an in-progress python controller to test controlport
Nov 07, 2004
66779137
Add missing dereference; stop throwing zeroes around.
Nov 07, 2004
d550ea11
clean up control spec, man page
Nov 07, 2004
dac5d671
add saveconf control command.
Nov 07, 2004
0059ee5f
More tests for split
Nov 07, 2004
c514a066
Fix up error codes
Nov 07, 2004
f9c85c4d
Make set-option functions distinguish between bad keys and bad values, in case the caller cares
Nov 07, 2004
fc9c6e7c
Fix compile errors
Nov 07, 2004
2640be28
Document hibernate.c. Also fix handling of corner case where we hit the end of...
Nov 07, 2004
8b9d7da5
while we hibernate, our declared bandwidth capacity is 0
Nov 07, 2004
cb5de855
Separate validate from activate. Document undocumented stuff in config.c.
Nov 08, 2004
8c7b2ff7
various fixes
Nov 09, 2004
10ddf2b4
ship tor-control.py in the tarball
Nov 09, 2004
e3a067c7
fix comments in hibernate.c
Nov 09, 2004
38052212
stop breaking the get_options() abstraction in config.c
Nov 09, 2004
90b47172
Make an options_act() where we do all the things a new options set
Nov 09, 2004
929b1729
Stop DataDirectory from changing; also stop using new as an identifier?
Nov 09, 2004
8af43306
move -Wwrite-strings -Wredundant-decls to a separate CFLAGS
Nov 09, 2004
4003f95e
0.0.9pre5 approaches
Nov 09, 2004
6f6f37b8
and another todo item for nick
Nov 09, 2004
a5903b73
Document accounting
Nov 09, 2004
2677395a
Normalize DataDirectory in options_validate, making SIGHUP survivable.
Nov 09, 2004
6b22360e
fix mistake in comments
Nov 09, 2004
ef6bdd6c
make datadirectory work again
Nov 09, 2004
91153872
a tor-control patch to do setconf too
Nov 09, 2004
5c2278ae
fix some dereferences
Nov 09, 2004
3c6b6a53
and another
Nov 09, 2004
94b9525f
EntryNodess is not the plural of EntryNodes
Nov 09, 2004
677124fd
During options_dup, don't copy LINELIST_S or OBSOLETE options.
Nov 09, 2004
005b02fd
when rejecting an old-style router descriptor, tell us its nickname
Nov 09, 2004
48a0b6c4
Separate is-recognized-option from get-option-value, since NULL is ambiguous...
Nov 09, 2004
6521c2ce
Stop using the wrong DataDirectory when we're validating.
Nov 09, 2004
180e0a93
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore).
Nov 09, 2004
cad26b34
once normalized, DataDirectory is always defined
Nov 09, 2004
9f3e3d2b
stop wanting to split init_keys()
Nov 09, 2004
2d18d9ee
when you try a new set of options, and you like them, make sure they stick
Nov 09, 2004
3901473b
change the interface to config_trial_assign()
Nov 09, 2004
6a504efd
mark_logs_temp() before init'ing new ones.
Nov 09, 2004
6d895645
draft of a 0.0.9pre5 changelog
Nov 09, 2004
6483f95c
fix a tor-resolve bug that could not possibly have ever worked but
Nov 09, 2004
dd3a12c9
fix a memory-squashing bug that was causing an infinite loop
Nov 09, 2004
233f516d
if you're going to ask it to use a body of length 0,
Nov 09, 2004
8d8d6b56
raise your hand if you can spell
Nov 09, 2004
a972589b
allow BandwidthRate and Burst to be abbrevs in the torrc too
Nov 09, 2004
11d26f10
our tor-doc.html has never once mentioned the authoritativedirectory
Nov 09, 2004
3235c72f
control event logs include loglevel notice
Nov 09, 2004
b773045a
only non-authdirservers cache the dir they just fetched
Nov 09, 2004
ca070e7d
bugfix: ^c ought to work even while hibernating
Nov 09, 2004
a6d2bf19
tweak the tor-control some more
Nov 09, 2004
3ce3d6ee
resolve a 64-bit warning
Nov 09, 2004
f4c6e975
mention doc/control-spec.txt in changelog
Nov 09, 2004
548d4174
When listing router status, include ourself if we are awake
Nov 09, 2004
a2079c07
Add some documentation to routerlist
Nov 09, 2004
b9605745
Change interface to config_trial_assign even more; have it use get_options() instead
Nov 09, 2004
cd753df7
Resolve many XXXs and all DOCDOCs
Nov 09, 2004
7daab403
Fix windows build for VC6; centralize newline-fiasco-damage-control logic
Nov 09, 2004
d9d053d7
Clean windows a little
Nov 09, 2004
5a5be93f
Normalize whitespace; add a "tell me about all the unnormalized whitespace"...
Nov 09, 2004
7528e8b8
don't check permissions on our datadirectory until we switch uid/gid
Nov 10, 2004
cb30d054
separate out the cflags that cause spurious warnings, so
Nov 10, 2004
00a71ab8
check off last 0.0.9pre5 todo items
Nov 10, 2004
c41c4691
don't ship with the default dirservers listed explicitly. leave them
Nov 10, 2004
6e3df97c
fix copyright in the license
Nov 10, 2004
d150d458
DirFetchPostPeriod is not a sub-element of AllowUnverifiedNodes
Nov 10, 2004
ab951fc8
remove extraneous variable
Nov 10, 2004
cfe9f1f4
clarify that nodefamily is only need when the server doesn't
Nov 10, 2004
0f89ec7f
fix more typos in man page
Nov 10, 2004
21c92dac
More whitespace normalization
Nov 10, 2004
4cdddcc1
Remvove an XXX
Nov 10, 2004
e5229a21
ship the tarball with a minimal cflags, since gcc's vary so much
Nov 10, 2004
c03a3eae
weaken our anonymity warning a little bit more
Nov 10, 2004
d9a74cd0
make it more obvious that we have just told them their new torrc log line.
Nov 10, 2004
af968350
make abbreviations case-insensitive (thanks weasel)
Nov 10, 2004
b91e167d
Prepare for a new upstream release
Nov 10, 2004
96723568
04_fix_test can be backed out again, it was a backport from cvs to the package
Nov 10, 2004
9921ce7c
Make sure all patches apply cleanly
Nov 10, 2004
c549be08
hack the tor.sh so it uses the new log format even on the command-line
Nov 10, 2004
1013abd2
Validate log options during options_validate(). Reject unrecognized log types...
Nov 10, 2004
e5fd4c02
No longer use --pidfile, --logfile, and --runasdaemon command line options. ...
Nov 10, 2004
bc932f55
Change the description slightly, to say "don't rely on the current Tor network
Nov 10, 2004
40f463ec
Log at level notice of higher, not warn or higher. Thanks arma
Nov 10, 2004
64690354
make nick's config patch build
Nov 10, 2004
df671e09
don't install tor-control.py, just ship it
Nov 10, 2004
c1bf171e
Fix a few bugs in accounting: parse bw_accounting correctly; set end time of...
Nov 10, 2004
23a69fde
bump us to 0.0.9pre6-cvs
Nov 10, 2004
987cb2b9
when you cast MAX_UINT to an int it confuses the users
Nov 10, 2004
8de9cfe1
Resolve FIXME items: make expand_filename handle ~ and ~username
Nov 10, 2004
aa1c0c4d
Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug...
Nov 10, 2004
fde4129a
Resolve FIXME items: clarify two XXXX comments for 009
Nov 10, 2004
c9af37d1
Resolve FIXME items: make circuit_free_cpath_node static
Nov 10, 2004
a43db78e
Resolve FIXME items: make the kill-unattached-AP timeout symbolic
Nov 10, 2004
9c22b428
Clarify a warning about /.tor
Nov 10, 2004
ec49905f
When we think we have no bandwidth, guess that we will run for 1 day.
Nov 10, 2004
35d0d3c0
Note a pre6 item
Nov 10, 2004
95457048
Resolve a FIXME: use identity comparison, not nickname comparison, to
Nov 10, 2004
e69d9647
Remove XXXX009 comment telling us to do the last (circID-related) fix
Nov 10, 2004
6252cba5
apply patch from Andre Eisenbach: include event code with events, as required by control-spec.txt
Nov 11, 2004
fde595fe
when clients do --list-fingerprint, it's misleading to
Nov 11, 2004
37,247 additional commits have been omitted to prevent performance issues.
Loading
Loading