index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't dereference NULL upon lookup failure.
Jim Meyering
2007-12-22
1
-13
/
+22
*
Don't assume tree entries that are not dirs are blobs
Sam Vilain
2007-06-07
1
-0
/
+3
*
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
2007-05-25
1
-0
/
+1
|
\
|
*
fix memory leak in parse_object when check_sha1_signature fails
Carlos Rica
2007-05-25
1
-0
/
+1
*
|
add add_object_array_with_mode
Martin Koegler
2007-04-24
1
-0
/
+6
*
|
Clean up object creation to use more common code
Linus Torvalds
2007-04-17
1
-7
/
+7
*
|
Use proper object allocators for unknown object nodes too
Linus Torvalds
2007-04-17
1
-12
/
+3
|
/
*
Don't ever return corrupt objects from "parse_object()"
Linus Torvalds
2007-03-21
1
-2
/
+4
*
get rid of lookup_object_type()
Nicolas Pitre
2007-02-27
1
-18
/
+0
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-8
/
+8
*
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
2007-02-27
1
-3
/
+23
*
Add git-for-each-ref: helper for language bindings
Junio C Hamano
2006-09-16
1
-27
/
+41
*
Use xcalloc instead of calloc
Jonas Fonseca
2006-08-28
1
-1
/
+1
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-1
/
+1
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-1
/
+1
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-3
/
+4
*
git object hash cleanups
v1.4.1
Linus Torvalds
2006-07-02
1
-44
/
+53
*
Abstract out accesses to object hash array
Linus Torvalds
2006-06-30
1
-3
/
+12
*
Add "named object array" concept
Linus Torvalds
2006-06-20
1
-0
/
+17
*
Remove "refs" field from "struct object"
Linus Torvalds
2006-06-18
1
-70
/
+0
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-18
1
-2
/
+6
*
Make "tree_entry" have a SHA1 instead of a union of object pointers
Linus Torvalds
2006-05-30
1
-1
/
+1
*
Make "struct tree" contain the pointer to the tree buffer
Linus Torvalds
2006-05-30
1
-1
/
+4
*
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
2006-04-04
1
-4
/
+2
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-4
/
+4
*
Fix object re-hashing
Linus Torvalds
2006-02-12
1
-1
/
+1
*
hashtable-based objects: minimum fixups.
Junio C Hamano
2006-02-12
1
-2
/
+4
*
Use a hashtable for objects instead of a sorted list
Johannes Schindelin
2006-02-12
1
-29
/
+40
*
[PATCH] Compilation: zero-length array declaration.
Junio C Hamano
2006-01-07
1
-1
/
+1
*
qsort() ptrdiff_t may be larger than int
Junio C Hamano
2005-12-07
1
-1
/
+6
*
Rework object refs tracking to reduce memory usage
Sergey Vlasov
2005-11-15
1
-18
/
+44
*
[PATCH] Avoid building object ref lists when not needed
Linus Torvalds
2005-09-17
1
-3
/
+10
*
[PATCH] Add function to append to an object_list.
Daniel Barkalow
2005-09-11
1
-0
/
+11
*
[PATCH] Object library enhancements
barkalow@iabervon.org
2005-08-03
1
-1
/
+54
*
[PATCH] Remove "delta" object representation.
Junio C Hamano
2005-06-28
1
-18
/
+6
*
[PATCH] Parse tags for absent objects
Daniel Barkalow
2005-06-22
1
-0
/
+16
*
[PATCH] Anal retentive 'const unsigned char *sha1'
Jason McMullan
2005-06-08
1
-4
/
+4
*
Make "parse_object()" also fill in commit message buffer data.
Linus Torvalds
2005-05-26
1
-0
/
+4
*
Include file cleanups..
Linus Torvalds
2005-05-22
1
-2
/
+0
*
[PATCH] delta check
Nicolas Pitre
2005-05-21
1
-2
/
+9
*
[PATCH] don't load and decompress objects twice with parse_object()
Nicolas Pitre
2005-05-06
1
-14
/
+16
*
[PATCH] Fix memory leaks in git-fsck-cache
Sergey Vlasov
2005-05-04
1
-1
/
+2
*
[PATCH] Add function to parse an object of unspecified type (take 2)
Daniel Barkalow
2005-04-28
1
-0
/
+40
*
[PATCH] introduce xmalloc and xrealloc
Christopher Li
2005-04-26
1
-2
/
+2
*
[PATCH] Implementations of parsing functions
Daniel Barkalow
2005-04-18
1
-0
/
+96