summaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2008-10-211-3/+19
|\
| * rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-211-3/+19
* | Do not rename read-only files during a pushPetr Baudis2008-10-181-2/+3
* | Merge branch 'maint'Shawn O. Pearce2008-10-101-0/+1
|\ \ | |/
| * fix pread()'s short read in index-packNicolas Pitre2008-10-101-0/+1
* | Merge branch 'maint'Shawn O. Pearce2008-10-081-1/+4
|\ \ | |/
| * Do not use errno when pread() returns 0Samuel Tardieu2008-10-081-1/+4
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-4/+4
|/
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-221-1/+1
* index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-291-18/+25
* improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-291-1/+2
* index-pack: setup git repositoryNguyễn Thái Ngọc Duy2008-08-261-0/+2
* Merge branch 'maint'Junio C Hamano2008-07-251-0/+4
|\
| * index-pack.c: correctly initialize appended objectsBjörn Steinbrink2008-07-251-0/+4
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | | Merge branch 'sp/maint-index-pack'Junio C Hamano2008-07-161-29/+113
|\ \ \ | |/ / |/| / | |/
| * index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-151-2/+46
| * index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-151-6/+12
| * index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-151-3/+31
| * index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-151-27/+33
* | Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-051-2/+4
|/
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-0/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* index-pack: introduce checking modeMartin Koegler2008-02-281-1/+87
* Merge branch 'np/progress'Junio C Hamano2007-11-141-7/+7
|\
| * nicer display of thin pack completionNicolas Pitre2007-11-081-5/+5
| * make display of total transferred more accurateNicolas Pitre2007-11-051-2/+2
* | Merge branch 'maint'Junio C Hamano2007-11-111-1/+1
|\ \ | |/ |/|
| * fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre2007-11-111-1/+1
* | Merge branch 'np/pack'Junio C Hamano2007-11-041-0/+13
|\ \
| * | make the pack index version configurableNicolas Pitre2007-11-021-0/+13
| |/
* | add throughput display to index-packNicolas Pitre2007-10-301-1/+5
* | relax usage of the progress APINicolas Pitre2007-10-301-13/+7
* | make struct progress an opaque typeNicolas Pitre2007-10-301-6/+6
* | fix for more minor memory leaksNicolas Pitre2007-10-171-0/+4
* | fix const issues with some functionsNicolas Pitre2007-10-171-4/+4
* | more compact progress displayNicolas Pitre2007-10-171-2/+2
|/
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-141-1/+1
* detect close failure on just-written file handlesJim Meyering2007-06-261-1/+2
* Unify write_index_file functionsGeert Bosch2007-06-021-171/+37
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
* Reuse fixup_pack_header_footer in index-packShawn O. Pearce2007-05-021-32/+2
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-221-8/+4
* common progress display supportNicolas Pitre2007-04-221-55/+23
* allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-101-3/+15
* index-pack: learn about pack index version 2Nicolas Pitre2007-04-101-9/+57
* compute object CRC32 with index-packNicolas Pitre2007-04-101-3/+13
* add overflow tests on pack offset variablesNicolas Pitre2007-04-101-4/+10
* make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-101-1/+1