Commit History

Author SHA1 Message Date
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX 21 years ago
  Roger Dingledine 5265bbd2b8 first iteration of scrubbing sensitive strings from logs. 21 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! 21 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. 21 years ago
  Roger Dingledine 096879687a start sending 'truncated' cells back rather than destroy cells, 21 years ago
  Nick Mathewson 0e81265359 update copyright notices. 21 years ago
  Nick Mathewson 858eda4736 Fix an unused function warning 21 years ago
  Roger Dingledine 717fe4993e actually make it stop keeping track of times. whoops. 21 years ago
  Roger Dingledine be72937ab0 initial profiling by phobos says we spend a whole lot of time 21 years ago
  Nick Mathewson e3f6f92cf7 check for duplicate circuit ID _after_ updating circ_id_type. 21 years ago
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 years ago
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 21 years ago
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 21 years ago
  Nick Mathewson cd70264377 Clean up some logging and interfaces 21 years ago
  Roger Dingledine 73da4bad46 stop some more seg faults 21 years ago
  Nick Mathewson 954570486f Resolve a FIXME: use identity comparison, not nickname comparison, to 21 years ago
  Roger Dingledine 394554cfbf Clean up copyrights. 21 years ago
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. 21 years ago
  Roger Dingledine 984ffec105 implement first piece of hibernation 21 years ago
  Roger Dingledine b500104cbe tolerate old 0.0.7 clients that demand a certain ip:port for a router 21 years ago
  Roger Dingledine 0da256ef97 when we get a sigint, don't accept new connections/circuits, 22 years ago
  Roger Dingledine 5ba9235873 clean up directory.c API 22 years ago
  Roger Dingledine df4be6a1f7 list in-points to command.c 22 years ago
  Roger Dingledine 3cdf2d67da it's amazing what a bit of punctuation can do for appearances 22 years ago
  Roger Dingledine c6d4a00c5f more doxygen markup 22 years ago
  Roger Dingledine f1fc4ce22b comment the functions in command.c 22 years ago
  Roger Dingledine fb2279b90b since we don't support truncateds much, don't bother sending them; 22 years ago
  Nick Mathewson 75dc76eb3e Better error msg on unknown circuit id. 22 years ago
  Roger Dingledine 4c2de3a2b6 compress end-of-second summary into one line 22 years ago
  Nick Mathewson 14e31fbd71 Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath 22 years ago