Skip to content
  1. Jul 16, 2015
  2. Jul 14, 2015
    • Kamil Dudka's avatar
      libtest: call PR_Cleanup() on exit if NSPR is used · cd20e81e
      Kamil Dudka authored
      This prevents valgrind from reporting possibly lost memory that NSPR
      uses for file descriptor cache and other globally allocated internal
      data structures.
      
      Reported-by: Štefan Kremeň
      cd20e81e
    • John Malmberg's avatar
      openssl: VMS support for SHA256 · 79416fb2
      John Malmberg authored
      setup-vms.h: More symbols for SHA256, hacks for older VAX
      
      openssl.h: Use OpenSSL OPENSSL_NO_SHA256 macro to allow building on VAX.
      
      openssl.c: Use OpenSSL version checks and OPENSSL_NO_SHA256 macro to
      allow building on VAX and 64 bit VMS.
      79416fb2
  3. Jul 11, 2015
  4. Jul 07, 2015
  5. Jul 02, 2015
  6. Jul 01, 2015
  7. Jun 30, 2015
  8. Jun 29, 2015
  9. Jun 25, 2015
  10. Jun 24, 2015
  11. Jun 21, 2015
  12. Jun 20, 2015
  13. Jun 19, 2015
  14. Jun 18, 2015
    • Jay Satiro's avatar
      cookie: Fix bug in export if any-domain cookie is present · ef0fdb83
      Jay Satiro authored
      In 3013bb6b I had changed cookie export to ignore any-domain cookies,
      however the logic I used to do so was incorrect, and would lead to a
      busy loop in the case of exporting a cookie list that contained
      any-domain cookies. The result of that is worse though, because in that
      case the other cookies would not be written resulting in an empty file
      once the application is terminated to stop the busy loop.
      ef0fdb83