Skip to content
Snippets Groups Projects
  1. Aug 28, 2009
  2. Aug 26, 2009
  3. Aug 21, 2009
  4. Aug 17, 2009
  5. Aug 14, 2009
  6. Jul 28, 2009
  7. Jul 24, 2009
  8. Jul 15, 2009
    • Karsten Loesing's avatar
      Some tweaks to statistics. · 8c496d16
      Karsten Loesing authored
      Changes to directory request statistics:
      
      - Rename GEOIP statistics to DIRREQ statistics, because they now include
        more than only GeoIP-based statistics, whereas other statistics are
        GeoIP-dependent, too.
      - Rename output file from geoip-stats to dirreq-stats.
      - Add new config option DirReqStatistics that is required to measure
        directory request statistics.
      - Clean up ChangeLog.
      
      Also ensure that entry guards statistics have access to a local GeoIP
      database.
      8c496d16
  9. Jul 07, 2009
  10. Jul 05, 2009
  11. Jul 02, 2009
  12. Jun 21, 2009
  13. Jun 20, 2009
  14. Jun 12, 2009
  15. May 25, 2009
  16. May 05, 2009
  17. Apr 29, 2009
  18. Apr 12, 2009
  19. Mar 09, 2009
  20. Mar 08, 2009
  21. Mar 06, 2009
  22. Feb 09, 2009
  23. Jan 31, 2009
    • Nick Mathewson's avatar
      When building with GCC, use -fno-strict-aliasing · 676cfbbf
      Nick Mathewson authored
      GCC's interpretation of the C99 aliasing rules, to be charitable,
      creates a dialect of C intended for a better programmers than I am
      certain of my ability to be in all times.  I just spent 2 hours
      tracking down a platform-hyperspecific libevent bug that turned out to
      be because of this, and darned if I ever want to do *that* again.
      
      One of Linus's recent rants will give you a picture of why GCC's
      behavior here can lead to fun surprises in your binaries:
      http://lwn.net/Articles/316126/
      
      svn:r18351
      676cfbbf
  24. Jan 22, 2009
  25. Jan 21, 2009
  26. Jan 20, 2009
  27. Jan 15, 2009
  28. Jan 07, 2009
    • Nick Mathewson's avatar
      Check that Libevent header version matches Libevent library version. · a6504cde
      Nick Mathewson authored
      Unfortunately, old Libevents don't _put_ a version in their headers, so
      this can get a little tricky.  Fortunately, the only binary-compatibility
      issue we care about is the size of struct event.  Even more fortunately,
      Libevent 2.0 will let us keep binary compatiblity forever by letting us
      decouple ourselves from the structs, if we like.
      
      svn:r18014
      a6504cde
Loading