Skip to content
Snippets Groups Projects
  1. May 04, 2018
  2. May 02, 2018
  3. Apr 26, 2018
  4. Jan 26, 2018
  5. Jan 25, 2018
  6. Jan 23, 2018
  7. Dec 11, 2017
  8. Nov 06, 2017
  9. Nov 03, 2017
  10. Oct 27, 2017
    • Morris Jobke's avatar
      Fix seeking on object storage · de912385
      Morris Jobke authored
      
      Seeking is not needed if the $from is 0, because then the pointer is already at the correct position. Additionally another fallback is added, that if the fseek fails it just uses an fread to skip the beginning of the file until it is at the correct position. This skipping is done with a chunked fread.
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      Unverified
      de912385
  11. Aug 10, 2017
  12. Jul 19, 2017
  13. Jul 17, 2017
  14. May 15, 2017
  15. May 09, 2017
  16. May 04, 2017
  17. May 01, 2017
  18. Apr 26, 2017
  19. Apr 23, 2017
  20. Mar 27, 2017
  21. Mar 20, 2017
  22. Mar 17, 2017
  23. Jan 23, 2017
  24. Jan 05, 2017
  25. Dec 02, 2016
  26. Dec 01, 2016
  27. Nov 21, 2016
  28. Nov 18, 2016
  29. Nov 10, 2016
  30. Oct 20, 2016
  31. Jul 21, 2016
  32. Jul 05, 2016
    • Thomas Müller's avatar
      fix swift primary object store test (#25281) · d2d99a91
      Thomas Müller authored
      * Wait for socket to be open
      
      * Fix call on null
      
      * Allow DB access for MountProviderTest
      
      Makes unit tests pass when using object store, since their FS access is
      actually oc_filecache DB access. It is currently not possible to mock
      or bypass the logic from "SharedMount::verifyMountPoint()" triggered by
      this test.
      d2d99a91
Loading