summaryrefslogtreecommitdiff
path: root/index-pack.c
AgeCommit message (Expand)Author
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-17Merge branch 'sp/maint-index-pack'Junio C Hamano
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce
2008-07-15index-pack: Track the object_entry that creates each base_dataShawn O. Pearce
2008-07-15index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-29index-pack: introduce checking modeMartin Koegler
2007-11-14Merge branch 'np/progress'Junio C Hamano
2007-11-11Merge branch 'maint'Junio C Hamano
2007-11-11fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre
2007-11-08nicer display of thin pack completionNicolas Pitre
2007-11-05make display of total transferred more accurateNicolas Pitre
2007-11-04Merge branch 'np/pack'Junio C Hamano
2007-11-02make the pack index version configurableNicolas Pitre
2007-10-30add throughput display to index-packNicolas Pitre
2007-10-30relax usage of the progress APINicolas Pitre
2007-10-30make struct progress an opaque typeNicolas Pitre
2007-10-17fix for more minor memory leaksNicolas Pitre
2007-10-17fix const issues with some functionsNicolas Pitre
2007-10-17more compact progress displayNicolas Pitre
2007-08-15Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino
2007-06-27detect close failure on just-written file handlesJim Meyering
2007-06-02Unify write_index_file functionsGeert Bosch
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-02Reuse fixup_pack_header_footer in index-packShawn O. Pearce
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre
2007-04-23common progress display supportNicolas Pitre
2007-04-10allow forcing index v2 and 64-bit offset tresholdNicolas Pitre
2007-04-10index-pack: learn about pack index version 2Nicolas Pitre
2007-04-10compute object CRC32 with index-packNicolas Pitre
2007-04-10add overflow tests on pack offset variablesNicolas Pitre
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre
2007-04-04Plug memory leak in index-pack collision checking codepath.Nicolas Pitre
2007-03-25make it more obvious that temporary files are temporary filesNicolas Pitre
2007-03-21index-pack: more validation checks and cleanupsNicolas Pitre
2007-03-21index-pack: use hash_sha1_file()Nicolas Pitre
2007-03-21don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre
2007-03-07General const correctness fixesShawn O. Pearce
2007-02-28Merge branch 'js/bundle'Junio C Hamano
2007-02-28Merge branch 'np/types'Junio C Hamano
2007-02-28Merge branch 'maint'Junio C Hamano
2007-02-28index-pack: Loop over pread until data loading is complete.Shawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre