index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commit.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do a full parse on commits before modifying them
Vicent Marti
2010-10-29
1
-0
/
+12
*
Fix internal memory management on the library
Vicent Marti
2010-10-28
1
-164
/
+68
*
Add support for in-memory objects
Vicent Marti
2010-09-20
1
-1
/
+6
*
Add setter methods & write support for git_commit
Vicent Marti
2010-09-20
1
-69
/
+139
*
Give object structures more descriptive names
Vicent Marti
2010-09-19
1
-3
/
+3
*
Add generic methods for object writeback
Vicent Marti
2010-09-18
1
-2
/
+2
*
Fix object handling in git_repository
Vicent Marti
2010-08-12
1
-20
/
+5
*
Redesigned the walking/object lookup interface
Vicent Marti
2010-08-12
1
-267
/
+28
*
Refactor parsing methods
Vicent Marti
2010-08-07
1
-13
/
+13
*
Add parsing of tree file contents.
Vicent Marti
2010-07-15
1
-0
/
+1
*
Add external API to access detailed commit attributes
Vicent Marti
2010-07-15
1
-37
/
+206
*
Add support for tree objects in revision pools
Vicent Marti
2010-07-15
1
-1
/
+2
*
Changed revpool's object table to support arbitrary objects
Vicent Marti
2010-07-15
1
-2
/
+9
*
Fixed memory leaks in test suite
Vicent Marti
2010-07-10
1
-1
/
+1
*
Style: Do not use (C99) // comments
Ramsay Jones
2010-06-02
1
-2
/
+2
*
Style: Fix brace placement and spacing
Ramsay Jones
2010-06-02
1
-2
/
+1
*
Fix inconsistent definition of off_t on Linux
Ramsay Jones
2010-06-02
1
-2
/
+0
*
Fix sparse warnings: "Using plain integer as NULL pointer"
Ramsay Jones
2010-06-02
1
-3
/
+3
*
msvc: Fix a "declaration after statement" compilation error
Ramsay Jones
2010-06-02
1
-1
/
+3
*
Improved error handling on auxilirary functions.
Vicent Marti
2010-06-02
1
-12
/
+13
*
Added new error codes. Improved error handling.
Vicent Marti
2010-06-02
1
-18
/
+20
*
Fixed brace placement and converted spaces to tabs.
Vicent Marti
2010-06-02
1
-235
/
+222
*
Fixed topological commit sorting (no longerd reversed) and commit time
Vicent Marti
2010-06-02
1
-1
/
+2
*
Fixed topological sorting stuck in infinite loop.
Vicent Marti
2010-06-02
1
-4
/
+10
*
Fixed parsing commit times (they weren't being stored at all!)
Vicent Marti
2010-06-02
1
-1
/
+8
*
Changed commit time sorting to be descending (from newest to oldest).
Vicent Marti
2010-06-02
1
-1
/
+1
*
Add topological sorting and new insertion methods for commit lists.
Vicent Marti
2010-06-02
1
-3
/
+65
*
Fixed linked list tail being lost when sorting.
Vicent Marti
2010-06-02
1
-6
/
+6
*
Added sort method for commit lists.
Vicent Marti
2010-06-02
1
-3
/
+57
*
Add commit caching on the commit table.
Vicent Marti
2010-06-02
1
-0
/
+6
*
Add 'git_revpool_object' and 'git_revpool_table' structures.
Vicent Marti
2010-06-02
1
-8
/
+6
*
Changed 'git_commit_list' from a linked list to a doubly-linked list.
Vicent Marti
2010-06-02
1
-22
/
+83
*
Add arbritrary ordering revision walking.
Vicent Marti
2010-06-02
1
-7
/
+8
*
Split git_commit_lookup into separate functions.
Vicent Marti
2010-06-02
1
-19
/
+49
*
Add commit parents to parsed commits and commit lists to the revpool.
Vicent Marti
2010-06-02
1
-1
/
+44
*
Add unit tests for Commit parsing
Vicent Marti
2010-06-02
1
-0
/
+3
*
Fixed indentation issues in commit.c
Vicent Marti
2010-06-02
1
-8
/
+9
*
Add basic functionality for commit lookup/parsing
Vicent Marti
2010-06-02
1
-0
/
+118
*
Wrap malloc and friends and report out of memory as GIT_ENOMEM
Shawn O. Pearce
2008-12-30
1
-0
/
+1
*
Get rid of GIT__PRIVATE macro
Andreas Ericsson
2008-11-22
1
-1
/
+1
*
Switch the license from BSD to GPL+libgcc exception
Shawn O. Pearce
2008-11-01
1
-29
/
+19
*
Move include files to include/git/, drop git_ prefix from file names
Shawn O. Pearce
2008-11-01
1
-0
/
+41
[prev]