Skip to content
  1. Dec 21, 2018
  2. Dec 17, 2018
  3. Dec 02, 2018
  4. Nov 10, 2018
  5. Oct 11, 2018
  6. Oct 09, 2018
  7. Sep 16, 2018
  8. Aug 18, 2018
  9. Aug 09, 2018
  10. Jul 29, 2018
    • ntome's avatar
      weboob.browser.nss: finally implement timeout support · 78e1f10f
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      With NSS, unlike python sockets, the timeout should be passed on every
      recv call. But since it's implemented in C, we're forced to reimplement
      read/readinto/etc.
      Use io.BufferedRWPair and io.RawIOBase to implement some of them and
      implement the others by hand.
      78e1f10f
    • ntome's avatar
      nss: check appropriate nss db file to initialize cert db · 1b58a401
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      NSS uses different filenames for its certificate database depending on
      its version (cert8.db before NSS 3.35, cert9.db after).
      This filename is checked to determine if the certificate db must be
      created, so we need to find the correct filename.
      1b58a401
  11. Jun 29, 2018
  12. Jun 09, 2018
  13. May 28, 2018
  14. May 12, 2018