1. Dec 07, 2020
  2. Nov 26, 2020
  3. Nov 25, 2020
  4. Oct 20, 2020
  5. Oct 19, 2020
  6. Sep 25, 2020
    • Alberto Miranda's avatar
      Merge branch 'release-0.8.0' into 'master' · b8385c7f
      Alberto Miranda authored
      Release 0.8.0
      
      See merge request !67
      v0.8.0
      b8385c7f
    • Alberto Miranda's avatar
      Update README.md · 3cf47352
      Alberto Miranda authored
      3cf47352
    • Alberto Miranda's avatar
      Update CHANGELOG.md · 6da6a7b3
      Alberto Miranda authored
      6da6a7b3
    • Alberto Miranda's avatar
      Bump version · 6f6ae0c7
      Alberto Miranda authored
      6f6ae0c7
    • Alberto Miranda's avatar
      Merge branch... · 4f9cb830
      Alberto Miranda authored
      Merge branch '78-errno-115-returned-on-successful-completion-for-several-system-calls' into 'master'
      
      This fix contains three parts:
      
      1. errno 115 was leaked during initialization of the client in
         init_ld_environment_(). However, the value on its own is irrelevant to
         this issue as all internal errno variable changes should be kept
         internal as it is the case during each syscall intercept hook.
         Therefore, the original errno variable is restored after the
         initialization finishes.
      2. lseek() tests revealed that whence SEEK_SET was not handled
         correctly. It should not allow negative offsets.
      
      3. All FIXME TODOs in the testing code have been removed including
         testing on the errno in a successful case because it is undefined.
      
      Resolve "Errno 115 returned on successful completion for several system calls"
      
      Closes #78
      
      See merge request hpc/gekkofs!65
      4f9cb830
  7. Sep 18, 2020
  8. Sep 15, 2020
  9. Sep 11, 2020