Commit History

Author SHA1 Message Date
  Nick Mathewson 299af3d393 Possibly broken implementation of persistant state; handles helper nodes; does not handle accounting info yet. 20 years ago
  Roger Dingledine 9385a96235 fix typos 20 years ago
  Nick Mathewson bb4ebaac6f document code for hibernation 20 years ago
  Nick Mathewson 18c11eb3bc Be consistent about preferring foo* to struct foo* 20 years ago
  Nick Mathewson c3a62c1739 Initial, somewhat dodgy implementation of helper nodes. It has too many XXXXs, it logs too verbosely, and it doesnt do persistence. 20 years ago
  Roger Dingledine 11bd4bc521 in circuit_list_path(), don't redundantly print the intended exit 20 years ago
  Roger Dingledine e479cc935e stop asserting if we have a controller listening for circuit events 20 years ago
  Roger Dingledine 2259032ea1 trivial changes on nick's rendezvous commit 20 years ago
  Nick Mathewson ec83652357 Logic to implement rendezvous/introduction via unknown servers. 20 years ago
  Nick Mathewson d4972bd2e1 Remove code that has been #if-0ed for a long time. 20 years ago
  Roger Dingledine 91b1fb7ff7 some more cleaning and docing 20 years ago
  Nick Mathewson 232861ba42 Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 20 years ago
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 20 years ago
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 20 years ago
  Roger Dingledine 9abef5e483 allow the middle hop of the testing circuit to be running 20 years ago
  Roger Dingledine 28195a0eb1 clean up some log entries 20 years ago
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX 20 years ago
  Roger Dingledine 5265bbd2b8 first iteration of scrubbing sensitive strings from logs. 20 years ago
  Nick Mathewson 830ac87611 Actually, dont send CREATE_FAST cells at all for now 20 years ago
  Nick Mathewson ab34901263 New and frightening code to implement fast-path first-hop CREATE_FAST cells. Watch out when we bump the version to 0.1.0.6-rc! 20 years ago
  Roger Dingledine 509405a5f7 clean up this TOR_FRAGILE business 20 years ago
  Roger Dingledine f3ea883ccd bugfix: stop trying to print a null pointer if an OR conn fails 20 years ago
  Nick Mathewson 8cc3307e0d Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better. 20 years ago
  Nick Mathewson 2a0b1025e5 Fix bug in last commit when no circid can be found 20 years ago
  Nick Mathewson b7cdcf3462 Hopefully, this will make ORs much faster, and not break them: keep a big splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster. 20 years ago
  Nick Mathewson 055ee7c323 Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 20 years ago
  Nick Mathewson 0e81265359 update copyright notices. 20 years ago
  Roger Dingledine 1ff62dbd18 require exactly 0.0.9.7 for middle hops of testing circs, for now 20 years ago
  Roger Dingledine e786e5dedb when building testing circuits, always use middle hops 20 years ago
  Roger Dingledine 2ff2db8d2a fix some log spacing problems 20 years ago