Commits on Source
41621
19a1c80f
it seems that bsd people can just do ./configure now too
Feb 17, 2004
a9ec08e3
Add torify
Feb 17, 2004
d7b699fd
Naturally the debian package now depends on tsocks, not only recommends it
Feb 17, 2004
153d198a
Make the filename used in the script match the one we use.
Feb 17, 2004
22b3d10a
move the tor init script into contrib/
Feb 17, 2004
ffa28ba8
and remove it from /
Feb 17, 2004
f527e138
look for tor.sh in the right place
Feb 17, 2004
7244c23d
include our ChangeLog file in make dist
Feb 17, 2004
e1d8225c
Add torify script and stuff to debian
Feb 17, 2004
0bd5eec4
And update the debian changelog for 0.0.1+0.0.2pre20-2
Feb 17, 2004
844468e7
One item less in the debian/TODO file
Feb 17, 2004
a7cb0df7
Add initial spec file from jbash; no edits yet
Feb 17, 2004
df3f0159
Add a README.privoxy file
Feb 17, 2004
000a717c
Ship with INSTALL in usr/share/doc/tor/
Feb 17, 2004
cb34be36
Add a lintian override for the INSTALL file
Feb 17, 2004
ee49ce66
torify should look in the /etc we configured it to look for
Feb 17, 2004
8b8753cb
and build the torify script on ./configure
Feb 17, 2004
fdf95953
Put back privoxy into recommends. Somehow privoxy was removed and not tsocks
Feb 17, 2004
a8d8b826
install the 'tor' binary to usr/sbin by default
Feb 17, 2004
265bf87a
now the deb finds the tor binary in the right place
Feb 17, 2004
927af8c3
sync up the rpm spec description so it matches the deb more
Feb 17, 2004
76021ef8
Mention that the package starts the OP by default and that OR can be enabled in the config
Feb 17, 2004
8b8315d8
Update changelog: tor moved to sbin, updating init script
Feb 17, 2004
51ca94fe
add jbash and weasel to the AUTHORS list
Feb 17, 2004
1801bd75
prevent picking middleman nodes as the last node in the circuit
Feb 17, 2004
08362831
this will cause the things in this directory to get installed properly, maybe
Feb 17, 2004
3ba1a826
made these scripts know about config/Makefile.am
Feb 17, 2004
53381a72
make 'make dist' work
Feb 17, 2004
d508a194
Let paranoid exit nodes (which default to reject) be exit nodes
Feb 17, 2004
61756b58
Fix router_compare_addr_to_exit_policy, and name its return codes. The bug...
Feb 17, 2004
e39bfa8f
install the torify.1 man page too
Feb 17, 2004
d081d1d0
make braces cleaner, bug still persists
Feb 17, 2004
bd14023a
Propagate yes/no/maybe a little farther forward.
Feb 17, 2004
46ffc598
best_support_idx is obsolete
Feb 17, 2004
bab6c0a3
Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0
Feb 17, 2004
72568d26
Another case of the same.
Feb 17, 2004
39efb0ed
retry streams where the connected cell hasn't arrived in 15 seconds
Feb 17, 2004
3456adec
adding the reattach-after-timeout feature wasn't so easy after all.
Feb 18, 2004
c9d9b9b2
we define some big constant arrays but don't use them
Feb 18, 2004
7562a62e
Get rid of the notion of a separate default default exit policy.
Feb 18, 2004
4e178907
allow imaps and pop3s in default exit policy
Feb 18, 2004
67c0c64a
go back to a single exitpolicy parameter
Feb 18, 2004
35c17c5a
slides for tor rump session talk at FC04
Feb 18, 2004
980f74f4
bump us to pre21, add ChangeLog entries
Feb 18, 2004
a1b6ce05
New upstream release
Feb 18, 2004
8c1ee2f2
actual wording of pre21 changelog
Feb 18, 2004
f202d381
patch from vicman to publish less platform information
Feb 18, 2004
501cef16
clean up todo, mark a bug as fixed
Feb 18, 2004
fd4dc9de
commit some partial slides in case i get hit by a bus
Feb 19, 2004
67a27396
On OSX, decline to use the built-in select-baed poll wrapper, since it seems to sometimes not work.
Feb 20, 2004
fb4d66f0
pre-talk slides
Feb 21, 2004
598f8b56
start hunting the lucky-bug
Feb 22, 2004
01cdffc0
note a bug that gabe found
Feb 24, 2004
7985f525
fix some bugs in assert_connection_ok
Feb 24, 2004
01e7b863
move the tor program back to usr/bin/
Feb 25, 2004
a2131d62
move the daemon back to /usr/bin/tor
Feb 25, 2004
8da2e00a
remove dead code
Feb 25, 2004
1b25794a
bugfix: if the exit stream is pending on the resolve, and a destroy
Feb 25, 2004
496e414e
Basic RAM poisoning and magic-checking to notice connection and circuit
Feb 25, 2004
0b27ae0c
if the default torrc isn't there, just use some default defaults
Feb 26, 2004
7d4202a6
bump our version to pre22
Feb 26, 2004
8f2b429a
when they use tor as an http proxy, give them an http 501 failure
Feb 26, 2004
2c74f19d
writing html in C strings sucks
Feb 26, 2004
43156904
dump a new router.desc on hup
Feb 26, 2004
4c48359e
break out the operations done on sighup into their own function
Feb 26, 2004
d3e9afda
When it can't resolve any dirservers, it was useless from then on.
Feb 26, 2004
386eb621
bring the todo file up to date
Feb 26, 2004
17f40b21
and another desired todo item
Feb 26, 2004
40a8b340
Make init script work with chkconfig; make it put pids in /var/run/tor (not...
Feb 27, 2004
c14963aa
Dont use -eq for =; make TORGROUP and TORUSER independent
Feb 27, 2004
1e9a9630
changelog entries for pre22
Feb 27, 2004
2849ff13
New upstream version. Tor stays in sbin in Debian
Feb 27, 2004
1bc2384c
Give the nice message about not being an HTTP proxy an <h1> headline
Feb 27, 2004
1b3c197f
clean up an ia64 warning
Feb 27, 2004
feafba07
we forgot to include the resolved IP in 'connected' cells
Feb 27, 2004
195dfd35
Fix a bug where you might flush some data on a tls connection, and then
Feb 27, 2004
737b2a0b
make 'connected' cells include the resolved IP
Feb 27, 2004
58a7bfab
bump cvs to pre23
Feb 27, 2004
c5bbb571
Refactor mark_for_close, connection_edge_end and friends. Now, everybody
Feb 27, 2004
611f117c
patches/answers to nick's commit
Feb 27, 2004
d0ad9b14
and another one
Feb 27, 2004
88e222ff
Make has_sent_end irrelevant: only try to send end if reason is nonzero
Feb 28, 2004
4e89c666
Push responsibility for connection marking down as far as possible; have only...
Feb 28, 2004
ee68371f
Stop answering "end" with "end"
Feb 28, 2004
b4a7883c
make code more readable; arrbitrarily change a -1 to a 0.
Feb 28, 2004
e59f19ca
some more small fixes
Feb 28, 2004
3a1a6bb0
if a relay cell is unrecognized at the end of the circuit,
Feb 28, 2004
f3ea6be7
a few more comments for the spec
Feb 28, 2004
b354ecfe
rename ExcludedNodes config option to ExcludeNodes
Feb 28, 2004
82f224ca
document 'excludenodes' in man page
Feb 28, 2004
a24b6e6d
make flush_buf have a sane return convention
Feb 28, 2004
dd632e69
clean up some log messages and severities
Feb 28, 2004
70c43e15
note bug in assert_connection_ok
Feb 28, 2004
cec2eee5
enable assert_connection_ok()
Feb 28, 2004
d1deb753
better explain exit policies in the torrc
Feb 28, 2004
80410fa8
some comments to point nick at the latest bugs
Feb 28, 2004
f039eca6
Stop trying to flush on broken sockets marked for close.
Feb 28, 2004
fadfd261
remove assert from dns.c that's no longer true:
Feb 28, 2004
55174d1c
Fix bug on dns_found_answer from mark_to_close stuff.
Feb 28, 2004
833d1424
Make dns_cancel_pending_resolve less agressive.
Feb 28, 2004
41,521 additional commits have been omitted to prevent performance issues.
Loading
Loading