Commits on Source
38127
09a47485
Reintegrate appendix; edit paper a bit; leave design section alone; add XXXX comments
May 14, 2004
04bb8c80
bugfix: if a circuit if borderline too old, then count it as too old.
May 15, 2004
6dc576ba
bugfix: our integrity-checking digest was checking only the most
May 15, 2004
7ec7b74c
commit changelog on 0.0.6.2 (about to be released),
May 16, 2004
c2182701
New upstream release
May 16, 2004
fcafc5e2
bump version of cvs pre1, since old cvs pre1 is incompatible
May 16, 2004
a554135c
Stefan Mark was the one doing the bug finding, not Stefan Kopsell
May 16, 2004
3071e1b9
correct the field lengths in the cell structure diagram
May 17, 2004
7c4e47fe
the eax paper got published
May 17, 2004
d9bcb23f
make design and in-the-wild sections more correct
May 17, 2004
50b7ebcf
Make directory functions update routerlist, not replace it. Add notion of...
May 17, 2004
683d06bf
Fix segfault and logic error in last patch.
May 17, 2004
14ba9f91
Override unaligned-access-ok check when $host_cpu is ia64. Apparently,...
May 17, 2004
a782b83c
Only try to launch a fixed number of intro circuits for a service per...
May 18, 2004
fd09a408
cut clean tighten tweak
May 18, 2004
92c4b3f1
clean up bib; remove incorrect directory consensus discussion
May 18, 2004
eac75309
remove obsolete rendezvous pre-spec
May 18, 2004
4b9d65e1
include actual rend spec in tarball
May 18, 2004
9da17146
first attempt at camera-ready tor-design.pdf
May 18, 2004
7511fbf9
Resolve some XXXs
May 18, 2004
10d52c46
Fix a spelling error
May 18, 2004
ffbbf76f
add html version of tor-design, including 150% png's exported from
May 18, 2004
d2de7120
fix a seg fault, add another XXX for nick ;)
May 18, 2004
53d8744f
final version.
May 18, 2004
1cfac909
remove upper limit on number of descriptors/directories in dirserver; use...
May 18, 2004
ba14428d
Fix segfault
May 19, 2004
41c9b823
fix compile error in dirserv
May 19, 2004
03d63cb8
a start of a todo list for 0.0.7
May 19, 2004
1a829b0d
and another todo item
May 19, 2004
9d2cd7fc
Allow multiple logfiles at different severity ranges
May 19, 2004
553b0a4f
Mark some items completed
May 19, 2004
d95f347b
Add Port to *bindAddress.
May 19, 2004
b8f535a2
tor_assert, not assert. stdout, not stderr
May 19, 2004
b37450ce
do all the heavy lifting in connection_about_to_close_connection,
May 19, 2004
80be19d9
Tighten assert_cpath_layer_ok assumptions
May 19, 2004
80365b98
Allow multiple exit policy lines; mostly add support for AP policies
May 20, 2004
b6faca22
enable checking the socks policy
May 20, 2004
30a07b2e
non-dirservers expire routerinfo's that are more than a day old
May 20, 2004
faf2fdb1
don't ever expire dirserver routerinfos!
May 20, 2004
034110e7
bugfix: if no loglevel or logfile is specified, then we need to open
May 20, 2004
66dd21b7
some more patching
May 20, 2004
1c21a02b
router_choose_random_node() was ignoring its routerlist argument.
May 20, 2004
ccb82512
Tinker with log behavior: never send error messages about logs into the bitbucket
May 20, 2004
a8417dfa
fix a double mark-for-close
May 20, 2004
3532ba81
a few instructions for hidden services
May 20, 2004
f5106143
when the dns resolve is cancelled, or fails, be sure to remove
May 21, 2004
c278ff3b
minor comment patch
May 21, 2004
f875db18
it looks like parse_log_level() was never taught about WARN?
May 21, 2004
994c9cbd
commit two fixes from Thomas Themel
May 22, 2004
9b4e8486
Keep temporary log in place while configuring logs
May 24, 2004
5f36b11f
rik's patch to only include kerberos/include on red hat
May 26, 2004
1841aa45
rik's patch to not complain about freebsd's bug
May 26, 2004
80648078
dirservers try to reconnect periodically too, in case connections have failed
May 28, 2004
987c90cc
interim changelog notes for 0.0.7pre1
May 28, 2004
834ffa35
bugfix: if the wedged dir conn has no bytes to flush, then we never
May 28, 2004
8ca162c4
put a comment reminding us that we do hashes in software only
Jun 01, 2004
f5e09009
search for sys/param.h too
Jun 01, 2004
1ef411fe
use sys/param.h if it's there
Jun 01, 2004
4181d18b
declare the epipe bug a non-bug.
Jun 01, 2004
74f61158
play with the todo some more
Jun 01, 2004
94782444
Check recommended-software string *early*, before actually parsing the directory.
Jun 01, 2004
0d20fee2
Add more asserts to dns-pending connections; fix a couple seeming bugs.
Jun 01, 2004
d9ff9178
a changelog for 0.0.7pre1
Jun 01, 2004
fbbb4d01
bugfix: while closing a circuit, we were freeing the conns that were
Jun 02, 2004
09325058
Only connection_dns_remove resolving exit connections
Jun 02, 2004
69931106
be sure to detach streams from the circuit linked list before freeing them
Jun 02, 2004
605e10a6
Stop multiplying logs on sighup.
Jun 02, 2004
4db9e9aa
define FD_SETSIZE in all cases, not just win32
Jun 02, 2004
011ccbbf
crank up some of our constants, for better scalability
Jun 02, 2004
43c404ca
Updated TODO
Jun 02, 2004
65e26bae
Check directory signatures based on name of signer, not on whom we got the directory from.
Jun 02, 2004
91200136
update todo
Jun 02, 2004
5ba16c3b
another item in the 0.0.7 prelim changelog
Jun 02, 2004
66881d57
If we are a directory, we should trust ourself.
Jun 02, 2004
dda75e8f
Document new config options in torrc.sample.in
Jun 02, 2004
15f405c0
cvs version is now 0.0.7rc1-cvs
Jun 03, 2004
42569ffd
bump an info message down to a debug
Jun 03, 2004
17b5b368
Make tor build on win32 again; handle locking for server
Jun 05, 2004
0d1b4b50
Unbork windows whitespace
Jun 05, 2004
184f4e60
Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too
Jun 06, 2004
26f77f44
tweak on the sample torrc
Jun 06, 2004
efbeadd6
another changelog entry
Jun 06, 2004
37c45424
Checkpoint work towards making tor.spec work with current tor and conform...
Jun 06, 2004
e4f83de9
update the man page to reflect some recent features
Jun 07, 2004
9385020c
update the changelog for 0.0.7
Jun 07, 2004
72ed3c28
bump version to 0.0.7
Jun 07, 2004
8b455120
New upstream version
Jun 07, 2004
d90cb350
provide a prototype for dnsworkers_rotate
Jun 07, 2004
5577333d
Update windows version to 0.0.7
Jun 07, 2004
dbf9fe57
Use intptr_t correctly in test.c; try to resolve ia64 warnings
Jun 08, 2004
23c1a72c
Address can be an IP too
Jun 10, 2004
125b3519
Break tor_main into startup/loop/shutdown portions, to make NT service refactoring possible.
Jun 12, 2004
a7889813
Implement code to run tor as an NT service. More testing is needed, as is...
Jun 12, 2004
73d3f3ef
what is this "command line" that we can allegedly write to?
Jun 13, 2004
43295ca6
if datadirectory isn't owned by this uid, tell the user he must
Jun 13, 2004
fbfc1d51
clean 0.0.7 items from todo list, add distributed/decentralized-tor items
Jun 14, 2004
5dbc0fd2
Logrotate var/log/tor/*log instead of just var/log/tor/log
Jun 15, 2004
80cee93f
include <inttypes.h> if we have it
Jun 16, 2004
c9ebd476
organize the 0.0.8 roadmap a bit more
Jun 16, 2004
ba5d48e8
router->is_trusted_dir implies router->dir_port>0
Jun 16, 2004
38,027 additional commits have been omitted to prevent performance issues.
Loading
Loading