Commits on Source
38152
6168b322
a few more pieces of markup
May 10, 2004
07871a8a
add future task list to todo
May 10, 2004
3cdf2d67
it's amazing what a bit of punctuation can do for appearances
May 10, 2004
83f06dcc
always a bit more
May 10, 2004
cfcb032a
Update router descriptor and directory formats (rendezvous desc format is correct)
May 10, 2004
b45fafa3
Split directory/router parsing functionality into separate file from routerlist.c
May 10, 2004
ef13f704
"directory-signature" has a nickname too, yes?
May 10, 2004
3e2f889a
Add an extra flush attempt when closing wedged dir conns, in an attempt to isolate the EPIPE bug
May 11, 2004
df4be6a1
list in-points to command.c
May 11, 2004
9eee0fad
note that part three of CLIENTS is outdated/wrong
May 11, 2004
4c9138d6
calling flush_buf and not checking for return value is bad
May 12, 2004
f1bc7af9
Make "connected" a different case from "finished_flushing"; always...
May 12, 2004
9c3fba5c
Not every RSA decrypt should warn on failure.
May 12, 2004
7ee6194f
break part of circuit.c into relay.c
May 12, 2004
44aecf86
Add nasty kludgy broken call-graph generator
May 12, 2004
32c42a0e
break rend_client_desc_fetched out of connection_mark_for_close
May 12, 2004
537fb82c
Make some functions static
May 12, 2004
1cf18369
break connection_edge_end out of connection_mark_for_close
May 12, 2004
630e9307
don't flush the buf from inside connection_write_to_buf
May 12, 2004
5ba92358
clean up directory.c API
May 12, 2004
7faec93e
Make mdd.py marginally less kludgey
May 13, 2004
6c68187e
Mention nick and Matej Pfajfar's copyright in debian/copyright
May 13, 2004
ef561c0e
Break files apart into more modules
May 13, 2004
d7815e85
assert_cpath_ok has always been broken
May 13, 2004
010ee5d0
having two example exitpolicy lines, when only one is allowed, was confusing
May 13, 2004
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
38,052 additional commits have been omitted to prevent performance issues.
Loading
Loading