aboutsummaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-09pack-bitmap: drop bitmap_index argument from try_partial_reuse()Jeff King1-3/+2
2021-09-09pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King1-2/+1
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau1-38/+319
2021-09-01pack-bitmap.c: avoid redundant calls to try_partial_reuseTaylor Blau1-11/+29
2021-09-01pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'Taylor Blau1-0/+16
2021-09-01pack-bitmap.c: introduce 'nth_bitmap_object_oid()'Taylor Blau1-3/+10
2021-09-01pack-bitmap.c: introduce 'bitmap_num_objects()'Taylor Blau1-16/+21
2021-08-24pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmapsTaylor Blau1-0/+48
2021-08-02Merge branch 'jk/check-pack-valid-before-opening-bitmap'Junio C Hamano1-0/+5
2021-08-02Merge branch 'tb/bitmap-type-filter-comment-fix'Junio C Hamano1-5/+6
2021-07-23pack-bitmap: check pack validity when opening bitmapJeff King1-0/+5
2021-07-20pack-bitmap: clarify comment in filter_bitmap_exclude_type()Taylor Blau1-5/+6
2021-06-15bitmaps: don't recurse into trees already in the bitmapJeff King1-0/+18
2021-05-07Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano1-5/+40
2021-05-07Merge branch 'jk/prune-with-bitmap-fix'Junio C Hamano1-0/+3
2021-04-29pack-bitmap: clean up include_check after useJeff King1-0/+3
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt1-2/+4
2021-04-19pack-bitmap: implement combined filterPatrick Steinhardt1-0/+10
2021-04-19pack-bitmap: implement object type filterPatrick Steinhardt1-3/+26
2021-04-13Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano1-0/+24
2021-04-07Merge branch 'ps/pack-bitmap-optim'Junio C Hamano1-0/+1
2021-03-31builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau1-0/+6
2021-03-31pack-bitmap: add 'test_bitmap_commits()' helperTaylor Blau1-0/+18
2021-03-22pack-bitmap: avoid traversal of objects referenced by uninteresting tagPatrick Steinhardt1-0/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-2/+2
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King1-0/+81
2021-01-13rebuild_existing_bitmaps(): convert to new revindex APITaylor Blau1-3/+2
2021-01-13try_partial_reuse(): convert to new revindex APITaylor Blau1-8/+5
2021-01-13get_size_by_pos(): convert to new revindex APITaylor Blau1-4/+4
2021-01-13show_objects_for_type(): convert to new revindex APITaylor Blau1-6/+7
2021-01-13bitmap_position_packfile(): convert to new revindex APITaylor Blau1-1/+4
2020-12-08pack-bitmap: factor out 'add_commit_to_bitmap()'Taylor Blau1-15/+21
2020-12-08pack-bitmap: factor out 'bitmap_for_commit()'Taylor Blau1-14/+19
2020-12-08pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King1-40/+6
2020-12-08pack-bitmap.c: check reads more aggressively when loadingTaylor Blau1-1/+6
2020-12-08rev-list: die when --test-bitmap detects a mismatchJeff King1-1/+1
2020-12-08pack-bitmap: bounds-check size of cache extensionJeff King1-2/+6
2020-12-08pack-bitmap: fix header size checkJeff King1-3/+4
2020-05-04pack-bitmap: pass object filter to fill-in traversalJeff King1-5/+9
2020-05-04pack-bitmap.c: support 'tree:0' filteringTaylor Blau1-1/+24
2020-05-04pack-bitmap.c: make object filtering functions genericTaylor Blau1-11/+24
2020-03-05Merge branch 'jk/nth-packed-object-id'Junio C Hamano1-9/+9
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano1-33/+239
2020-02-24pack-bitmap: use object_id when loading on-disk bitmapsJeff King1-6/+6
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King1-2/+2
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano1-63/+129
2020-02-14pack-bitmap: implement BLOB_LIMIT filteringJeff King1-0/+80
2020-02-14pack-bitmap: implement BLOB_NONE filteringJeff King1-0/+74
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King1-1/+25
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King1-5/+15
2020-02-14pack-bitmap: refuse to do a bitmap traversal with pathspecsJeff King1-1/+11
2020-02-13pack-bitmap: fix leak of haves/wants object listsJeff King1-0/+5
2020-02-13pack-bitmap: factor out type iterator initializationJeff King1-30/+33
2020-01-23pack-bitmap: don't rely on bitmap_git->reuse_objectsJeff King1-11/+7
2020-01-23pack-objects: improve partial packfile reuseJeff King1-41/+109
2020-01-23pack-bitmap: simplify bitmap_has_oid_in_uninteresting()Jeff King1-12/+2
2020-01-23pack-bitmap: uninteresting oid can be outside bitmapped packfileJeff King1-1/+1
2020-01-23pack-bitmap: introduce bitmap_walk_contains()Jeff King1-0/+12
2019-09-30Merge branch 'jk/misc-uninitialized-fixes'Junio C Hamano1-1/+1
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King1-1/+1
2019-09-05tag: factor out get_tagged_oid()René Scharfe1-3/+1
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King1-4/+4
2019-06-20khash: drop broken oid_map typedefJeff King1-1/+1
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King1-3/+3
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-38/+38
2019-04-16pack-revindex: open index if necessaryJeff King1-1/+2
2019-04-01pack-bitmap: switch hash tables to use struct object_idbrian m. carlson1-29/+29
2019-04-01pack-bitmap: switch hard-coded constants to the_hash_algobrian m. carlson1-2/+2
2019-04-01pack-bitmap: replace sha1_to_hexbrian m. carlson1-4/+4
2019-04-01pack-bitmap: convert struct stored_bitmap to object_idbrian m. carlson1-4/+4
2019-04-01pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson1-1/+1
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-6/+7
2018-09-17Merge branch 'jk/pack-objects-with-bitmap-fix'Junio C Hamano1-11/+3
2018-09-17Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano1-1/+24
2018-09-04pack-bitmap: drop "loaded" flagJeff King1-6/+3
2018-09-04traverse_bitmap_commit_list(): don't free resultJeff King1-3/+0
2018-09-04bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King1-2/+0
2018-08-21pack-bitmap: save "have" bitmap from walkJeff King1-1/+24
2018-08-20treewide: use get_all_packsDerrick Stolee1-1/+1
2018-06-21pack-bitmap: add free functionJonathan Tan1-6/+29
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan1-144/+173
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano1-1/+1
2018-06-18ewah: adjust callers of ewah_read_mmap()Jeff King1-1/+1
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-3/+3
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-3/+3
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy1-1/+1
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-1/+0
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-1/+3
2017-10-16pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson1-4/+4
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano1-7/+3
2017-09-24pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren1-7/+3
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan1-0/+1
2017-06-30Merge branch 'jc/pack-bitmap-unaligned'Junio C Hamano1-1/+1
2017-06-26pack-bitmap: don't perform unaligned memory accessJames Clarke1-1/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-2/+2
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider1-1/+1
2016-02-12list-objects: pass full pathname to callbacksJeff King1-9/+4
2016-02-12list-objects: drop name_path entirelyJeff King1-2/+2
2016-01-20Merge branch 'jk/pack-revindex'Junio C Hamano1-8/+5
2015-12-21pack-revindex: store entries directly in packed_gitJeff King1-8/+5
2015-11-20Remove get_object_hash.brian m. carlson1-13/+13
2015-11-20Convert struct object to object_idbrian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson1-13/+13
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King1-9/+4
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano1-5/+5
2015-06-03ewah: use less generic macro nameJeff King1-5/+5
2015-06-01Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano1-1/+1
2015-05-26Merge branch 'rs/plug-leak-in-pack-bitmaps'Junio C Hamano1-5/+3
2015-05-22test_bitmap_walk: free bitmap with bitmap_freeJeff King1-1/+1
2015-05-19pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe1-5/+3
2015-05-05Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano1-0/+2
2015-04-12pack-bitmap.c: fix a memleakStefan Beller1-0/+2
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano1-14/+14
2015-02-11Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2015-01-21pack-bitmap: fix typoAlexander Kuleshov1-1/+1
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano1-14/+14
2014-12-12Merge branch 'jk/pack-bitmap'Junio C Hamano1-7/+15
2014-11-30pack-bitmap: do not use gcc packed attributeKarsten Blees1-7/+15
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-4/+2
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti1-0/+2
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti1-0/+11
2013-12-30pack-objects: implement bitmap writingVicent Marti1-0/+92
2013-12-30pack-bitmap: add support for bitmap indexesVicent Marti1-0/+970