aboutsummaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAge
* 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
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-22
* common progress display supportNicolas Pitre2007-04-22
* allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-10
* index-pack: learn about pack index version 2Nicolas Pitre2007-04-10
* compute object CRC32 with index-packNicolas Pitre2007-04-10
* add overflow tests on pack offset variablesNicolas Pitre2007-04-10
* make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-10
* 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