Skip to content
Snippets Groups Projects
  1. Mar 09, 2015
  2. Feb 26, 2015
  3. Jan 10, 2015
  4. Jan 06, 2015
  5. Jan 02, 2015
  6. Sep 25, 2014
  7. Jul 16, 2014
  8. Apr 28, 2014
  9. Jul 16, 2013
  10. Jul 10, 2013
    • Nick Mathewson's avatar
      Coverage support: build with --enable-coverage to have tests run with gcov · 17e9fc09
      Nick Mathewson authored
      If you pass the --enable-coverage flag on the command line, we build
      our testing binaries with appropriate options eo enable coverage
      testing.  We also build a "tor-cov" binary that has coverage enabled,
      for integration tests.
      
      On recent OSX versions, test coverage only works with clang, not gcc.
      So we warn about that.
      
      Also add a contrib/coverage script to actually run gcov with the
      appropriate options to generate useful .gcov files.  (Thanks to
      automake, the .o files will not have the names that gcov expects to
      find.)
      
      Also, remove generated gcda and gcno files on clean.
      17e9fc09
  11. Jun 14, 2013
  12. Jun 13, 2013
  13. Feb 07, 2013
  14. Oct 12, 2012
  15. Sep 07, 2012
  16. Aug 27, 2012
  17. Aug 24, 2012
  18. Aug 09, 2012
  19. Jul 31, 2012
  20. Jun 28, 2012
  21. Nov 25, 2011
  22. Aug 01, 2011
    • Nick Mathewson's avatar
      Initial patch to build Tor with msvc and nmake · e802199c
      Nick Mathewson authored
      We'll still need to tweak it so that it looks for includes and
      libraries somewhere more sensible than "where we happened to find
      them on Erinn's system"; so that tests and tools get built too;
      so that it's a bit documented; and so that we actually try running
      the output.
      
      Work done with Erinn Clark.
      e802199c
  23. Jan 03, 2011
  24. Nov 11, 2010
    • Nick Mathewson's avatar
      Split long lines in configure.in and Makefile.am files · 223fc208
      Nick Mathewson authored
      Having very long single lines with lots and lots of things in them
      tends to make files hard to diff and hard to merge.  Since our tools
      are one-line-at-a-time, we should try to construct lists that way too,
      within reason.
      
      This incidentally turned up a few headers in configure.in that we were
      for some reason searching for twice.
      223fc208
  25. Nov 10, 2010
    • Sebastian Hahn's avatar
      Remove everything related to os x expert package · fcdf1470
      Sebastian Hahn authored
      We decided to no longer ship expert packages for OS X because they're a
      lot of trouble to keep maintained and confuse users. For those who want
      a tor on OS X without Vidalia, macports is a fine option. Alternatively,
      building from source is easy, too.
      
      The polipo stuff that is still required for the Vidalia bundle build can
      now be found in the torbrowser repository,
      git://git.torproject.org/torbrowser.git.
      fcdf1470
  26. Oct 01, 2010
  27. Sep 30, 2010
    • Jacob Appelbaum's avatar
      First implementation of tor-fw-helper. · 9cc76cf0
      Jacob Appelbaum authored and Nick Mathewson's avatar Nick Mathewson committed
      tor-fw-helper is a command-line tool to wrap and abstract various
      firewall port-forwarding tools.
      
      This commit matches the state of Jacob's tor-fw-helper branch as of
      23 September 2010.
      
        (commit msg by Nick)
      9cc76cf0
  28. Jul 27, 2010
  29. May 21, 2010
  30. Feb 27, 2010
  31. Feb 22, 2010
  32. Dec 12, 2009
  33. Sep 23, 2009
Loading