Commit History

Author SHA1 Message Date
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 years ago
  Nick Mathewson a42e82b0de While I'm at it, refactor control.c a little so that the dead code no longer exists. 15 years ago
  Roger Dingledine 5519e633ec New controller event "clients_seen" to report a geoip-based summary 15 years ago
  Nick Mathewson 0c5e03fa21 Remove a deprecated controller alias; make another one generate a warning. 15 years ago
  Roger Dingledine a12c3f2c86 some fixes i found in my sandbox 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 43b111535a Make doxygen not complain about the way we spell CRLFNUL in control.c 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 d597b23c42 Massage a little code to hopfully please coverity. 15 years ago
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. 15 years ago
  Nick Mathewson 7e351a6341 Note that a couple of line in control.c are supposed to be dead-code. 15 years ago
  Roger Dingledine 4053b47459 note a potential bug in status events. need to look at spec to 15 years ago
  Roger Dingledine 145e589b6c Resume using the correct "REASON=" stream when telling the 15 years ago
  Nick Mathewson ab75c0d9e3 remove a bogus comment. Now that there is no undocumented synonym for EXTENDED_EVENTS, we do not need to point out that EXTENDED_EVENTS is documented 15 years ago
  Nick Mathewson a7b4a7b9f8 Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXTENDED_EVENTS 15 years ago
  Nick Mathewson e08cbe2029 Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ignoring extra fields (like they are supposed to) and this will not break any controllers. 15 years ago
  Roger Dingledine d7cfa1f56c Minor fix in the warning messages when you're having problems 15 years ago
  Nick Mathewson 25f8335528 Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler. 15 years ago
  Nick Mathewson e147e867be Proposal 152 implementation from Josh Albrecht, with tweaks. 15 years ago
  Roger Dingledine dbb481c169 Serve the latest v3 networkstatus consensus via the control 15 years ago
  Nick Mathewson 339f094056 Refactor some code and add some asserts based on scanner results. 15 years ago
  Nick Mathewson fcf817f897 Switch global_identifier on connections to a 64-bit field and move it to connection_t. When procession onionskins, look up the connection by this field rather than by addr:port. This will keep us from dropping onionskins. How many dropped circuits are dropped because of this bug? 16 years ago
  Roger Dingledine 2a417700b4 don't log-warn on a bootstrapping status event if the recommendation 16 years ago
  Nick Mathewson 3ce6e2fba2 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200 16 years ago
  Roger Dingledine aec928e0b6 Send a bootstrap problem "warn" event on the first problem if the 16 years ago
  Roger Dingledine 94dabd2c23 If you're using bridges, generate "bootstrap problem" warnings 16 years ago
  Roger Dingledine d76d0493d6 start sending "COUNT=%d RECOMMENDATION=%s" key/values on bootstrap 16 years ago