Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Apr 10, 2020
    • Christoph Wurst's avatar
      Format control structures, classes, methods and function · caff1023
      Christoph Wurst authored
      
      To continue this formatting madness, here's a tiny patch that adds
      unified formatting for control structures like if and loops as well as
      classes, their methods and anonymous functions. This basically forces
      the constructs to start on the same line. This is not exactly what PSR2
      wants, but I think we can have a few exceptions with "our" style. The
      starting of braces on the same line is pracrically standard for our
      code.
      
      This also removes and empty lines from method/function bodies at the
      beginning and end.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      caff1023
  3. Mar 31, 2020
  4. Mar 26, 2020
  5. Dec 05, 2019
  6. May 24, 2018
  7. Apr 26, 2018
  8. Nov 06, 2017
  9. Mar 30, 2017
  10. Mar 02, 2017
  11. Nov 03, 2016
  12. Jul 21, 2016
  13. May 26, 2016
  14. May 24, 2016
  15. May 18, 2016
    • Vincent Petry's avatar
      Allow chunk GC mtime tolerance for unfinished part chunks · e0af5263
      Vincent Petry authored
      Whenever part chunks are written, every fwrite in the write loop will
      reset the mtime to the current mtime. Only at the end will the touch()
      operation set the mtime to now + ttl, in the future.
      
      However the GC code is expecting that every chunk with mtime < now are
      old and must be deleted. This causes the GC to sometimes delete part
      chunks in which the write loop is slow.
      
      To fix this, a tolerance value is added in the GC code to allow for
      more time before a part chunk gets deleted.
      e0af5263
  16. Apr 15, 2016
Loading