Commits on Source
37296
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
a24bd3c0
move datadirectory to the 'general' section,
Nov 12, 2004
21782df7
mention that Address doesn't need to be set
Nov 12, 2004
c106ab83
clean torrc sample
Nov 12, 2004
90e0ad51
dfc caught a SIGXFSZ error when his debugfile reached 2GB.
Nov 12, 2004
0faab62c
Resolve FIXMES: sometimes an error code is just an error code
Nov 12, 2004
5d92fbe3
Use autoconf to enable largefile support where necessary. Use ftello where...
Nov 12, 2004
2a5bcb29
Resolve FIXME: Possible solution to note_disconnect problem; needs thought and review.
Nov 12, 2004
60880cda
Resolve a bunch of FIXME items; mark a lot more for attention; ask for...
Nov 12, 2004
2e0db9b0
Symlink tor(8) manpage to torrc(5)
Nov 12, 2004
b7131c22
Make logs readable by the system administrators (group adm)
Nov 12, 2004
abd90020
Point to /var/log/tor (the directory) instead of a single file...
Nov 12, 2004
a1e7ad48
Fix two comments in torrc.sample.in directly in the upstream source
Nov 12, 2004
ead20016
Do not patch the default torrc to include settings we really want. Instead...
Nov 12, 2004
3bd77da0
Remove /usr/bin/tor-control.py from the binary package
Nov 12, 2004
26652ef7
Guess this is 0.0.8+0.0.9pre5-2
Nov 12, 2004
ecf21bda
Change init startup script to properly deal with tor printing stuff on startup.
Nov 12, 2004
ad8e779d
Tweak it some more
Nov 12, 2004
5109de56
Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...
Nov 12, 2004
eabcf661
Write most of the implementation for SAVECONF.
Nov 12, 2004
c466b7e7
Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here was a bad idea.
Nov 12, 2004
238a895e
Add a FAST_SMARTLIST define to optionally inline smartlist_get and...
Nov 12, 2004
a8f9ba91
Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them.
Nov 12, 2004
a3788d5c
Fix argument to strncpy.
Nov 12, 2004
5864f4ac
fix a seg fault when fetching rendezvous descs
Nov 12, 2004
56a718f5
include control-spec.txt in the tarball
Nov 13, 2004
8fd6d0e3
And install it into usr/share/doc/tor/
Nov 13, 2004
0b42e31f
Comment a confusing conditional
Nov 13, 2004
6c40d2b2
Allocate 009pre6 items
Nov 13, 2004
d214e06a
remove finished 0.0.9pre5 items
Nov 13, 2004
ec7d0d43
add in some more todo items
Nov 13, 2004
08627d5d
Track whether descriptor is dirty/uploaded. When any options are set, mark it...
Nov 13, 2004
dc48e7ae
Document remaining configuration options; add a ccheck for redundant...
Nov 13, 2004
23dc5a94
Add original version of NSI installer script from J Doe; this will need some tweaking.
Nov 13, 2004
d2da561f
Update installer script to seemingly better values.
Nov 13, 2004
0753f630
Make tor.nsi work, document how to use it, and document what it still needs. ...
Nov 13, 2004
aab929ab
Use the data, *then* free it. It works so much better.
Nov 13, 2004
ae7821bd
Bump windows version
Nov 13, 2004
37,196 additional commits have been omitted to prevent performance issues.
Loading
Loading