0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a 'git__' prefix to the block-sha1 functions More... almost 14 years ago
Remove the sha1.h header file and inline the content into hash.c More... almost 14 years ago
msvc: Disable a level 4 warning and change -W3 to -W4 More... almost 14 years ago
Fix a bug in the git_oid_to_string() function More... almost 14 years ago
Style: Do not use (C99) // comments More... almost 14 years ago
Style: Fix brace placement and spacing More... almost 14 years ago
Fix a memory leak shown by valgrind More... almost 14 years ago
Fix inconsistent definition of off_t on Linux More... almost 14 years ago
Fix a "dereference of type-punned pointer" compiler warning More... almost 14 years ago
Fix a doxygen warning More... almost 14 years ago
Fix sparse warnings: "symbol not declared. Should it be static?" More... almost 14 years ago
Fix sparse warnings: "Using plain integer as NULL pointer" More... almost 14 years ago
msvc: tests/t0403-lists.c: Fix a compiler warning More... almost 14 years ago
msvc: Fix an "conversion, loss of data" compiler warning More... almost 14 years ago
msvc: Fix some compiler warnings More... almost 14 years ago
Fix some "signed/unsigned comparison" compilation warnings More... almost 14 years ago
Fix a memory corruption runtime error More... almost 14 years ago
msvc: Fix a "declaration after statement" compilation error More... almost 14 years ago
Improved error handling on auxilirary functions. More... almost 14 years ago
Use the first 4 bytes of an OID as hash, instead of full hashing. More... almost 14 years ago
Added new error codes. Improved error handling. More... almost 14 years ago
Removed trailing whitespace. More... almost 14 years ago
Fixed brace placement and converted spaces to tabs. More... almost 14 years ago
Added t0501-walk (simple test for all revision pool walking modes) More... almost 14 years ago
Fixed topological commit sorting (no longerd reversed) and commit time sorting ('prev' pointers in the linked list are no longer lost). More... almost 14 years ago
Fixed topological sorting stuck in infinite loop. More... almost 14 years ago
Fixed parsing commit times (they weren't being stored at all!) More... almost 14 years ago
Changed commit time sorting to be descending (from newest to oldest). More... almost 14 years ago
Add external API for revision sorting. More... almost 14 years ago
Properly reset all commit properties when doing a gitrp_reset(). Add git_revpool_table_free() method. More... almost 14 years ago