index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
index-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-02
Reuse fixup_pack_header_footer in index-pack
Shawn O. Pearce
1
-32
/
+2
2007-04-22
make progress "title" part of the common progress interface
Nicolas Pitre
1
-8
/
+4
2007-04-22
common progress display support
Nicolas Pitre
1
-55
/
+23
2007-04-10
allow forcing index v2 and 64-bit offset treshold
Nicolas Pitre
1
-3
/
+15
2007-04-10
index-pack: learn about pack index version 2
Nicolas Pitre
1
-9
/
+57
2007-04-10
compute object CRC32 with index-pack
Nicolas Pitre
1
-3
/
+13
2007-04-10
add overflow tests on pack offset variables
Nicolas Pitre
1
-4
/
+10
2007-04-10
make overflow test on delta base offset work regardless of variable size
Nicolas Pitre
1
-1
/
+1
2007-04-03
Plug memory leak in index-pack collision checking codepath.
Nicolas Pitre
1
-0
/
+1
2007-03-24
make it more obvious that temporary files are temporary files
Nicolas Pitre
1
-2
/
+2
2007-03-20
index-pack: more validation checks and cleanups
Nicolas Pitre
1
-9
/
+9
2007-03-20
index-pack: use hash_sha1_file()
Nicolas Pitre
1
-20
/
+1
2007-03-20
don't ever allow SHA1 collisions to exist by fetching a pack
Nicolas Pitre
1
-4
/
+17
2007-03-07
General const correctness fixes
Shawn O. Pearce
1
-1
/
+1
2007-02-28
Merge branch 'js/bundle'
Junio C Hamano
1
-1
/
+2
2007-02-28
Merge branch 'np/types'
Junio C Hamano
1
-11
/
+4
2007-02-27
Merge branch 'maint'
Junio C Hamano
1
-2
/
+8
2007-02-27
index-pack: Loop over pread until data loading is complete.
Shawn O. Pearce
1
-2
/
+8
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-6
/
+4
2007-02-27
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
1
-6
/
+1
2007-02-22
git-bundle: assorted fixes
Johannes Schindelin
1
-2
/
+3
2007-02-22
Add git-bundle: move objects and references by archive
Johannes Schindelin
1
-2
/
+2
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-2
/
+2
2007-01-11
index-pack: write-or-die instead of unchecked write-in-full.
Junio C Hamano
1
-1
/
+1
2007-01-08
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
1
-1
/
+1
2007-01-08
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
1
-1
/
+1
2006-12-20
clarify some error messages wrt unknown object types
Nicolas Pitre
1
-1
/
+1
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-5
/
+0
2006-12-20
index-pack usage of mmap() is unacceptably slower on many OSes other than Linux
Nicolas Pitre
1
-13
/
+14
2006-12-11
Don't use memcpy when source and dest. buffers may overlap
Jim Meyering
1
-1
/
+1
2006-11-18
sparse fix: non-ANSI function declaration
Rene Scharfe
1
-1
/
+1
2006-11-03
remove .keep pack lock files when done with refs update
Nicolas Pitre
1
-15
/
+23
2006-11-03
have index-pack create .keep file more carefully
Nicolas Pitre
1
-7
/
+10
2006-11-03
Allow pack header preprocessing before unpack-objects/index-pack.
Nicolas Pitre
1
-0
/
+13
2006-10-29
Teach git-index-pack how to keep a pack file.
Shawn Pearce
1
-3
/
+40
2006-10-27
index-pack: minor fixes to comment and function name
Nicolas Pitre
1
-12
/
+12
2006-10-26
mimic unpack-objects when --stdin is used with index-pack
Nicolas Pitre
1
-3
/
+16
2006-10-26
add progress status to index-pack
Nicolas Pitre
1
-4
/
+70
2006-10-26
make index-pack able to complete thin packs.
Nicolas Pitre
1
-43
/
+211
2006-10-25
enable index-pack streaming capability
Nicolas Pitre
1
-29
/
+104
2006-10-20
add the capability for index-pack to read from a stream
Nicolas Pitre
1
-101
/
+143
2006-10-18
index-pack: compare only the first 20-bytes of the key.
Nicolas Pitre
1
-4
/
+10
2006-09-27
teach git-index-pack about deltas with offset to base
Nicolas Pitre
1
-31
/
+80
2006-09-27
introduce delta objects with offset to base
Nicolas Pitre
1
-4
/
+4
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-2
/
+2
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-6
/
+6
2006-08-11
drop length argument of has_extension
Rene Scharfe
1
-1
/
+1
2006-08-10
Add has_extension()
Rene Scharfe
1
-1
/
+1
2006-04-04
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
1
-4
/
+8
2006-02-09
remove delta-against-self bit
Nicolas Pitre
1
-3
/
+3
[next]