Skip to content
Snippets Groups Projects
  1. Feb 04, 2019
  2. Jan 29, 2018
  3. Jan 23, 2018
    • Yorhel's avatar
      Import/export extended information · 40b12759
      Yorhel authored
      And stick to the more portable second resolution timestamps for mtime.
      40b12759
    • Yorhel's avatar
      Add support for optional "extended" information for each file/dir entry · 77aca35f
      Yorhel authored
      Unfortunately, there wasn't a single bit free in struct dir.flags, so I
      had to increase its size to 16 bit. This commit is just the initial
      preparation, there's still a few things to do:
      
      - Add "extended information" cli flag to enable/disable this
        functionality.
      - Export and import extended information when requested
      - Do something with the data.
      
      I also did a few memory measurements on a file list with 12769842 items:
      
        before this commit:    1.239 GiB
        without extended info: 1.318 GiB
        with extended info:    1.698 GiB
      
      It's surprising what adding a single byte to a struct can do to the
      memory usage. :(
      77aca35f
  4. Aug 24, 2016
  5. Jan 22, 2014
  6. Sep 07, 2012
  7. Aug 29, 2012
  8. Aug 28, 2012
Loading