Skip to content
Snippets Groups Projects
  1. May 30, 2012
    • Nick Mathewson's avatar
      Add __attribute__(format)s for our varargs printf/scanf wrappers · e2848946
      Nick Mathewson authored
      It turns out that if you set the third argument of
      __attribute__(format) to 0, GCC and Clang will check the format
      argument without expecting to find variadic arguments.  This is the
      correct behavior for vsnprintf, vasprintf, and vscanf.
      
      I'm hoping this will fix bug 5969 (a clang warning) by telling clang that
      the format argument to tor_vasprintf is indeed a format string.
      e2848946
  2. May 16, 2012
  3. May 15, 2012
  4. May 10, 2012
  5. May 07, 2012
  6. Apr 19, 2012
  7. Apr 11, 2012
  8. Apr 10, 2012
  9. Apr 05, 2012
  10. Apr 04, 2012
  11. Apr 01, 2012
  12. Mar 09, 2012
  13. Mar 08, 2012
  14. Feb 29, 2012
  15. Feb 22, 2012
  16. Feb 10, 2012
  17. Feb 09, 2012
    • Roger Dingledine's avatar
      Revert "add a "docs" to the manual URI as listed in torrc.sample.in" · 85c53900
      Roger Dingledine authored
      This reverts commit 55e8cae8.
      
      The conversation from irc:
      > weasel: i had intended to leave torrc.sample.in alone in maint-0.2.2,
      since i don't want to make all your stable users have to deal with
      a torrc change. but nickm changed it. is it in fact the case that a
      change in that file means a change in the deb?
      <weasel> it means you'll prompt every single user who ever touched
      their torrc
      <weasel> and they will be asked if they like your new version better
      than what they have right now
      <weasel> so it's not great
      
      Instead I changed the website to redirect requests for the tor-manual
      URL listed in maint-0.2.2's torrc.sample.in so the link will still work.
      85c53900
    • Karsten Loesing's avatar
      4180624a
  18. Feb 08, 2012
  19. Jan 18, 2012
  20. Jan 11, 2012
  21. Jan 09, 2012
  22. Jan 08, 2012
Loading