Commit History

Author SHA1 Message Date
  Karsten Loesing 7b716878cb Fix dirreq and cell stats on 32-bit architectures. 15 years ago
  Karsten Loesing 8c496d1660 Some tweaks to statistics. 15 years ago
  Karsten Loesing 416940d93b Some tweaks to directory request download times. 15 years ago
  Karsten Loesing 3c05132575 Directories now also measure download times of network statuses. 15 years ago
  Roger Dingledine 9ece0955f7 fix comments and other typos 15 years ago
  Karsten Loesing b493a2ccb9 If configured, write cell statistics to disk periodically. 15 years ago
  Nick Mathewson 0d2976d64b Merge commit 'origin/maint-0.2.1' 15 years ago
  Nick Mathewson 7f8a6c5e92 Revise earlier check for correct IPv4 addr length to check for ==4. 15 years ago
  Roger Dingledine 845326317d Check answer_len in the remap_addr case of process_relay_cell_not_open. 15 years ago
  Roger Dingledine cb1617f18e Check answer_len in the remap_addr case of process_relay_cell_not_open. 15 years ago
  Nick Mathewson 4913a8c4ba Merge commit 'origin/maint-0.2.1' 15 years ago
  Nick Mathewson 873faffb5a Two more spelling fix fixes. 15 years ago
  Nick Mathewson cb18fc2190 Merge commit 'origin/maint-0.2.1' 15 years ago
  Nick Mathewson ec7e054668 Spell-check Tor. 15 years ago
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 years ago
  Karsten Loesing 4ebcc4da34 Update copyright to 2009. 15 years ago
  Karsten Loesing e25fdce900 Documentation fix. 15 years ago
  Roger Dingledine 4e094ddc4d when we get an unrecognized relay streamid, log it 15 years ago
  Nick Mathewson 192b701fac Patch from lark: drop BEGIN cells from a rendevous circuit if they do not originate from the end of the circuit. 15 years ago
  Nick Mathewson f772fc0c36 apply a variant of rovv's bug 872 patch, and document that we want a better solution for 0.2.2.x. 15 years ago
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 years ago
  Karsten Loesing 9a04358d87 Debug code for task 878. 15 years ago
  Nick Mathewson c1c7f982d9 Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial bug 878 fix. 15 years ago
  Nick Mathewson 558e9899e4 Document most undocumented variables. 15 years ago
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. 15 years ago
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 years ago
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. 15 years ago
  Nick Mathewson 55348884b5 Fix all of the doxygen warnings not pertaining to missing documentation. 15 years ago
  Nick Mathewson c67bd80487 Make cell pools always-on. 15 years ago
  Nick Mathewson bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. 15 years ago