summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-22make progress "title" part of the common progress interfaceLibravatar Nicolas Pitre1-12/+7
2007-04-22common progress display supportLibravatar Nicolas Pitre1-62/+21
2007-04-22pack-objects: make generated packfile read-onlyLibravatar Junio C Hamano1-1/+1
2007-04-22Fix 'quickfix' on pack-objects.Libravatar Junio C Hamano1-2/+14
2007-04-22pack-objects: quickfix for permission modes.Libravatar Junio C Hamano1-0/+6
2007-04-19pack-objects: remove obsolete commentsLibravatar Nicolas Pitre1-11/+3
2007-04-16pack-objects: better check_object() performancesLibravatar Nicolas Pitre1-80/+126
2007-04-16pack-objects: make in_pack_header_size a variable of its ownLibravatar Nicolas Pitre1-14/+12
2007-04-16pack-objects: get rid of create_final_object_list()Libravatar Nicolas Pitre1-55/+72
2007-04-16pack-objects: get rid of reuse_cached_packLibravatar Nicolas Pitre1-72/+14
2007-04-16pack-objects: clean up list sortingLibravatar Nicolas Pitre1-31/+22
2007-04-16pack-objects: rework check_delta_limit usageLibravatar Nicolas Pitre1-44/+32
2007-04-16pack-objects: equal objects in size should delta against newer objectsLibravatar Nicolas Pitre1-1/+1
2007-04-16pack-objects: optimize preferred base handling a bitLibravatar Nicolas Pitre1-15/+12
2007-04-11clean up add_object_entry()Libravatar Nicolas Pitre1-27/+25
2007-04-10validate reused pack data with CRC when possibleLibravatar Nicolas Pitre1-12/+34
2007-04-10allow forcing index v2 and 64-bit offset tresholdLibravatar Nicolas Pitre1-3/+17
2007-04-10pack-objects: learn about pack index version 2Libravatar Nicolas Pitre1-12/+87
2007-04-10compute a CRC32 for each object as stored in a packLibravatar Nicolas Pitre1-0/+6
2007-04-10add overflow tests on pack offset variablesLibravatar Nicolas Pitre1-6/+13
2007-04-10make overflow test on delta base offset work regardless of variable sizeLibravatar Nicolas Pitre1-1/+1
2007-04-10get rid of num_packed_objects()Libravatar Nicolas Pitre1-2/+2
2007-04-05clean up and optimize nth_packed_object_sha1() usageLibravatar Nicolas Pitre1-1/+1
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-4/+2
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds1-1/+1
2007-03-16[PATCH] clean up pack index handling a bitLibravatar Nicolas Pitre1-6/+8
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetLibravatar Shawn O. Pearce1-26/+26
2007-03-07Use uint32_t for pack-objects counters.Libravatar Shawn O. Pearce1-33/+30
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-17/+15
2007-02-27formalize typename(), and add its reverse type_from_string()Libravatar Nicolas Pitre1-12/+1
2007-02-25Merge branch 'maint'Libravatar Junio C Hamano1-3/+9
2007-02-25Allow arbitrary number of arguments to git-pack-objectsLibravatar Roland Dreier1-3/+9
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-3/+3
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-3/+3
2007-01-18Use fixed-size integers for .idx file I/OLibravatar Junio C Hamano1-3/+3
2006-12-29pack-objects: fix use of use_pack().Libravatar Junio C Hamano1-2/+5
2006-12-29Fix random segfaults in pack-objects.Libravatar Shawn O. Pearce1-3/+4
2006-12-29Loop over pack_windows when inflating/accessing data.Libravatar Shawn O. Pearce1-6/+52
2006-12-29Replace use_packed_git with window cursors.Libravatar Shawn O. Pearce1-9/+7
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Libravatar Shawn O. Pearce1-2/+2
2006-12-20Teach git-repack to preserve objects referred to by reflog entries.Libravatar Junio C Hamano1-1/+2
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-2/+0
2006-11-29pack-objects: remove redundent status informationLibravatar Nicolas Pitre1-2/+4
2006-11-17pack-objects: tweak "do not even attempt delta" heuristicsLibravatar Junio C Hamano1-1/+3
2006-11-07git-pack-objects progress flag documentation and cleanupLibravatar Nicolas Pitre1-9/+10
2006-11-01make git-push a bit more verboseLibravatar Nicolas Pitre1-7/+11
2006-10-10pack-objects: document --delta-base-offset optionLibravatar Junio C Hamano1-1/+1
2006-09-27allow delta data reuse even if base object is a preferred baseLibravatar Nicolas Pitre1-1/+1
2006-09-27zap a debug remnantLibravatar Nicolas Pitre1-1/+0
2006-09-27make pack data reuse compatible with both delta typesLibravatar Nicolas Pitre1-74/+130