コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson c3e63483b2 Update Tor Project copyright years 14 年 前
  Nick Mathewson ec7e054668 Spell-check Tor. 15 年 前
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 年 前
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 年 前
  Nick Mathewson e8a3fa91a6 Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android. 15 年 前
  Nick Mathewson bd6b3072f9 Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. 15 年 前
  Nick Mathewson f28fc83ea5 More logging for mtbf/wfu calculations. 15 年 前
  Nick Mathewson 8ea780632f Make severity args to add_*_log() functions be const 15 年 前
  Peter Palfrader 9d132fbde6 Add --hush switch. 16 年 前
  Nick Mathewson 46155aca17 r18804@catbus: nickm | 2008-03-13 18:18:31 -0400 16 年 前
  Nick Mathewson f56ba5f3d6 r18630@catbus: nickm | 2008-03-05 17:31:33 -0500 16 年 前
  Nick Mathewson 842a33ff20 Update some copyright notices: it is now 2008. 16 年 前
  Nick Mathewson c0ec281565 r15784@tombo: nickm | 2008-01-02 00:38:06 -0500 16 年 前
  Roger Dingledine 1d8a8063b9 clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc 16 年 前
  Nick Mathewson 3fc04529d4 r14093@catbus: nickm | 2007-08-08 01:49:54 -0400 17 年 前
  Roger Dingledine 6d2cb32d10 free some more memory on exit 17 年 前
  Nick Mathewson 5adfa09fce r13477@catbus: nickm | 2007-06-17 14:22:03 -0400 17 年 前
  Nick Mathewson e935d73b34 r12852@catbus: nickm | 2007-05-22 11:00:27 -0400 17 年 前
  Nick Mathewson 5d1bee87ff r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500 17 年 前
  Nick Mathewson 0fb179aa2e r11860@catbus: nickm | 2007-02-21 00:56:15 -0500 17 年 前
  Nick Mathewson 759c58151e r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 17 年 前
  Nick Mathewson f02be02356 r11639@catbus: nickm | 2007-02-05 13:33:38 -0500 17 年 前
  Nick Mathewson fefba95363 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500 17 年 前
  Nick Mathewson 8a13a7cfe8 mainline branch. Remove some more dead XXXs. 18 年 前
  Nick Mathewson 0c132ee2a1 Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, use autoconf. Also, prefer __func__ in our own code: __func__ is a C99 standard, whereas __FUNCTION__ is not. [Fixes bug 254.] 18 年 前
  Peter Palfrader 42f14e8e10 Add function names to log_* on non-gcc 18 年 前
  Peter Palfrader 4f5e607389 Finish log function renaming for non-GNUC systems 18 年 前
  Roger Dingledine 6ce36ead42 Start the process of converting warn to log_warn and so on. 18 年 前
  Roger Dingledine 5f051574d5 Happy new year! 18 年 前
  Nick Mathewson 099b9ce2f9 Fix bug 230: add a rollback function to reverse all changes since the last mark_logs_temp(), and move log initialization into the two-phase part of option setting. 18 年 前