Skip to content
Snippets Groups Projects
  1. Mar 18, 2013
  2. Feb 14, 2013
  3. Feb 04, 2013
  4. Feb 01, 2013
    • Nick Mathewson's avatar
      Rename log() to tor_log() for logging · a141430e
      Nick Mathewson authored
      This is meant to avoid conflict with the built-in log() function in
      math.h.  It resolves ticket 7599.  First reported by dhill.
      
      This was generated with the following perl script:
      
       #!/usr/bin/perl -w -i -p
      
       s/\blog\(LOG_(ERR|WARN|NOTICE|INFO|DEBUG)\s*,\s*/log_\L$1\(/g;
      
       s/\blog\(/tor_log\(/g;
      a141430e
  5. Jan 30, 2013
  6. Jan 16, 2013
  7. Jan 12, 2013
  8. Jan 03, 2013
  9. Jan 02, 2013
  10. Nov 04, 2012
  11. Nov 01, 2012
  12. Oct 30, 2012
  13. Oct 15, 2012
    • Nick Mathewson's avatar
      Fix a reserved identifier that my scripts missed · 7e4c91e8
      Nick Mathewson authored
      My scripts missed it because it was in eventdns.c, which was in ext,
      but it _was_ using one of our identifiers.  That's probably because
      eventdns.c has drifted a bit since we forked it.
      
      I'm not going to fix the other reserved identifiers in eventdns.c,
      since that would make it drift even more.
      7e4c91e8
  14. Oct 12, 2012
  15. Oct 11, 2012
Loading