Skip to content
Snippets Groups Projects
  1. Mar 25, 2020
  2. Jan 15, 2019
  3. Jan 14, 2019
  4. Aug 21, 2018
  5. Feb 22, 2018
  6. Jan 29, 2018
  7. Aug 08, 2017
  8. Apr 14, 2017
    • Oz Linden's avatar
      Change certificate store infrastructure to key off of the Subject Key · fd3628ef
      Oz Linden authored
      Id rather than sha1 hash, since that is rarely used in modern
      certs. The previous form was storing trusted certs using an empty sha1
      hash value as the key, which meant most certificates matched... not good.
      
      Modify the LLCertException to pass certificate information back as
      LLSD rather than an LLPointer<LLCertificate>, because when the
      exception is being thown from the certificate constructor that results
      in one of a couple of other exceptions (even refcounting won't save
      you when the problem is that the thing you're pointing to never
      finished coming into being properly).
      
      Update the certificates in the llsechandler_basic_test to modern
      conventions, and extend the classes to allow for an optional
      validation date so that the test can use a fixed date. Also make all
      the certificates include the plain text form for ease of reference.
      fd3628ef
  9. Apr 22, 2016
  10. Nov 10, 2015
  11. Nov 20, 2014
  12. Nov 19, 2014
  13. Jan 30, 2014
  14. Dec 10, 2013
  15. Dec 06, 2013
  16. Oct 11, 2013
  17. Aug 09, 2013
  18. Aug 06, 2013
    • Monty Brandenberg's avatar
      SH-4411 Thread/mutex rework between main and worker thread · 0d932473
      Monty Brandenberg authored
      Have the ::notifyLoadedMeshes() method doing correct locking
      and stall avoidance at the same time.  This method now does
      lazy mutex lock acquisition (trylock()) and if it fails on
      either, it gives up and comes back later.  Capture the maximum
      number of sequential failures and report this at the end of
      the run in the log.  (So far, with big mesh regions, I've
      only seen 1s and 2s.)  Locking/mutex requirements sorted in
      other locations as well.  LLMutex gets trylock() method as
      well as new LLMutexTrylock scoped locking class.  Clean up
      some documentation, more to do.
      0d932473
  19. Jul 18, 2013
  20. Jul 15, 2013
  21. Jul 01, 2013
  22. Jun 30, 2013
  23. Jun 22, 2013
  24. May 29, 2013
  25. Apr 17, 2013
  26. Mar 29, 2013
  27. Feb 28, 2013
  28. Dec 05, 2012
  29. Nov 20, 2012
  30. Oct 10, 2012
  31. Oct 03, 2012
  32. Oct 02, 2012
  33. Oct 01, 2012
  34. Sep 28, 2012
  35. Sep 26, 2012
  36. Sep 24, 2012
Loading