Skip to content
  1. Oct 03, 2019
    • Tommaso Tocci's avatar
      Add CREATE_CHECK_PARENTS compilation flag · 70a5c724
      Tommaso Tocci authored
      CREATE_CHECK_PARENTS controls if the existance of the parent node needs
      to be checked during the creation of a child node.
      
      Example: The check prevents the creation of file `/parent/child`
      if `/parent` doesn't exists or if it is not a directory
      
      By default CREATE_CHECK_PARENTS is enable and the check is enforced.
      It can be disable to speedup creation operations by passing
      `-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
      70a5c724
    • Tommaso Tocci's avatar
      fix daemon logs · 5bfc7372
      Tommaso Tocci authored
      5bfc7372
  2. Sep 05, 2019
  3. Jul 29, 2019
  4. Jul 26, 2019
  5. Jul 15, 2019
  6. Jul 04, 2019
  7. Jun 27, 2019
    • Tommaso Tocci's avatar
      bugfix: get_dirents RPC has no error propagation · 4ba3c5e7
      Tommaso Tocci authored
      Implement proper error propagation and handling on get_dirents RPC.
      Error happening on the deamon are now embedded on the returned response
      and the client throws an exception once he receives the response.
      4ba3c5e7
  8. Jun 26, 2019
  9. May 02, 2019
  10. Apr 24, 2019
  11. Apr 18, 2019
  12. Apr 17, 2019
  13. Apr 16, 2019
  14. Apr 10, 2019
  15. Apr 03, 2019
  16. Mar 26, 2019
  17. Mar 20, 2019