aboutsummaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'np/pack-safer'Junio C Hamano2008-11-12
|\
| * better validation on delta base object offsetsNicolas Pitre2008-11-02
* | Merge branch 'np/index-pack'Junio C Hamano2008-11-02
|\ \ | |/ |/|
| * index-pack: don't leak leaf delta resultNicolas Pitre2008-10-23
| * fix multiple issues in index-packNicolas Pitre2008-10-20
| * index-pack: smarter memory usage during delta resolutionNicolas Pitre2008-10-18
| * index-pack: rationalize delta resolution codeNicolas Pitre2008-10-18
* | Merge branch 'maint'Junio C Hamano2008-10-21
|\ \
| * | rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-21
* | | Do not rename read-only files during a pushPetr Baudis2008-10-18
| |/ |/|
* | Merge branch 'maint'Shawn O. Pearce2008-10-10
|\ \ | |/
| * fix pread()'s short read in index-packNicolas Pitre2008-10-10
* | Merge branch 'maint'Shawn O. Pearce2008-10-08
|\ \ | |/
| * Do not use errno when pread() returns 0Samuel Tardieu2008-10-08
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
|/
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-22
* index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-29
* improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-29
* index-pack: setup git repositoryNguyễn Thái Ngọc Duy2008-08-26
* Merge branch 'maint'Junio C Hamano2008-07-25
|\
| * index-pack.c: correctly initialize appended objectsBjörn Steinbrink2008-07-25
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-13
* | | Merge branch 'sp/maint-index-pack'Junio C Hamano2008-07-16
|\ \ \ | |/ / |/| / | |/
| * index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-15
| * index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-15
| * index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-15
| * index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-15
* | Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-05
|/
* Make pack creation always fsync() the resultLinus Torvalds2008-05-31
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* index-pack: introduce checking modeMartin Koegler2008-02-28
* Merge branch 'np/progress'Junio C Hamano2007-11-14
|\
| * nicer display of thin pack completionNicolas Pitre2007-11-08
| * make display of total transferred more accurateNicolas Pitre2007-11-05
* | Merge branch 'maint'Junio C Hamano2007-11-11
|\ \ | |/ |/|
| * fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre2007-11-11
* | Merge branch 'np/pack'Junio C Hamano2007-11-04
|\ \
| * | make the pack index version configurableNicolas Pitre2007-11-02
| |/
* | add throughput display to index-packNicolas Pitre2007-10-30
* | relax usage of the progress APINicolas Pitre2007-10-30
* | make struct progress an opaque typeNicolas Pitre2007-10-30
* | fix for more minor memory leaksNicolas Pitre2007-10-17
* | fix const issues with some functionsNicolas Pitre2007-10-17
* | more compact progress displayNicolas Pitre2007-10-17
|/
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-14
* detect close failure on just-written file handlesJim Meyering2007-06-26
* Unify write_index_file functionsGeert Bosch2007-06-02
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-15
* Reuse fixup_pack_header_footer in index-packShawn O. Pearce2007-05-02