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
2007-05-20
Merge branch 'np/pack'
Junio C Hamano
1
-36
/
+11
2007-05-15
Ensure return value from xread() is always stored into an ssize_t
Johan Herland
1
-1
/
+1
2007-05-10
deprecate the new loose object header format
Nicolas Pitre
1
-36
/
+11
2007-04-25
Merge branch 'maint'
Junio C Hamano
1
-5
/
+5
2007-04-25
Actually handle some-low memory conditions
Shawn O. Pearce
1
-5
/
+5
2007-04-21
Merge branch 'jc/attr'
Junio C Hamano
1
-4
/
+3
2007-04-21
Merge branch 'lt/gitlink'
Junio C Hamano
1
-0
/
+3
2007-04-20
Simplify calling of CR/LF conversion routines
Alex Riesen
1
-4
/
+3
2007-04-16
add get_size_from_delta()
Nicolas Pitre
1
-34
/
+39
2007-04-10
Teach core object handling functions about gitlinks
Linus Torvalds
1
-0
/
+3
2007-04-10
sha1_file.c: learn about index version 2
Nicolas Pitre
1
-29
/
+89
2007-04-10
make overflow test on delta base offset work regardless of variable size
Nicolas Pitre
1
-1
/
+1
2007-04-10
get rid of num_packed_objects()
Nicolas Pitre
1
-11
/
+6
2007-04-05
clean up and optimize nth_packed_object_sha1() usage
Nicolas Pitre
1
-5
/
+4
2007-03-27
sha1_file.c (write_sha1_file): Detect close failure
Junio C Hamano
1
-1
/
+2
2007-03-27
sha1_file.c (write_sha1_from_fd): Detect close failure.
Jim Meyering
1
-1
/
+2
2007-03-24
write_sha1_from_fd() should make new objects read-only
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
Be more careful about zlib return values
Linus Torvalds
1
-4
/
+9
2007-03-20
index-pack: use hash_sha1_file()
Nicolas Pitre
1
-2
/
+2
2007-03-19
Fix loose object uncompression check.
Linus Torvalds
1
-2
/
+15
2007-03-19
use a LRU eviction policy for the delta base cache
Nicolas Pitre
1
-8
/
+31
2007-03-19
clean up the delta base cache size a bit
Nicolas Pitre
1
-3
/
+3
2007-03-18
Limit the size of the new delta_base_cache
Shawn O. Pearce
1
-4
/
+26
2007-03-18
Reuse cached data out of delta base cache.
Nicolas Pitre
1
-4
/
+10
2007-03-18
Implement a simple delta_base cache
Linus Torvalds
1
-1
/
+42
2007-03-18
Make trivial wrapper functions around delta base generation and freeing
Linus Torvalds
1
-2
/
+14
2007-03-16
[PATCH] clean up pack index handling a bit
Nicolas Pitre
1
-44
/
+42
2007-03-11
prepare_packed_git(): sort packs by age and localness.
Junio C Hamano
1
-0
/
+56
2007-03-10
Merge branch 'jc/fsck'
Junio C Hamano
1
-8
/
+19
2007-03-07
Cast 64 bit off_t to 32 bit size_t
Shawn O. Pearce
1
-17
/
+23
2007-03-07
Use off_t when we really mean a file offset.
Shawn O. Pearce
1
-25
/
+29
2007-03-07
Use uint32_t for all packed object counts.
Shawn O. Pearce
1
-5
/
+5
2007-03-07
General const correctness fixes
Shawn O. Pearce
1
-2
/
+1
2007-03-07
Fix mmap leak caused by reading bad indexes.
Shawn O. Pearce
1
-9
/
+16
2007-03-07
Display the null SHA-1 as the base for an OBJ_OFS_DELTA.
Shawn O. Pearce
1
-0
/
+1
2007-03-05
unpack_sha1_file(): detect corrupt loose object files.
Junio C Hamano
1
-8
/
+19
2007-02-28
index_fd(): convert blob only if it is a regular file.
Junio C Hamano
1
-1
/
+1
2007-02-28
index_fd(): pass optional path parameter as hint for blob conversion
Junio C Hamano
1
-3
/
+3
2007-02-28
index_fd(): use enum object_type instead of type name string.
Junio C Hamano
1
-6
/
+7
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-90
/
+82
2007-02-27
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
1
-14
/
+5
2007-02-27
sha1_file.c: don't ignore an error condition in sha1_loose_object_info()
Nicolas Pitre
1
-1
/
+1
2007-02-27
sha1_file.c: cleanup "offset" usage
Nicolas Pitre
1
-59
/
+51
2007-02-27
sha1_file.c: cleanup hdr usage
Nicolas Pitre
1
-12
/
+12
2007-02-22
Merge branches 'lt/crlf' and 'jc/apply-config'
Junio C Hamano
1
-2
/
+21
2007-02-15
pretend-sha1: grave bugfix.
Junio C Hamano
1
-1
/
+3
2007-02-14
sha1_file.c: Round the mmap offset to half the window size.
Alexandre Julliard
1
-5
/
+3
2007-02-14
Lazy man's auto-CRLF
Linus Torvalds
1
-2
/
+21
2007-02-13
Mark places that need blob munging later for CRLF conversion.
Linus Torvalds
1
-0
/
+1
[next]