Commit History

Author SHA1 Message Date
  Roger Dingledine e9e7dc176c Some tor servers process billions of cells in a matter of days. 20 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 20 years ago
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 20 years ago
  Nick Mathewson e9b66ec906 Document CREATE_FAST better in the code. Move our key expansion algorithm into a separate function in crypto.c 20 years ago
  Nick Mathewson 148a1e969d Shave off another 4.7%: remove a linear search when figuring out which circuits wanted us to open a given OR connection. 20 years ago
  Roger Dingledine 700c370a3b misc cleanups 20 years ago
  Roger Dingledine 0de8f4ee55 another case (i think) of redundant code. 20 years ago
  Roger Dingledine 44b3f3060a make circ->onionskin a pointer, not a static array. moria2 was using 20 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 20 years ago
  Nick Mathewson 452f4cfa09 Convert circuituse, command, config, connection, relay, router, test to new logging interface 20 years ago
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new 20 years ago
  Peter Palfrader 7b15f77dd6 Make a few INFO log lines into DEBUG 20 years ago
  Roger Dingledine 1be5f4a81b start hunting down why servers keep getting so many duplicate create cells 20 years ago
  Roger Dingledine 03dcef4c78 start the process of reducing clutter in server logs 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
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen 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 b7d6b8a397 doxygeny goodness from tyranix 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 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
  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
  Roger Dingledine 096879687a start sending 'truncated' cells back rather than destroy cells, 20 years ago
  Nick Mathewson 0e81265359 update copyright notices. 20 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