Historia zmian

Autor SHA1 Wiadomość Data
  Nick Mathewson 32a3e704b4 Choose correct abstraction for topic_foo. Abstract random-integer code 22 lat temu
  Roger Dingledine f39ca8a3aa further cleanup, test.c still has some bugs 22 lat temu
  Nick Mathewson 1bbea670bc Remove the last vestige of code that claims to know the inner structure of an onion on the network 22 lat temu
  Nick Mathewson 33176c70a5 Factor out timeval-related functions. 22 lat temu
  Nick Mathewson 0c61bc3756 Remove the notion of "onion ciphers"; make packing and unpacking separate fns 22 lat temu
  Roger Dingledine e1d37ed6ab divorce circuit building from user connections 22 lat temu
  Roger Dingledine 1d53d8ad0e refactored some duplicate code into connection_edge.c 22 lat temu
  Nick Mathewson c217b1ca71 Add magic to end of C files to make emacs happy; split test invocation into separate file. 22 lat temu
  Nick Mathewson e3368a65a9 Make ACI anti-collision logic work; make sure that cells are filled with 0s. 22 lat temu
  Roger Dingledine 90f8a7a757 be less noisy at -l info, now that flow control bug is solved 22 lat temu
  Roger Dingledine f97ddd44cd minor code cleanup 23 lat temu
  Roger Dingledine 1714ea2ab8 23 lat temu
  Roger Dingledine 0bc8dc1314 fix endian issues for topics -- they might work on bsd now 23 lat temu
  Roger Dingledine ceafe12ed6 make reusing circuits work (and be the default) 23 lat temu
  Roger Dingledine c35373a2cf major overhaul: dns slave subsystem, topics 23 lat temu
  Roger Dingledine 0b717a3e74 give us more aci-space 23 lat temu
  Roger Dingledine fbf4ca3ff8 bugfix: couldn't send two creates, two datas, and the destroy all at once 23 lat temu
  Roger Dingledine cbd2cdf04f onions go on and off the network correctly now 23 lat temu
  Roger Dingledine ac10bb6319 two more rare race conditions 23 lat temu
  Roger Dingledine 8f18647a33 create cells are now queued and processed only when idle 23 lat temu
  Nick Mathewson bef3424bec Add convenience functions to wrap create and init for symmetric ciphers; clean up error handling in onion.c 23 lat temu
  Roger Dingledine 253f0f160e laying the groundwork for dynamic router lists 23 lat temu
  Roger Dingledine 8d1aa27c46 kill -USR1 the or and it will dump conn/circuit stats to stdout 23 lat temu
  Roger Dingledine b8b8ab2fd6 port is now kept in host order except in sin_port 23 lat temu
  Roger Dingledine 3a7f3ba348 cleanup: don't use size_t when you mean int 23 lat temu
  Matej Pjafjar 01aadefbfc Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 23 lat temu
  Roger Dingledine cd0760ddda Code cleaned up to be less noisy 23 lat temu
  Roger Dingledine 2147898577 Implemented router twins 23 lat temu
  Roger Dingledine 267434bdea Implemented congestion control 23 lat temu
  Roger Dingledine 117cbeeaaf Implemented link padding and receiver token buckets 23 lat temu