0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 19 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add topological sorting and new insertion methods for commit lists. More... almost 14 years ago
Fixed linked list tail being lost when sorting. More... almost 14 years ago
Add object cache to the revision pool. Fixed issue when generating pending commits list during iteration. More... almost 14 years ago
Updated t0401 (commit parsing) to reflect the new API changes. More... almost 14 years ago
Add unit tests for list sorting. More... almost 14 years ago
Added sort method for commit lists. Fixed bug when parsing time headers from commits. More... almost 14 years ago
Add commit caching on the commit table. Properly initialize the pending commits list. More... almost 14 years ago
Add 'git_revpool_object' and 'git_revpool_table' structures. More... almost 14 years ago
Changed 'git_commit_list' from a linked list to a doubly-linked list. Changed 'git_commit' to use bit fields instead of flags. More... almost 14 years ago
Removed 'git_commit_uninteresting' from the public API. More... almost 14 years ago
Add arbritrary ordering revision walking. More... almost 14 years ago
Split git_commit_lookup into separate functions. More... almost 14 years ago
Add commit parents to parsed commits and commit lists to the revpool. Basic support for iterating the revpool. More... almost 14 years ago
Add unit tests for Commit parsing More... about 14 years ago
Fixed indentation issues in commit.c More... about 14 years ago
Add basic functionality for commit lookup/parsing More... about 14 years ago
msvc: Select the "fast" definition of the {get,put}_be32() macros More... about 14 years ago
Makefile: Add a target to generate C preprocessor output files More... about 14 years ago
Fixed typos in the revwalk API documentation More... about 14 years ago
Add functions to open a '*.pack' file and perform some basic validation More... about 14 years ago
Add support to enable the library to use OpenSSL SHA1 functions More... about 14 years ago
Makefile(s): Don't include the OpenSSL crypto library in the link More... about 14 years ago
Makefile: 'make clean' wipe all editor backup files in src/*/ More... about 14 years ago
Makefile: Add source for the built-in SHA1 routines to $(SRC_C) More... about 14 years ago
win32: Remove wsock32 from the list of libraries to link More... about 14 years ago
MSVC: Fix some compiler warnings More... about 14 years ago
MSVC: Fix a syntax error caused by an inline function definition More... about 14 years ago
Merge remote branch 'ramsay/dev' More... about 14 years ago
Add block-sha1 in favour of the mozilla routines More... about 14 years ago
Add assembly sha1 implementation for ppc More... about 14 years ago