Historique des commits

Auteur SHA1 Message Date
  Roger Dingledine 6156887adf Merge branch 'maint-0.2.4' il y a 10 ans
  Roger Dingledine c6f1668db3 nickm wants us to prioritize tap in a currently-rare edge case il y a 10 ans
  Roger Dingledine a4400952ee Be more general in calculating expected onion queue processing time il y a 10 ans
  Roger Dingledine a66791230f let the NumNTorsPerTAP consensus param override our queue choice il y a 10 ans
  Roger Dingledine 7acc7c3dc6 do a lopsided round-robin between the onion queues il y a 10 ans
  Roger Dingledine 16b5c609a4 check bounds on handshake_type more thoroughly il y a 10 ans
  Roger Dingledine 9d2030e580 add info-level logs to help track onion queue sizes il y a 10 ans
  Roger Dingledine bb32bfa2f2 refactor and give it unit tests il y a 10 ans
  Roger Dingledine 87a18514ef Separate cpuworker queues by handshake type il y a 10 ans
  Roger Dingledine 0fd8f5781b fix typos il y a 11 ans
  Marek Majkowski 1555876d5f Fix #9108 - make global_circuitlist a doubly linked list il y a 11 ans
  Nick Mathewson 7cde094fd5 Fix a warning when building with --disable-curve25519 il y a 11 ans
  Nick Mathewson 35daf6f602 Rename all of the macros in tor_queue.h to start with TOR_ il y a 11 ans
  Andrea Shepard dfbd19df41 Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor il y a 11 ans
  Nick Mathewson 4da083db3b Update the copyright date to 201. il y a 11 ans
  Roger Dingledine 6e4a4002c5 Clean up odds and ends il y a 11 ans
  Nick Mathewson beca92c31b Fix handling of ntor handshakes received via CREATE cells il y a 11 ans
  Nick Mathewson b9fb01721a Use a TAILQ, not a singly-linked queue, for the onion queue. il y a 11 ans
  Nick Mathewson b0b3c14c11 Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelay il y a 11 ans
  Nick Mathewson 94cb7bd24d Complete all DOCDOC entries from the ntor branch il y a 11 ans
  Nick Mathewson 839016ac79 ntor: Don't fail fast server-side on an unrecognized KEYID(B) il y a 11 ans
  Nick Mathewson ef13bf4432 Fix an unused-variable warning il y a 11 ans
  Nick Mathewson 5c68a1efaa Don't check create cells too much when we're relaying them il y a 11 ans
  Nick Mathewson 1ed4786dba Implement scheme to allow ntor requests/responses via older servers il y a 11 ans
  Nick Mathewson 115e8fe9a5 Use created_cell_format where appropriate il y a 11 ans
  Nick Mathewson 2802ccaeb6 Teach cpuworker and others about create_cell_t and friends il y a 11 ans
  Nick Mathewson 5d15d597a9 Code to parse and format CREATE{,2,_FAST} cells and their allies il y a 11 ans
  Nick Mathewson f58d4dfcd6 Massive refactoring of the various handshake types il y a 11 ans
  Nick Mathewson f7e590df05 Split onion.[ch] into onion{,_fast,_tap}.[ch] il y a 11 ans
  Nick Mathewson 6921d1fd25 Implement HKDF from RFC5869 il y a 11 ans