- 26 Sep, 2002 3 commits
-
-
Roger Dingledine authored
if connecting to a dirserver fails, remove it from the router array svn:r113
-
Roger Dingledine authored
proxies now periodically pull down an hourly-updated directory, and replace their router list with it if it parses correctly. svn:r112
-
Roger Dingledine authored
should be more reliable now (?) svn:r111
-
- 24 Sep, 2002 1 commit
-
-
Roger Dingledine authored
revamped the router reading section reference counting for crypto pk env's (so we can dup them) we now read and write pem pk keys from string rather than from FILE*, in anticipation of fetching directories over a socket (so now on startup we slurp in the whole file, then parse it as a string) fixed a bug in the proxy side, where you could get some circuits wedged if they showed up while the connection was being made svn:r110
-
- 23 Sep, 2002 2 commits
-
-
Roger Dingledine authored
svn:r109
-
Roger Dingledine authored
svn:r108
-
- 22 Sep, 2002 1 commit
-
-
Roger Dingledine authored
httpap is obsolete; we support privoxy directly now! smtpap is obsolete; need to find a good socks4a-enabled smtp proxy/client I dub thee 0.0.1. svn:r107
-
- 21 Sep, 2002 1 commit
-
-
Roger Dingledine authored
svn:r106
-
- 20 Sep, 2002 1 commit
-
-
Roger Dingledine authored
svn:r105
-
- 19 Sep, 2002 1 commit
-
-
Roger Dingledine authored
svn:r104
-
- 17 Sep, 2002 1 commit
-
-
Roger Dingledine authored
see http://archives.seul.org/or/dev/Sep-2002/msg00018.html svn:r103
-
- 10 Sep, 2002 1 commit
-
-
Nick Mathewson authored
svn:r102
-
- 09 Sep, 2002 2 commits
-
-
Roger Dingledine authored
(hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101
-
Roger Dingledine authored
(it seemed to work anyway, but...) svn:r100
-
- 05 Sep, 2002 2 commits
-
-
Roger Dingledine authored
use 2**16+1 rather than 2**16 + 2**(-1) svn:r99
-
Roger Dingledine authored
svn:r98
-
- 04 Sep, 2002 4 commits
-
-
Roger Dingledine authored
svn:r97
-
Roger Dingledine authored
svn:r96
-
Roger Dingledine authored
svn:r95
-
Roger Dingledine authored
the implementation is sort of a kludge..you're welcome to fix it up svn:r94
-
- 03 Sep, 2002 8 commits
-
-
Roger Dingledine authored
the package is tor, the binary is or. and i added our project plan to the todo file. svn:r93
-
Roger Dingledine authored
svn:r92
-
Nick Mathewson authored
svn:r91
-
Roger Dingledine authored
svn:r90
-
Roger Dingledine authored
svn:r89
-
Nick Mathewson authored
svn:r88
-
Nick Mathewson authored
svn:r87
-
Roger Dingledine authored
svn:r86
-
- 27 Aug, 2002 1 commit
-
-
Roger Dingledine authored
svn:r85
-
- 24 Aug, 2002 5 commits
-
-
Roger Dingledine authored
previously padding cells, etc were distinguishable because their body was all zero's svn:r84
-
Roger Dingledine authored
svn:r83
-
Roger Dingledine authored
svn:r82
-
Roger Dingledine authored
this is a checkpoint before i fix the fact that port is always kept in network order -- which makes no sense, because network order is different on different machines, which is the whole point. svn:r81
-
Roger Dingledine authored
size_t is what you get back from sizeof(). no more, no less. svn:r80
-
- 23 Aug, 2002 3 commits
-
-
Roger Dingledine authored
svn:r79
-
Roger Dingledine authored
svn:r78
-
Roger Dingledine authored
now it deals gracefully with too few connected routers (i think) svn:r77
-
- 22 Aug, 2002 1 commit
-
-
Matej Pjafjar authored
svn:r76
-
- 25 Jul, 2002 2 commits
-
-
Matej Pjafjar authored
svn:r75
-
Matej Pjafjar authored
Added the crypto abstraction to libor. Need to test and change the code to use this instead of OpenSSL. svn:r74
-