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
/
object.c
Commit message (
Expand
)
Author
Age
*
Add git-for-each-ref: helper for language bindings
Junio C Hamano
2006-09-16
*
Use xcalloc instead of calloc
Jonas Fonseca
2006-08-27
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-12
*
git object hash cleanups
v1.4.1
Linus Torvalds
2006-07-01
*
Abstract out accesses to object hash array
Linus Torvalds
2006-06-29
*
Add "named object array" concept
Linus Torvalds
2006-06-19
*
Remove "refs" field from "struct object"
Linus Torvalds
2006-06-18
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-17
*
Make "tree_entry" have a SHA1 instead of a union of object pointers
Linus Torvalds
2006-05-29
*
Make "struct tree" contain the pointer to the tree buffer
Linus Torvalds
2006-05-29
*
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
2006-04-04
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
*
Fix object re-hashing
Linus Torvalds
2006-02-12
*
hashtable-based objects: minimum fixups.
Junio C Hamano
2006-02-12
*
Use a hashtable for objects instead of a sorted list
Johannes Schindelin
2006-02-12
*
[PATCH] Compilation: zero-length array declaration.
Junio C Hamano
2006-01-07
*
qsort() ptrdiff_t may be larger than int
Junio C Hamano
2005-12-06
*
Rework object refs tracking to reduce memory usage
Sergey Vlasov
2005-11-15
*
[PATCH] Avoid building object ref lists when not needed
Linus Torvalds
2005-09-16
*
[PATCH] Add function to append to an object_list.
Daniel Barkalow
2005-09-10
*
[PATCH] Object library enhancements
barkalow@iabervon.org
2005-08-02
*
[PATCH] Remove "delta" object representation.
Junio C Hamano
2005-06-27
*
[PATCH] Parse tags for absent objects
Daniel Barkalow
2005-06-21
*
[PATCH] Anal retentive 'const unsigned char *sha1'
Jason McMullan
2005-06-08
*
Make "parse_object()" also fill in commit message buffer data.
Linus Torvalds
2005-05-25
*
Include file cleanups..
Linus Torvalds
2005-05-22
*
[PATCH] delta check
Nicolas Pitre
2005-05-20
*
[PATCH] don't load and decompress objects twice with parse_object()
Nicolas Pitre
2005-05-06
*
[PATCH] Fix memory leaks in git-fsck-cache
Sergey Vlasov
2005-05-04
*
[PATCH] Add function to parse an object of unspecified type (take 2)
Daniel Barkalow
2005-04-28
*
[PATCH] introduce xmalloc and xrealloc
Christopher Li
2005-04-26
*
[PATCH] Implementations of parsing functions
Daniel Barkalow
2005-04-18