Commit History

Author SHA1 Message Date
  Roger Dingledine 44b3f3060a make circ->onionskin a pointer, not a static array. moria2 was using 18 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 years ago
  Nick Mathewson 452f4cfa09 Convert circuituse, command, config, connection, relay, router, test to new logging interface 18 years ago
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new 18 years ago
  Peter Palfrader 7b15f77dd6 Make a few INFO log lines into DEBUG 18 years ago
  Roger Dingledine 1be5f4a81b start hunting down why servers keep getting so many duplicate create cells 18 years ago
  Roger Dingledine 03dcef4c78 start the process of reducing clutter in server logs 18 years ago
  Nick Mathewson 232861ba42 Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 19 years ago
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen 19 years ago
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 years ago
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 19 years ago
  Roger Dingledine b7d6b8a397 doxygeny goodness from tyranix 19 years ago
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX 19 years ago
  Roger Dingledine 5265bbd2b8 first iteration of scrubbing sensitive strings from logs. 19 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! 19 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. 19 years ago
  Roger Dingledine 096879687a start sending 'truncated' cells back rather than destroy cells, 19 years ago
  Nick Mathewson 0e81265359 update copyright notices. 19 years ago
  Nick Mathewson 858eda4736 Fix an unused function warning 19 years ago
  Roger Dingledine 717fe4993e actually make it stop keeping track of times. whoops. 19 years ago
  Roger Dingledine be72937ab0 initial profiling by phobos says we spend a whole lot of time 19 years ago
  Nick Mathewson e3f6f92cf7 check for duplicate circuit ID _after_ updating circ_id_type. 19 years ago
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 19 years ago
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 19 years ago
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 19 years ago
  Nick Mathewson cd70264377 Clean up some logging and interfaces 19 years ago
  Roger Dingledine 73da4bad46 stop some more seg faults 19 years ago
  Nick Mathewson 954570486f Resolve a FIXME: use identity comparison, not nickname comparison, to 19 years ago
  Roger Dingledine 394554cfbf Clean up copyrights. 19 years ago
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. 19 years ago