Roger Dingledine
|
c6f70e36e0
implemented total read rate limiting
|
22 yıl önce |
Roger Dingledine
|
9f58a2ece4
clean up main.c a bit
|
22 yıl önce |
Roger Dingledine
|
f8203505e1
if stream ends before resolve finishes, inform resolver
|
22 yıl önce |
Roger Dingledine
|
5d13db862e
entries in the dns cache now expire
|
22 yıl önce |
Nick Mathewson
|
04b871486c
Reorder connection_or and make unexported functions static. Partially convert to symbolic constants -- Roger, was this what you had in mind?
|
22 yıl önce |
Roger Dingledine
|
8d4cd5d604
remove obsolete ss.h
|
22 yıl önce |
Roger Dingledine
|
05a8c264ff
overhaul the dns farm: cut its size in half
|
22 yıl önce |
Roger Dingledine
|
cbe7be1f78
remove on-the-fly compression feature
|
22 yıl önce |
Roger Dingledine
|
9a33b59ece
relay queues are obsolete (woo!)
|
22 yıl önce |
Roger Dingledine
|
d3292e484a
implement truncate and truncated (untested)
|
22 yıl önce |
Roger Dingledine
|
fa1d446440
OPport is gone. So is conn type OP.
|
22 yıl önce |
Roger Dingledine
|
091e1c0167
fix design bug: circ->n_conn is shared among circs, so it can't
|
22 yıl önce |
Roger Dingledine
|
1c6def292b
remove dead code
|
22 yıl önce |
Roger Dingledine
|
39e9d79038
add circuit-level sendme relay cells
|
22 yıl önce |
Nick Mathewson
|
0957ffeb83
work on versioning; new log_fn function
|
22 yıl önce |
Roger Dingledine
|
649fbceaa1
removed obsolete version.h
|
22 yıl önce |
Nick Mathewson
|
9ef930f21a
Routerinfos are no longer linked
|
22 yıl önce |
Nick Mathewson
|
1d1f46e40d
(possibly incorrect) code to make routers get resolved when they're
|
22 yıl önce |
Nick Mathewson
|
c3998e94f9
Call the right signed-directory functions; try to describe the difference between everything; remove some unused interfaces
|
22 yıl önce |
Roger Dingledine
|
2c7e660c62
sign directories with the signing key
|
22 yıl önce |
Nick Mathewson
|
afc0eb2c71
Tested backends for directory signing and checking. Directory parser completely refactored. Need documentation and integration. Explanitory mail forthcoming.
|
22 yıl önce |
Nick Mathewson
|
445cd8f0f1
Decrease DH group length to 1024. (Roger, you may want to read section 1 of the IETF draft: a 1024-bit DH key probably reduces our cipher strength to ~80 bits.)
|
22 yıl önce |
Nick Mathewson
|
d0ff485e1b
More work on directories. Signed directories not yet tested. No support for checking sigs yet
|
22 yıl önce |
Nick Mathewson
|
fcf7bfe290
Refactor directories; add unit tests; add router keyword
|
22 yıl önce |
Roger Dingledine
|
03ed54e920
put some symbolic constants to the onion skin lengths
|
22 yıl önce |
Roger Dingledine
|
d7f50337c1
incremental path building in; uses ephemeral DH; onions are gone
|
22 yıl önce |
Nick Mathewson
|
44b4efe34d
Tests, headers, and debugging for onion skin backend
|
22 yıl önce |
Roger Dingledine
|
96759a609e
streams are now 8 bytes, and are recognized by intermediate hops
|
22 yıl önce |
Roger Dingledine
|
8a94dd60af
cpath is now a doubly linked list, not an array
|
22 yıl önce |
Roger Dingledine
|
0560008497
terminology shift: data->relay, topic->relay, topic->stream
|
22 yıl önce |