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
/
sha1_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-23
many cleanups to sha1_file.c
Nicolas Pitre
1
-98
/
+87
2006-09-20
Make hexval() available to others.
Junio C Hamano
1
-38
/
+34
2006-09-17
Merge branch 'jc/pack'
Junio C Hamano
1
-9
/
+17
2006-09-09
get_sha1_hex() micro-optimization
Junio C Hamano
1
-9
/
+37
2006-09-07
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
1
-9
/
+17
2006-09-03
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
1
-1
/
+1
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-1
/
+1
2006-09-01
consolidate two copies of new style object header parsing code.
Junio C Hamano
1
-40
/
+45
2006-09-01
Constness tightening for move/link_temp_to_file()
Junio C Hamano
1
-2
/
+2
2006-08-31
Use xmalloc instead of malloc
Jonas Fonseca
1
-1
/
+1
2006-08-26
Use xrealloc instead of realloc
Jonas Fonseca
1
-1
/
+1
2006-08-26
Convert unpack_entry_gently and friends to use offsets.
Shawn Pearce
1
-18
/
+15
2006-08-26
Cleanup unpack_object_header to use only offsets.
Shawn Pearce
1
-7
/
+3
2006-08-26
Cleanup unpack_entry_gently and friends to use type_name array.
Shawn Pearce
1
-28
/
+6
2006-08-26
Reuse compression code in unpack_compressed_entry.
Shawn Pearce
1
-21
/
+4
2006-08-26
Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.
Shawn Pearce
1
-28
/
+28
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-9
/
+9
2006-08-21
Remove unnecessary forward declaration of unpack_entry.
Shawn Pearce
1
-3
/
+0
2006-08-21
Verify we know how to read a pack before trying to using it.
Shawn Pearce
1
-0
/
+12
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-8
/
+8
2006-08-15
remove unnecessary initializations
David Rientjes
1
-1
/
+1
2006-08-12
Merge branch 'jc/pack-objects'
Junio C Hamano
1
-13
/
+22
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-07-25
sha1_file.c: expose map_sha1_file() interface.
Junio C Hamano
1
-13
/
+22
2006-07-24
Merge branch 'lt/objformat'
Junio C Hamano
1
-8
/
+98
2006-07-13
sha1_file: add the ability to parse objects in "pack file format"
Linus Torvalds
1
-8
/
+98
2006-07-12
Make lazy mkdir more robust.
Shawn Pearce
1
-14
/
+12
2006-07-11
Make the unpacked object header functions static to sha1_file.c
Linus Torvalds
1
-2
/
+2
2006-07-10
Avoid C99 comments, use old-style C comments instead.
Pavel Roskin
1
-2
/
+2
2006-07-10
Fix more typos, primarily in the code
Pavel Roskin
1
-1
/
+1
2006-07-03
Make zlib compression level configurable, and change default.
Joachim B Haga
1
-2
/
+2
2006-06-28
Make some strings const
Timo Hirvonen
1
-1
/
+1
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-14
/
+15
2006-06-09
shared repository - add a few missing calls to adjust_shared_perm().
Junio C Hamano
1
-23
/
+0
2006-06-02
sha1_file: avoid re-preparing duplicate packs
Jeff King
1
-0
/
+6
2006-06-02
handle concurrent pruning of packed objects
Jeff King
1
-6
/
+18
2006-05-24
Clean up sha1 file writing
Linus Torvalds
1
-61
/
+78
2006-05-23
remove the artificial restriction tagsize < 8kb
Björn Engelmann
1
-10
/
+36
2006-05-15
Merge branch 'fix'
Junio C Hamano
1
-2
/
+1
2006-05-15
Fix pack-index issue on 64-bit platforms a bit more portably.
Junio C Hamano
1
-2
/
+1
2006-05-14
Merge branch 'fix'
Junio C Hamano
1
-0
/
+1
2006-05-14
include header to define uint32_t, necessary on Mac OS X
Ben Clifford
1
-0
/
+1
2006-05-13
Merge branch 'fix'
Junio C Hamano
1
-1
/
+1
2006-05-13
Fix git-pack-objects for 64-bit platforms
Dennis Stosberg
1
-1
/
+1
2006-05-07
Transitively read alternatives
Martin Waitz
1
-72
/
+106
2006-05-03
sha1_to_hex() usage cleanup
Linus Torvalds
1
-2
/
+3
2006-04-17
packed_object_info_detail(): check for corrupt packfile.
Junio C Hamano
1
-2
/
+4
2006-04-07
Merge branch 'maint'
Junio C Hamano
1
-2
/
+4
2006-04-07
check patch_delta bounds more carefully
Nicolas Pitre
1
-2
/
+4
[next]