🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 2 years, 6 months ago
  2. 08c46a4 read-cache*.h: move declarations for read-cache.c functions from cache.h by Elijah Newren · 2 years, 6 months ago
  3. f565385 name-hash.h: move declarations for name-hash.c from cache.h by Elijah Newren · 2 years, 6 months ago
  4. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 2 years, 8 months ago
  5. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  6. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  7. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  8. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 3 years, 4 months ago
  9. 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 4 years, 8 months ago
  10. 4589bca name-hash: use expand_to_path() by Derrick Stolee · 4 years, 8 months ago
  11. 5f11669 name-hash: don't add directories to name_hash by Derrick Stolee · 4 years, 8 months ago
  12. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 9 months ago
  13. 6a9372f name-hash: use trace2 regions for init by Derrick Stolee · 4 years, 11 months ago
  14. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 5 years ago
  15. d3096d2 Merge branch 'en/doc-typofix' by Junio C Hamano · 6 years ago
  16. 15beaaa Fix spelling errors in code comments by Elijah Newren · 6 years ago
  17. 77363a5 name-hash.c: remove duplicate word in comment by Elijah Newren · 6 years ago
  18. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 6 years ago
  19. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 6 years ago
  20. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 6 years ago
  21. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 6 years ago
  22. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 6 years ago
  23. f0e63c4 hashmap: use *_entry APIs to wrap container_of by Eric Wong · 6 years ago
  24. 6bcbdfb hashmap_get_next returns "struct hashmap_entry *" by Eric Wong · 6 years ago
  25. 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 6 years ago
  26. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 6 years ago
  27. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 6 years ago
  28. f6eb6bd hashmap_get_next takes "const struct hashmap_entry *" by Eric Wong · 6 years ago
  29. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 6 years ago
  30. 568a05c cleanup: fix possible overflow errors in binary search, part 2 by René Scharfe · 7 years ago
  31. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 7 years ago
  32. 2179045 Clean up pthread_create() error handling by Nguyễn Thái Ngọc Duy · 7 years ago
  33. 0764294 name-hash.c: remove #ifdef NO_PTHREADS by Nguyễn Thái Ngọc Duy · 7 years ago
  34. c46c406 trace.h: support nested performance tracing by Nguyễn Thái Ngọc Duy · 7 years ago
  35. 2ac76d8 Merge branch 'bp/name-hash-dirname-fix' by Junio C Hamano · 8 years ago
  36. c95525e name-hash: properly fold directory names in adjust_dirname_case() by Ben Peart · 8 years ago
  37. ca54d9b trace: measure where the time is spent in the index-heavy operations by Nguyễn Thái Ngọc Duy · 8 years ago
  38. 8b604d1 hashmap: add API to disable item counting when threaded by Jeff Hostetler · 8 years ago
  39. 56a14ea name-hash.c: drop hashmap_cmp_fn cast by Stefan Beller · 8 years ago
  40. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  41. 2a1bd45 name-hash: fix buffer overrun by Kevin Willford · 9 years ago
  42. 846df80 name-hash: perf improvement for lazy_init_name_hash by Jeff Hostetler · 9 years ago
  43. 16f9b4c name-hash: specify initial size for istate.dir_hash table by Jeff Hostetler · 9 years ago
  44. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 10 years ago
  45. 41284eb name-hash: don't reuse cache_entry in dir_entry by David Turner · 10 years ago
  46. ab73a9d hashmap: add simplified hashmap_get_from_hash() API by Karsten Blees · 11 years ago
  47. be99ec9 name-hash.c: replace cache_name_compare() with memcmp(3) by Jeremiah Mahler · 11 years ago
  48. 7b359ea name-hash: retire unused index_name_exists() by Eric Sunshine · 12 years ago
  49. 419a597 name-hash.c: remove cache entries instead of marking them CE_UNHASHED by Karsten Blees · 12 years ago
  50. 8b01378 name-hash.c: use new hash map implementation for cache entries by Karsten Blees · 12 years ago
  51. 1c8cca1 name-hash.c: remove unreferenced directory entries by Karsten Blees · 12 years ago
  52. e05881a name-hash.c: use new hash map implementation for directories by Karsten Blees · 12 years ago
  53. d28eec2 name-hash: stop storing trailing '/' on paths in index_state.dir_hash by Eric Sunshine · 12 years ago
  54. db5360f name-hash: refactor polymorphic index_name_exists() by Eric Sunshine · 12 years ago
  55. c044bed Merge branch 'kb/name-hash' by Junio C Hamano · 13 years ago
  56. c241e28 Merge branch 'nd/preallocate-hash' by Junio C Hamano · 13 years ago
  57. c735928 Preallocate hash tables when the number of inserts are known in advance by Nguyễn Thái Ngọc Duy · 13 years ago
  58. 2092678 name-hash.c: fix endless loop with core.ignorecase=true by Karsten Blees · 13 years ago
  59. c19387e name-hash: allow hashing an empty string by Junio C Hamano · 13 years ago
  60. 395c735 name-hash.c: always initialize dir_next pointer by Johannes Sixt · 14 years ago
  61. 2548183 fix phantom untracked files when core.ignorecase is set by Jeff King · 14 years ago
  62. 5102c61 Add case insensitivity support for directories when using git status by Joshua Jensen · 15 years ago
  63. cd2fef5 Make hash_name_lookup able to do case-independent lookups by Linus Torvalds · 18 years ago
  64. df292c7 Make "index_name_exists()" return the cache_entry it found by Linus Torvalds · 18 years ago
  65. 96872bc Move name hashing functions into a file of its own by Linus Torvalds · 18 years ago