Roger Dingledine
|
c262b34a3c
added the 'quickstart' to the README
|
22 years ago |
Roger Dingledine
|
988c6d4277
more robust when only some of the socks info has arrived
|
22 years ago |
Roger Dingledine
|
155c9b80ca
onion proxy now speaks socks4a
|
22 years ago |
Roger Dingledine
|
8d1aa27c46
kill -USR1 the or and it will dump conn/circuit stats to stdout
|
22 years ago |
Roger Dingledine
|
8019f2250c
OP was hanging on first try if connect finishes too quickly
|
22 years ago |
Roger Dingledine
|
5449fc86db
synchronize to the version i've been giving people to test
|
22 years ago |
Roger Dingledine
|
09daf01e4a
added 'connected' cell type
|
22 years ago |
Nick Mathewson
|
6cb8a91d5c
"You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.
|
22 years ago |
Roger Dingledine
|
958ec8d4fb
port to actual BSD
|
22 years ago |
Roger Dingledine
|
1e4e0244dd
minor race condition
|
22 years ago |
Roger Dingledine
|
f9f3e2f120
slight optimization on rsa exponent
|
22 years ago |
Roger Dingledine
|
0ea53fc312
the readme now mentions onion proxies
|
22 years ago |
Roger Dingledine
|
9287ad82a8
an rc file for an onion proxy
|
22 years ago |
Roger Dingledine
|
ddc2b69a28
onion proxies now work (i think)
|
22 years ago |
Roger Dingledine
|
5948f1431c
fixed the killer bug with onion proxies
|
22 years ago |
Roger Dingledine
|
4eb0158f42
the logs now include a timestamp and severity
|
22 years ago |
Roger Dingledine
|
adfd11b9ac
changed my mind, sort of
|
22 years ago |
Roger Dingledine
|
c5922aa208
Our program is now called 'tor', not 'or'.
|
22 years ago |
Nick Mathewson
|
4c761e4537
Backport to OpenSSL version 0.9.5
|
22 years ago |
Roger Dingledine
|
41ee4e24bb
clarifying the empty semicolon
|
22 years ago |
Roger Dingledine
|
ca834335da
resolve warnings
|
22 years ago |
Nick Mathewson
|
fdb31225b7
Port to MacOS X
|
22 years ago |
Nick Mathewson
|
8878d8cc27
Add function to fake a poll call using select
|
22 years ago |
Roger Dingledine
|
27adc0f20b
enforce maxconn; bugfix to not tear down the parent when we hit maxconn
|
22 years ago |
Roger Dingledine
|
db4c2140c3
more debugging info, to track down bruce's IP problems
|
22 years ago |
Roger Dingledine
|
26587827b2
we now encrypt the entire cell on the link, not just the header
|
22 years ago |
Roger Dingledine
|
39423023af
proxies send port in host order as ascii string
|
22 years ago |
Roger Dingledine
|
b8b8ab2fd6
port is now kept in host order except in sin_port
|
22 years ago |
Roger Dingledine
|
c040bbe053
cleanup: start enforcing hton and ntoh on stuff sent over the network
|
22 years ago |
Roger Dingledine
|
3a7f3ba348
cleanup: don't use size_t when you mean int
|
22 years ago |