Skip to content
Snippets Groups Projects
  1. Aug 07, 2009
  2. Aug 03, 2009
  3. Aug 02, 2009
  4. Jul 30, 2009
  5. Jul 29, 2009
  6. Jul 28, 2009
  7. Jul 27, 2009
    • Karsten Loesing's avatar
      Fix dirreq and cell stats on 32-bit architectures. · 7b716878
      Karsten Loesing authored
      When determining how long directory requests take or how long cells spend
      in queues, we were comparing timestamps on microsecond detail only to
      convert results to second or millisecond detail later on. But on 32-bit
      architectures this means that 2^31 microseconds only cover time
      differences of up to 36 minutes. Instead, compare timestamps on
      millisecond detail.
      7b716878
  8. Jul 25, 2009
    • Peter Palfrader's avatar
      Merge branch 'debian-merge' into debian · f39cee37
      Peter Palfrader authored
      * debian-merge:
        New upstream version
        bump to 0.2.1.18
        put in the full 0.2.1 release notes
        add a changelog entry for the upcoming 0.2.1.18
        make phobos's lines start with tabs again
        added LIBS=-lrt to Makefile.am for static libevent in the tor rpms.
        forward-port the 0.2.0.35 release notes
        add blurbs for recent release candidates
        Bump version to 0.2.1.17-rc-dev
      f39cee37
    • Peter Palfrader's avatar
      New upstream version · 805b19e4
      Peter Palfrader authored
      805b19e4
    • Peter Palfrader's avatar
      Merge commit 'tor-0.2.1.18' into debian-merge · d7ffd0ed
      Peter Palfrader authored
      * commit 'tor-0.2.1.18':
        bump to 0.2.1.18
        put in the full 0.2.1 release notes
        add a changelog entry for the upcoming 0.2.1.18
        make phobos's lines start with tabs again
        added LIBS=-lrt to Makefile.am for static libevent in the tor rpms.
        forward-port the 0.2.0.35 release notes
        add blurbs for recent release candidates
        Bump version to 0.2.1.17-rc-dev
      d7ffd0ed
    • Nick Mathewson's avatar
      Merge commit 'ioerror/DirFetchInfoExtraEarly' · 2b0e8fb3
      Nick Mathewson authored
      Conflicts:
      	ChangeLog
      2b0e8fb3
  9. Jul 24, 2009
  10. Jul 23, 2009
    • Karsten Loesing's avatar
      Fix unit tests. · f80537e3
      Karsten Loesing authored
      Now that we require EntryStatistics to be 1 for counting connecting
      clients, unit tests need to set that config option, too.
      
      Reported by Sebastian Hahn.
      f80537e3
Loading