Commits on Source
38204
6b112c9f
New upstream release.
May 02, 2004
08ac3c71
Fix mac compile
May 04, 2004
89275e78
Comment router*.c
May 04, 2004
fa6e9efc
accept port 81 by default also, since people have been asking for it
May 04, 2004
efdb356a
More documentation
May 05, 2004
608c1568
must close marked connections at the end of run_scheduled_events.
May 05, 2004
d49d3dcc
Make non-fake tor_poll robust against -1 fds
May 05, 2004
2ba0776b
Only connection_add connections once they have conn->s sett; refactor code...
May 05, 2004
924f6028
More documentation; fix for compilation warning
May 05, 2004
44defa4b
Never list unapproved servers as recommended
May 05, 2004
2393c2ae
mention the digest seeds for circuit-level integrity checking
May 05, 2004
0ce8901a
specify bandwidth minimums for people running servers
May 05, 2004
e6ac85a8
Fix compilation warnings on 64-bit platforms
May 05, 2004
8aebd83a
Add intptr_t and uintptr_t to torint.h
May 05, 2004
6cfdc90d
Use intptr_t when playing with void*s
May 05, 2004
682a8050
Comments for nearly all non-tricky files
May 05, 2004
e6477a8e
Document the rest of main.c
May 05, 2004
9bf9ca4d
bugfix: add a circ->resolving_streams field, and make dns resolving ...
May 06, 2004
ebe8fa0d
Use correct aes-ctr implementation in mainline, too.
May 06, 2004
6cfa2835
Fix bug in stream position adjustment
May 06, 2004
f77be323
New upstream release.
May 06, 2004
ea182c83
bump cvs version to 0.0.7pre1-cvs
May 06, 2004
f01adbe1
forward-port changelog
May 06, 2004
f34b6007
forward-port dirservers file
May 06, 2004
e45fd6ce
forward-port built-in dirservers string
May 06, 2004
d4efa475
forward-port header-length-increase patch
May 06, 2004
d38f5b84
Recommend socat
May 06, 2004
7ac29fa3
Move tor manpage to section 8
May 06, 2004
f1fc4ce2
comment the functions in command.c
May 07, 2004
fa3db976
comment the functions in connection_or.c
May 07, 2004
d15a9514
Add Doxygen config file and make target, along with section in HACKING document
May 07, 2004
93576d52
Add doxygen markup for util and buffers
May 07, 2004
3b0c72b5
minor edits to changelog and readme
May 09, 2004
d18528a2
fix a typo in our doxygen instructions
May 09, 2004
b384c5a1
bugfix: do directory_send_command only after we've established a socket
May 09, 2004
c6d4a00c
more doxygen markup
May 09, 2004
8f6aa668
function header comments for connection.c, including doxygen markup
May 10, 2004
21e094a5
function header comments for onion.c, including doxygen markup
May 10, 2004
a26265c3
remove an orphan function declaration
May 10, 2004
9968f1da
doxygen for tor_main.c
May 10, 2004
c0ea9333
Doxygenate common.
May 10, 2004
658873eb
tweak comment in connection_or
May 10, 2004
397466a2
give connection.c a skeletal file/brief header
May 10, 2004
81922a12
More doxygenation.
May 10, 2004
4845fe71
comment and doxygenate connection_edge.c
May 10, 2004
ae2a2072
Doxygenate config.c
May 10, 2004
5a972249
fix some more bugs in the spec
May 10, 2004
3bf2c572
Doxygen most of or.h
May 10, 2004
d9fa234f
comments and doxygen markup on circuit.c
May 10, 2004
720281b3
Close rogue <b>s
May 10, 2004
341d6f2c
more cleanup, including fleshing out or.h more
May 10, 2004
5dd9e602
doxygen markup for common/*.h
May 10, 2004
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
38,104 additional commits have been omitted to prevent performance issues.
Loading
Loading