Skip to content
Snippets Groups Projects
  1. Jul 15, 2010
    • Peter Palfrader's avatar
      Merge branch 'debian-merge' into debian · 3218a829
      Peter Palfrader authored
      * debian-merge: (89 commits)
        New upstream version
        bump to 0.2.2.14-alpha
        guh. 'git commit' did not do what i expect.
        i'm going to tag 0.2.2.14-alpha tonight
        Rename log.h to torlog.h
        fold in the latest changes
        Remove TODO items that are either done or moved to the tracker
        More gracefully handle corrupt state files.
        Fix unittest failure in bug 1660.
        Make directory mirrors report non-zero dirreq-v[23]-shares again.
        Fix bugs with assuming time_t can be implicitly cast to long
        start an 0.2.2.14-alpha changelog
        Group in torrc is obsolete, so stop checking it
        Make cbt_generate_sample use crypto_rand_double()
        Fix a compile error when building with Libevent before 1.4.5-stable
        Use Libevent 2.0's periodic timers where available.
        Make spec docs reference RFC2119
        Fix typo in tinytest_demo
        Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.
        Log an error if openssl fails to copy a key for us
        ...
    • Peter Palfrader's avatar
      New upstream version · d519c8c5
      Peter Palfrader authored
      d519c8c5
    • Peter Palfrader's avatar
      Merge commit 'tor-0.2.2.14-alpha' into debian-merge · 4318fcf6
      Peter Palfrader authored
      * commit 'tor-0.2.2.14-alpha': (88 commits)
        bump to 0.2.2.14-alpha
        guh. 'git commit' did not do what i expect.
        i'm going to tag 0.2.2.14-alpha tonight
        Rename log.h to torlog.h
        fold in the latest changes
        Remove TODO items that are either done or moved to the tracker
        More gracefully handle corrupt state files.
        Fix unittest failure in bug 1660.
        Make directory mirrors report non-zero dirreq-v[23]-shares again.
        Fix bugs with assuming time_t can be implicitly cast to long
        start an 0.2.2.14-alpha changelog
        Group in torrc is obsolete, so stop checking it
        Make cbt_generate_sample use crypto_rand_double()
        Fix a compile error when building with Libevent before 1.4.5-stable
        Use Libevent 2.0's periodic timers where available.
        Make spec docs reference RFC2119
        Fix typo in tinytest_demo
        Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.
        Log an error if openssl fails to copy a key for us
        Add a function to return a double in range [0,1).
        ...
      4318fcf6
  2. Jul 13, 2010
  3. Jul 12, 2010
  4. Jul 10, 2010
    • Nick Mathewson's avatar
      Rename log.h to torlog.h · 14bc4dcc
      Nick Mathewson authored
      This should make us conflict less with system files named "log.h".
      Yes, we shouldn't have been conflicting with those anyway, but some
      people's compilers act very oddly.
      
      The actual change was done with one "git mv", by editing
      Makefile.am, and running
         find . -name '*.[ch]' | xargs perl -i -pe 'if (/^#include.*\Wlog.h/) {s/log.h/torlog.h/; }'
      14bc4dcc
  5. Jul 09, 2010
  6. Jul 06, 2010
  7. Jul 05, 2010
  8. Jun 29, 2010
  9. Jun 27, 2010
  10. Jun 26, 2010
  11. Jun 25, 2010
  12. Jun 23, 2010
  13. Jun 17, 2010
  14. Jun 16, 2010
  15. Jun 15, 2010
  16. Jun 14, 2010
  17. Jun 11, 2010
Loading