Commit History

Author SHA1 Message Date
  Roger Dingledine d3292e484a implement truncate and truncated (untested) 22 years ago
  Roger Dingledine fa1d446440 OPport is gone. So is conn type OP. 22 years ago
  Roger Dingledine 091e1c0167 fix design bug: circ->n_conn is shared among circs, so it can't 22 years ago
  Roger Dingledine 1c6def292b remove dead code 22 years ago
  Roger Dingledine 39e9d79038 add circuit-level sendme relay cells 22 years ago
  Nick Mathewson 0957ffeb83 work on versioning; new log_fn function 22 years ago
  Roger Dingledine 649fbceaa1 removed obsolete version.h 22 years ago
  Nick Mathewson 9ef930f21a Routerinfos are no longer linked 22 years ago
  Nick Mathewson 1d1f46e40d (possibly incorrect) code to make routers get resolved when they're 22 years ago
  Nick Mathewson c3998e94f9 Call the right signed-directory functions; try to describe the difference between everything; remove some unused interfaces 22 years ago
  Roger Dingledine 2c7e660c62 sign directories with the signing key 22 years ago
  Nick Mathewson afc0eb2c71 Tested backends for directory signing and checking. Directory parser completely refactored. Need documentation and integration. Explanitory mail forthcoming. 22 years ago
  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 years ago
  Nick Mathewson d0ff485e1b More work on directories. Signed directories not yet tested. No support for checking sigs yet 22 years ago
  Nick Mathewson fcf7bfe290 Refactor directories; add unit tests; add router keyword 22 years ago
  Roger Dingledine 03ed54e920 put some symbolic constants to the onion skin lengths 22 years ago
  Roger Dingledine d7f50337c1 incremental path building in; uses ephemeral DH; onions are gone 22 years ago
  Nick Mathewson 44b4efe34d Tests, headers, and debugging for onion skin backend 22 years ago
  Roger Dingledine 96759a609e streams are now 8 bytes, and are recognized by intermediate hops 22 years ago
  Roger Dingledine 8a94dd60af cpath is now a doubly linked list, not an array 22 years ago
  Roger Dingledine 0560008497 terminology shift: data->relay, topic->relay, topic->stream 22 years ago
  Nick Mathewson 32a3e704b4 Choose correct abstraction for topic_foo. Abstract random-integer code 22 years ago
  Nick Mathewson 97d847b9e3 Factor out cell packing and unpacking 22 years ago
  Nick Mathewson 33176c70a5 Factor out timeval-related functions. 22 years ago
  Nick Mathewson 0c61bc3756 Remove the notion of "onion ciphers"; make packing and unpacking separate fns 22 years ago
  Roger Dingledine 54af75b1b4 add missing prototype 22 years ago
  Roger Dingledine e1d37ed6ab divorce circuit building from user connections 22 years ago
  Nick Mathewson 1fa0fc1487 Introduce a few unit tests (from older code), refactor compression setup/teardown 22 years ago
  Roger Dingledine 7df5caad0d make it work (heh) 22 years ago
  Roger Dingledine 1d53d8ad0e refactored some duplicate code into connection_edge.c 22 years ago