aboutsummaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAge
* Plug memory leak in index-pack collision checking codepath.Nicolas Pitre2007-04-03
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-24
* index-pack: more validation checks and cleanupsNicolas Pitre2007-03-20
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-20
* don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre2007-03-20
* General const correctness fixesShawn O. Pearce2007-03-07
* Merge branch 'js/bundle'Junio C Hamano2007-02-28
|\
| * git-bundle: assorted fixesJohannes Schindelin2007-02-22
| * Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-22
* | Merge branch 'np/types'Junio C Hamano2007-02-28
|\ \
| * | convert object type handling from a string to a numberNicolas Pitre2007-02-27
| * | formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-27
* | | Merge branch 'maint'Junio C Hamano2007-02-27
|\ \ \ | |/ / |/| |
| * | index-pack: Loop over pread until data loading is complete.Shawn O. Pearce2007-02-27
| |/
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano2007-01-11
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* clarify some error messages wrt unknown object typesNicolas Pitre2006-12-20
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* index-pack usage of mmap() is unacceptably slower on many OSes other than LinuxNicolas Pitre2006-12-20
* Don't use memcpy when source and dest. buffers may overlapJim Meyering2006-12-11
* sparse fix: non-ANSI function declarationRene Scharfe2006-11-18
* remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-03
* have index-pack create .keep file more carefullyNicolas Pitre2006-11-03
* Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre2006-11-03
* Teach git-index-pack how to keep a pack file.Shawn Pearce2006-10-29
* index-pack: minor fixes to comment and function nameNicolas Pitre2006-10-27
* mimic unpack-objects when --stdin is used with index-packNicolas Pitre2006-10-26
* add progress status to index-packNicolas Pitre2006-10-26
* make index-pack able to complete thin packs.Nicolas Pitre2006-10-26
* enable index-pack streaming capabilityNicolas Pitre2006-10-25
* add the capability for index-pack to read from a streamNicolas Pitre2006-10-20
* index-pack: compare only the first 20-bytes of the key.Nicolas Pitre2006-10-18
* teach git-index-pack about deltas with offset to baseNicolas Pitre2006-09-27
* introduce delta objects with offset to baseNicolas Pitre2006-09-27
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* drop length argument of has_extensionRene Scharfe2006-08-11
* Add has_extension()Rene Scharfe2006-08-10
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* remove delta-against-self bitNicolas Pitre2006-02-09
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-26
* An off-by-one bug found by valgrindPavel Roskin2005-12-21
* Fix packname hash generation.Junio C Hamano2005-10-12
* Add git-index-pack utilitySergey Vlasov2005-10-12