Sign in
googlers
/
jrn
/
git
/
fdd3e7d95986ffe4c146952bc91d0b46964aeeb8
/
sha1_file.c
a2d7c6c
Merge branch 'jc/attr'
by Junio C Hamano
· 18 years ago
afb5b6a
Merge branch 'lt/gitlink'
by Junio C Hamano
· 18 years ago
ac78e54
Simplify calling of CR/LF conversion routines
by Alex Riesen
· 18 years ago
54dab52
add get_size_from_delta()
by Nicolas Pitre
· 18 years ago
f35a6d3
Teach core object handling functions about gitlinks
by Linus Torvalds
· 18 years ago
74e34e1
sha1_file.c: learn about index version 2
by Nicolas Pitre
· 18 years ago
8723f21
make overflow test on delta base offset work regardless of variable size
by Nicolas Pitre
· 18 years ago
5705909
get rid of num_packed_objects()
by Nicolas Pitre
· 18 years ago
d72308e
clean up and optimize nth_packed_object_sha1() usage
by Nicolas Pitre
· 18 years ago
e82973c
sha1_file.c (write_sha1_file): Detect close failure
by Junio C Hamano
· 18 years ago
0d31546
sha1_file.c (write_sha1_from_fd): Detect close failure.
by Jim Meyering
· 18 years ago
b5b8d81
write_sha1_from_fd() should make new objects read-only
by Nicolas Pitre
· 18 years ago
0e55181
make it more obvious that temporary files are temporary files
by Nicolas Pitre
· 18 years ago
ac54c27
Be more careful about zlib return values
by Linus Torvalds
· 18 years ago
ce9fbf1
index-pack: use hash_sha1_file()
by Nicolas Pitre
· 18 years ago
456cdf6
Fix loose object uncompression check.
by Linus Torvalds
· 18 years ago
5e08ecb
use a LRU eviction policy for the delta base cache
by Nicolas Pitre
· 18 years ago
3358004
clean up the delta base cache size a bit
by Nicolas Pitre
· 18 years ago
18bdec1
Limit the size of the new delta_base_cache
by Shawn O. Pearce
· 18 years ago
a0cba10
Reuse cached data out of delta base cache.
by Nicolas Pitre
· 18 years ago
e5e0161
Implement a simple delta_base cache
by Linus Torvalds
· 18 years ago
62f255a
Make trivial wrapper functions around delta base generation and freeing
by Linus Torvalds
· 18 years ago
4287307
[PATCH] clean up pack index handling a bit
by Nicolas Pitre
· 18 years ago
b867092
prepare_packed_git(): sort packs by age and localness.
by Junio C Hamano
· 18 years ago
8509fed
Merge branch 'jc/fsck'
by Junio C Hamano
· 18 years ago
dc49cd7
Cast 64 bit off_t to 32 bit size_t
by Shawn O. Pearce
· 18 years ago
c4001d9
Use off_t when we really mean a file offset.
by Shawn O. Pearce
· 18 years ago
326bf39
Use uint32_t for all packed object counts.
by Shawn O. Pearce
· 18 years ago
3a55602
General const correctness fixes
by Shawn O. Pearce
· 18 years ago
2d88451
Fix mmap leak caused by reading bad indexes.
by Shawn O. Pearce
· 18 years ago
30fee06
Display the null SHA-1 as the base for an OBJ_OFS_DELTA.
by Shawn O. Pearce
· 18 years ago
7efbff7
unpack_sha1_file(): detect corrupt loose object files.
by Junio C Hamano
· 18 years ago
d0d8e14
index_fd(): convert blob only if it is a regular file.
by Junio C Hamano
· 18 years ago
53bca91
index_fd(): pass optional path parameter as hint for blob conversion
by Junio C Hamano
· 18 years ago
edaec3f
index_fd(): use enum object_type instead of type name string.
by Junio C Hamano
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
df84366
formalize typename(), and add its reverse type_from_string()
by Nicolas Pitre
· 18 years ago
9ba6303
sha1_file.c: don't ignore an error condition in sha1_loose_object_info()
by Nicolas Pitre
· 18 years ago
2b87c45
sha1_file.c: cleanup "offset" usage
by Nicolas Pitre
· 18 years ago
d65a16f
sha1_file.c: cleanup hdr usage
by Nicolas Pitre
· 18 years ago
ef1a5c2
Merge branches 'lt/crlf' and 'jc/apply-config'
by Junio C Hamano
· 18 years ago
efa13f7
pretend-sha1: grave bugfix.
by Junio C Hamano
· 18 years ago
78a28df
sha1_file.c: Round the mmap offset to half the window size.
by Alexandre Julliard
· 18 years ago
6c510be
Lazy man's auto-CRLF
by Linus Torvalds
· 18 years ago
bd3a5b5
Mark places that need blob munging later for CRLF conversion.
by Linus Torvalds
· 18 years ago
d66b37b
Add pretend_sha1_file() interface.
by Junio C Hamano
· 18 years ago
3dff537
Assorted typo fixes
by Pavel Roskin
· 18 years ago
3cf8b46
Don't leak file descriptors from unavailable pack files.
by Shawn O. Pearce
· 18 years ago
c715f78
Don't find objects in packs which aren't available anymore.
by Shawn O. Pearce
· 18 years ago
072db27
Refactor open_packed_git to return an error code.
by Shawn O. Pearce
· 18 years ago
54a15a8
Correct comment in prepare_packed_git_one.
by Shawn O. Pearce
· 18 years ago
625e942
Cleanup prepare_packed_git_one to reuse install_packed_git.
by Shawn O. Pearce
· 18 years ago
a69e542
Refactor the pack header reading function out of receive-pack.c
by Junio C Hamano
· 18 years ago
8276c00
sha1_file.c: Avoid multiple calls to find_pack_entry().
by Peter Eriksen
· 18 years ago
b18b00a
Use fixed-size integers for .idx file I/O
by Junio C Hamano
· 18 years ago
df1b059
Document pack .idx file format upgrade strategy.
by Shawn O. Pearce
· 18 years ago
e6e2bd6
Remove read_or_die in favor of better error messages.
by Shawn O. Pearce
· 18 years ago
d34cf19
Clean up write_in_full() users
by Linus Torvalds
· 18 years ago
3b97fee
Avoid errors and warnings when attempting to do I/O on zero bytes
by Eric Wong
· 18 years ago
e05db0f
Fix warnings in sha1_file.c - use C99 printf format if available
by Pavel Roskin
· 18 years ago
93822c2
short i/o: fix calls to write to use xwrite or write_in_full
by Andy Whitcroft
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
2c039da
mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()
by Junio C Hamano
· 18 years ago
c4712e4
Replace mmap with xmmap, better handling MAP_FAILED.
by Shawn O. Pearce
· 18 years ago
97bfeb3
Release pack windows before reporting out of memory.
by Shawn O. Pearce
· 18 years ago
a53128b
Create pack_report() as a debugging aid.
by Shawn O. Pearce
· 18 years ago
11daf39
Support unmapping windows on 'temporary' packfiles.
by Shawn O. Pearce
· 18 years ago
73b4e4b
Improve error message when packfile mmap fails.
by Shawn O. Pearce
· 18 years ago
60bb8b1
Fully activate the sliding window pack access.
by Shawn O. Pearce
· 18 years ago
54044bf
Unmap individual windows rather than entire files.
by Shawn O. Pearce
· 18 years ago
8d8a4ea
Document why header parsing won't exceed a window.
by Shawn O. Pearce
· 18 years ago
079afb1
Loop over pack_windows when inflating/accessing data.
by Shawn O. Pearce
· 18 years ago
03e79c8
Replace use_packed_git with window cursors.
by Shawn O. Pearce
· 18 years ago
9bc879c
Refactor how we open pack files to prepare for multiple windows.
by Shawn O. Pearce
· 18 years ago
c41ee58
Refactor packed_git to prepare for sliding mmap windows.
by Shawn O. Pearce
· 18 years ago
77ccc5b
Introduce new config option for mmap limit.
by Shawn O. Pearce
· 18 years ago
4d703a1
Replace unpack_entry_gently with unpack_entry.
by Shawn O. Pearce
· 18 years ago
08a19d8
clarify some error messages wrt unknown object types
by Nicolas Pitre
· 18 years ago
f0df4ed
sha1_object_info(): be consistent with read_sha1_file()
by Johannes Schindelin
· 18 years ago
6a96b32
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
916d081
Nicer error messages in case saving an object to db goes wrong
by Petr Baudis
· 18 years ago
fc04c41
Teach receive-pack how to keep pack files based on object count.
by Shawn Pearce
· 18 years ago
407e1d6
Merge branch 'master' into np/index-pack
by Junio C Hamano
· 18 years ago
c954d33
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
866cae0
link_temp_to_file: call adjust_shared_perm() only when we created the directory
by Johannes Schindelin
· 18 years ago
7854e52
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
91c23e4
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
by Junio C Hamano
· 18 years ago
d4ff6d9
Allow short pack names to git-pack-objects --unpacked=.
by Shawn Pearce
· 18 years ago
05eb811
Merge branch 'np/pack'
by Junio C Hamano
· 18 years ago
1a3b55c
reduce delta head inflated size
by Nicolas Pitre
· 18 years ago
7cfb5f3
Replace open-coded version of hash_sha1_file()
by Rene Scharfe
· 18 years ago
972a915
Make write_sha1_file_prepare() void
by Rene Scharfe
· 18 years ago
8f97778
Make write_sha1_file_prepare() static
by Rene Scharfe
· 18 years ago
abdc3fc
Add hash_sha1_file()
by Rene Scharfe
· 18 years ago
780e6e7
make pack data reuse compatible with both delta types
by Nicolas Pitre
· 19 years ago
eb32d23
introduce delta objects with offset to base
by Nicolas Pitre
· 19 years ago
4305730
many cleanups to sha1_file.c
by Nicolas Pitre
· 19 years ago
e49521b
Make hexval() available to others.
by Junio C Hamano
· 19 years ago
4405fb7
Merge branch 'jc/pack'
by Junio C Hamano
· 19 years ago
a41fae9
get_sha1_hex() micro-optimization
by Junio C Hamano
· 19 years ago
Next »