Commits on Source
40005
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
ed4fa186
normalize whitespace
Nov 13, 2004
89adfcfb
Tweak openssl version
Nov 14, 2004
611e89a0
Update windows installer todo
Nov 14, 2004
f4aa1da0
Add maintainer script to propagate Tor version to windows
Nov 14, 2004
23c6d8a9
update the 009pre5 changelog with what i actually announced
Nov 14, 2004
3f5c1138
clean a comment
Nov 14, 2004
acb2c10a
add another contributed tor start/stop script
Nov 14, 2004
affcda71
generate contrib/torctl via auto*
Nov 14, 2004
4564367b
Remove redundant stat() for reading cached directory, and remove
Nov 14, 2004
bd4d99b3
clean up the ftello call a little bit.
Nov 14, 2004
14c7ad40
remove redundant stdio.h
Nov 14, 2004
38d1bab5
correct the link to torrc.sample
Nov 14, 2004
f595ee9a
clean up spec headers, mark a few todo items off
Nov 14, 2004
5dcc6fd8
ok ok the stat wasn't redundant
Nov 14, 2004
846f71dc
make kill -USR1 work again
Nov 14, 2004
783bbcf4
Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in...
Nov 14, 2004
4f835673
Remove redundant declaration
Nov 14, 2004
e078dc29
Update VC6 workspace/project files; move into a new sane directory stucture
Nov 14, 2004
05d59964
Fix cast warning in tor-resolve.c
Nov 14, 2004
39ff8047
Revise project files; make them work
Nov 14, 2004
aba71028
Add an unreachable return 0.
Nov 14, 2004
26973578
Fix windows whitespace
Nov 14, 2004
3785a690
Add tor_resolve to package
Nov 14, 2004
d6c2a1be
Add shell script to automate windows packaging. Only Nick is expected to run this.
Nov 14, 2004
f7094852
Make happy-installer script work.
Nov 14, 2004
ed01a15d
Add coda at the end of configure.in to update versions in orconfig.h and tor.nsi as needed.
Nov 14, 2004
270b942e
Note where torrc goes.
Nov 14, 2004
8a5124e2
Make TODO items done.
Nov 14, 2004
cd698926
Uninstaller should remove tor_resolve.exe too
Nov 14, 2004
a732727a
Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF
Nov 14, 2004
bb80d60f
Hibernate if we start tor during the "wait for wakeup-time" phase of an...
Nov 14, 2004
3f341fa1
Note item completed
Nov 14, 2004
2078b136
Make running-routers fetch (apparently) work
Nov 14, 2004
57536f13
Fetch running-routers.
Nov 14, 2004
ffe9b01a
Split X509 certificate liveness checks into a separate function
Nov 14, 2004
402c75fb
Allow more clock skew from unrecognized hosts than from recognized ones.
Nov 14, 2004
3e6edf20
Resolve some hibernating-related XXXX009s.
Nov 14, 2004
39,905 additional commits have been omitted to prevent performance issues.
Loading
Loading