index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha1_file.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'maint'
Junio C Hamano
2006-11-09
|
\
|
*
Nicer error messages in case saving an object to db goes wrong
Petr Baudis
2006-11-09
*
|
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
2006-11-03
*
|
Merge branch 'master' into np/index-pack
Junio C Hamano
2006-11-03
|
\
\
|
*
\
Merge branch 'maint'
Junio C Hamano
2006-11-02
|
|
\
\
|
|
|
/
|
|
*
link_temp_to_file: call adjust_shared_perm() only when we created the directory
Johannes Schindelin
2006-11-02
|
*
|
Merge branch 'maint'
Junio C Hamano
2006-11-01
|
|
\
\
|
|
|
/
|
|
*
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
Junio C Hamano
2006-10-31
*
|
|
Allow short pack names to git-pack-objects --unpacked=.
Shawn Pearce
2006-10-29
|
/
/
*
|
Merge branch 'np/pack'
Junio C Hamano
2006-10-22
|
\
\
|
|
/
|
/
|
|
*
make pack data reuse compatible with both delta types
Nicolas Pitre
2006-09-27
|
*
introduce delta objects with offset to base
Nicolas Pitre
2006-09-27
*
|
reduce delta head inflated size
Nicolas Pitre
2006-10-18
*
|
Replace open-coded version of hash_sha1_file()
Rene Scharfe
2006-10-15
*
|
Make write_sha1_file_prepare() void
Rene Scharfe
2006-10-15
*
|
Make write_sha1_file_prepare() static
Rene Scharfe
2006-10-14
*
|
Add hash_sha1_file()
Rene Scharfe
2006-10-14
|
/
*
many cleanups to sha1_file.c
Nicolas Pitre
2006-09-23
*
Make hexval() available to others.
Junio C Hamano
2006-09-20
*
Merge branch 'jc/pack'
Junio C Hamano
2006-09-17
|
\
|
*
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
2006-09-07
*
|
get_sha1_hex() micro-optimization
Junio C Hamano
2006-09-09
|
/
*
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
2006-09-03
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
*
consolidate two copies of new style object header parsing code.
Junio C Hamano
2006-09-01
*
Constness tightening for move/link_temp_to_file()
Junio C Hamano
2006-09-01
*
Use xmalloc instead of malloc
Jonas Fonseca
2006-08-31
*
Use xrealloc instead of realloc
Jonas Fonseca
2006-08-26
*
Convert unpack_entry_gently and friends to use offsets.
Shawn Pearce
2006-08-26
*
Cleanup unpack_object_header to use only offsets.
Shawn Pearce
2006-08-26
*
Cleanup unpack_entry_gently and friends to use type_name array.
Shawn Pearce
2006-08-26
*
Reuse compression code in unpack_compressed_entry.
Shawn Pearce
2006-08-26
*
Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.
Shawn Pearce
2006-08-26
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
*
Remove unnecessary forward declaration of unpack_entry.
Shawn Pearce
2006-08-21
*
Verify we know how to read a pack before trying to using it.
Shawn Pearce
2006-08-21
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
*
remove unnecessary initializations
David Rientjes
2006-08-15
*
Merge branch 'jc/pack-objects'
Junio C Hamano
2006-08-12
|
\
|
*
sha1_file.c: expose map_sha1_file() interface.
Junio C Hamano
2006-07-25
*
|
drop length argument of has_extension
Rene Scharfe
2006-08-11
*
|
Add has_extension()
Rene Scharfe
2006-08-10
|
/
*
Merge branch 'lt/objformat'
Junio C Hamano
2006-07-24
|
\
|
*
sha1_file: add the ability to parse objects in "pack file format"
Linus Torvalds
2006-07-13
*
|
Make lazy mkdir more robust.
Shawn Pearce
2006-07-12
|
/
*
Make the unpacked object header functions static to sha1_file.c
Linus Torvalds
2006-07-11
*
Avoid C99 comments, use old-style C comments instead.
Pavel Roskin
2006-07-10
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
*
Make zlib compression level configurable, and change default.
Joachim B Haga
2006-07-03
*
Make some strings const
Timo Hirvonen
2006-06-28
[next]