Skip to content
Snippets Groups Projects
  1. Nov 06, 2015
  2. Oct 27, 2015
    • Jaime Perez Crespo's avatar
      Prevent the SimpleSAML_Logger class from creating loops while trying to get... · 3466f176
      Jaime Perez Crespo authored
      Prevent the SimpleSAML_Logger class from creating loops while trying to get the track ID from the session. It must now be set manually by calling SimpleSAML_Logger::setTrackID(). Also allow SimpleSAML_Memcache to differentiate between a key not found in memcache and a request to memcache failed. If all servers are down, an exception is thrown and the user informed about the internal error. This hopefully resolves #264.
      3466f176
  3. Sep 24, 2015
  4. Aug 05, 2015
  5. Apr 20, 2015
  6. Apr 15, 2015
  7. Jan 15, 2015
  8. Nov 28, 2014
    • Wessel Dankers's avatar
      Fix unnecessary writes with multiple memcache servers · d9dc7c0f
      Wessel Dankers authored
      Fixes a bug in Memcache.php that would cause every fetch to also
      result in a push if multiple memcache servers were being used.
      
      If multiple memcache servers are in use, the code needs to check
      if they aren't out of sync. If they are, the most recent data needs
      to be pushed to all mirrors.
      
      The original code compared the parsed data structures using ===,
      but that always fails because that just does a pointer comparison
      and not a deep comparison.
      
      Changed the code to compare the original unparsed values instead.
      Also added a few debug-level log statements.
      d9dc7c0f
  9. Jul 09, 2014
  10. Feb 05, 2014
  11. Feb 04, 2014
  12. Apr 03, 2013
  13. Aug 09, 2010
  14. Aug 17, 2009
  15. Jun 26, 2008
  16. Jun 06, 2008
  17. May 15, 2008
  18. May 14, 2008
Loading