Commit History

Author SHA1 Message Date
  Chelsea H. Komlo 661becb8c0 add guard selection mechanism for walking onions; just get random relay for the time being 4 years ago
  Chelsea H. Komlo c252a30b07 refactor client consensus method to account for multiple protocol types 4 years ago
  Chelsea H. Komlo 325023cdbb fix up vanilla test option 4 years ago
  Chelsea H. Komlo 27038d6843 wip building circuits for telescoping 4 years ago
  Chelsea H. Komlo bd62fbc3a0 wip building circuits for telescoping 4 years ago
  Chelsea H. Komlo aeae0eac48 add start to being able to set mode from command line (or just elsewhere) 4 years ago
  Ian Goldberg e898f91c91 Edits with Chelsea in Ian's office 4 years ago
  Ian Goldberg 575073ac49 Refactor the random picking of relays into a RelayPicker class 4 years ago
  Ian Goldberg e8012351ae Ask for consensus diffs even from fallback relays 4 years ago
  Ian Goldberg aca5053d85 Simulate consensus diffs 4 years ago
  Ian Goldberg f2c6b1aa31 Circuits can now close 4 years ago
  Ian Goldberg 2895f1c8e0 Rename 'CellHandler' to 'ChannelManager' 4 years ago
  Ian Goldberg 8b7aa26073 Handle EXTEND/EXTENDED cells. Circuits can now be built successfully! 4 years ago
  Ian Goldberg a8361be7e3 Be more consistent in terminology between "Msg" and "Cell" 4 years ago
  Ian Goldberg 01f3ab560a Start working on EXTEND/EXTENDED cells 4 years ago
  Ian Goldberg 12ce56e2a9 (Simulated) layered symmetric crypto of cells in a circuit 4 years ago
  Ian Goldberg 16793ed8fa Start creating the circuit 4 years ago
  Ian Goldberg 49fc2d3f4e Optionally use sympy to keep track of bytes sent and received symbolically 4 years ago
  Ian Goldberg 155111bd53 Count bytes bidirectionally between relays and dirauths 4 years ago
  Ian Goldberg 6bf079b351 DirAuths bind themselves to the network now, just like Relays and Clients 4 years ago
  Ian Goldberg a9e18e9a76 Start gathering performance statistics 4 years ago
  Ian Goldberg 859cf02da1 Start on the generic infrastructure to create circuits within channels 4 years ago
  Ian Goldberg e8b2e741c6 Make the functions to verify relay descriptors and consensuses into static methods 4 years ago
  Ian Goldberg df118a3820 Make the weighted relay picking algorithm more similar to the one we'll use for WO 4 years ago
  Ian Goldberg aaee3b812c Clients choose a guard from the bw-weighted relay list 4 years ago
  Ian Goldberg 4823ecc5cc Clients and relays verify consensuses when they receive them 4 years ago
  Ian Goldberg 55ec599c8e Don't make signature verification a method of the object being verified 4 years ago
  Ian Goldberg 9dab25df18 Clients can now bootstrap a consensus from fallback relays 4 years ago
  Ian Goldberg e0170e762d Start on the client code; does nothing yet 4 years ago