1. 03 Ara, 2018 3 kayıt (commit)
  2. 02 Ara, 2018 7 kayıt (commit)
  3. 30 Kas, 2018 1 kayıt (commit)
  4. 26 Kas, 2018 1 kayıt (commit)
  5. 25 Kas, 2018 3 kayıt (commit)
  6. 18 Kas, 2018 2 kayıt (commit)
  7. 14 Kas, 2018 3 kayıt (commit)
  8. 13 Kas, 2018 1 kayıt (commit)
  9. 12 Kas, 2018 3 kayıt (commit)
    • Colomban Wendling's avatar
    • Colomban Wendling's avatar
    • Colomban Wendling's avatar
      tm: Cleanup include lookup · fc6a9bb9
      Colomban Wendling yazdı
      Don't use the files inode as the hash.  Although it looks like a good
      idea for de-duplicating links as well, it has several issues, including
      non-uniqueness of inodes across file systems.
      The way it was done hashing the inode but comparing the file name
      string pointers also made the hash mostly irrelevant, as it just stored
      filenames sharing the same inode in the same hash bucket but without
      actually doing any de-duplication, making the whole thing a convoluted
      way of converting to a list.
      
      Instead, hash and compare the filenames themselves, which, even though
      it doesn't handle links de-duplication, is better than the
      non-functional previous code.
      
      Also, directly build the list and only use the hash table as a way for
      checking for duplicates, which is both faster and gives a stable
      output.
      fc6a9bb9
  10. 20 Eki, 2018 2 kayıt (commit)
  11. 07 Eki, 2018 1 kayıt (commit)
  12. 03 Eki, 2018 1 kayıt (commit)
  13. 02 Eki, 2018 1 kayıt (commit)
  14. 30 Eyl, 2018 1 kayıt (commit)
  15. 29 Eyl, 2018 1 kayıt (commit)
  16. 24 Eyl, 2018 1 kayıt (commit)
  17. 21 Eyl, 2018 1 kayıt (commit)
  18. 19 Eyl, 2018 1 kayıt (commit)
  19. 26 Agu, 2018 2 kayıt (commit)
  20. 20 Agu, 2018 1 kayıt (commit)
  21. 19 Agu, 2018 2 kayıt (commit)
  22. 04 Agu, 2018 1 kayıt (commit)