Skip to content
Snippets Groups Projects
  1. Jan 16, 2019
  2. Jul 10, 2018
  3. Jun 20, 2018
  4. Mar 15, 2017
  5. May 18, 2016
  6. Feb 27, 2016
  7. Jun 17, 2015
  8. Jan 02, 2015
  9. Dec 23, 2014
  10. Oct 28, 2014
  11. Sep 25, 2014
  12. Feb 12, 2014
  13. Nov 18, 2013
  14. Jan 16, 2013
  15. Oct 12, 2012
    • Nick Mathewson's avatar
      Add a copy of OpenBSD's sys/queue.h as tor_queue.h · b555388d
      Nick Mathewson authored
      There are as many divergent implementations of sys/queue.h as there
      are operating systems shipping it, it would seem.  They have some code
      in common, but have drifted apart, and have added other stuff named
      differently.  So I'm taking a relatively sane one, and hoping for the
      best.
      
      I'm taking OpenBSD's in particular because of the lack of external
      dependencies, the presence of a CIRCLEQ (we could use one of those in
      places), and the liberal licensing terms.
      
      I'm naming the file tor_queue.h, since historically we've run into
      trouble having headers with the same names as system headers (log.h,
      for example.)
      b555388d
    • Nick Mathewson's avatar
      Move strlcpy and strlcat into src/ext too · 48b3ae8f
      Nick Mathewson authored
      48b3ae8f
  16. Jun 05, 2012
  17. Jan 03, 2011
  18. May 06, 2010
  19. Feb 27, 2010
  20. Jun 30, 2009
  21. May 28, 2008
  22. Jan 01, 2008
  23. Dec 12, 2007
  24. Oct 18, 2007
  25. Jun 07, 2007
    • Nick Mathewson's avatar
      r13298@catbus: nickm | 2007-06-07 12:14:50 -0400 · c5348820
      Nick Mathewson authored
       At the start of the LICENSE and AUTHORS files, explain "LICENSE for what? AUTHORS of what?"  Apparently this has confused some people, who see our names in an AUTHORS file in a bundle, and so decide that we must be the go-to people tor tech support on the bundle.
      
      
      svn:r10524
      c5348820
  26. Feb 12, 2007
  27. Jan 03, 2006
  28. Dec 20, 2005
  29. Oct 30, 2005
  30. Aug 18, 2005
  31. Jan 03, 2005
  32. Nov 10, 2004
  33. Mar 18, 2004
  34. Dec 13, 2003
  35. Oct 08, 2003
  36. Oct 07, 2003
    • Roger Dingledine's avatar
      some early bugfixes · de6cbe53
      Roger Dingledine authored
      our log() conflicts with log(3)
      distribute only the correct files from doc/ and src/config/
      sometimes laptops go back in time. i guess that's ok for now.
      and bump the version number because we're live.
      
      
      svn:r544
      de6cbe53
  37. Aug 06, 2003
Loading