Skip to content
Snippets Groups Projects
  1. May 21, 2019
  2. Aug 03, 2018
  3. Jun 12, 2018
  4. May 29, 2018
  5. Mar 15, 2018
  6. Jan 26, 2018
  7. Jan 11, 2018
  8. Sep 30, 2017
    • Eric Cano's avatar
      Simplified reads in rados backend. · 1bf16ed8
      Eric Cano authored
      We do not do a stat before reading. Instead we ask for an arbitrarily big read, and find out
      the size of the data while reading. This avoids a race condition in lockfree reads where we failed
      to get the full object if it got re-written to a bigger size between stat an read.
      1bf16ed8
  9. Aug 15, 2017
  10. Dec 13, 2016
  11. Nov 16, 2016
  12. Aug 31, 2016
  13. Aug 30, 2016
  14. Aug 29, 2016
  15. Jul 18, 2016
    • Eric Cano's avatar
      Partially fixed data transfer session unit test. · 91cff9cb
      Eric Cano authored
      Fixed libraby linking which led to multiple initialization of static variable (detected by valgrind's drd).
      Worked around cmake's failing dependency management for generated protocol buffer sources (double make in spec file).
      Partially fixed the first data transfer session unit test (still disabled).
      Fixed a typo in an error message.
      91cff9cb
  16. Jul 08, 2016
  17. Jul 07, 2016
  18. Jul 05, 2016
  19. Mar 17, 2016
  20. Mar 16, 2016
  21. Feb 23, 2016
Loading