summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed topological commit sorting (no longerd reversed) and commit timeVicent Marti2010-06-021-1/+2
* Fixed topological sorting stuck in infinite loop.Vicent Marti2010-06-021-4/+10
* Fixed parsing commit times (they weren't being stored at all!)Vicent Marti2010-06-022-3/+10
* Changed commit time sorting to be descending (from newest to oldest).Vicent Marti2010-06-021-1/+1
* Add external API for revision sorting.Vicent Marti2010-06-023-11/+57
* Properly reset all commit properties when doing a gitrp_reset().Vicent Marti2010-06-023-0/+59
* Add topological sorting and new insertion methods for commit lists.Vicent Marti2010-06-024-9/+93
* Fixed linked list tail being lost when sorting.Vicent Marti2010-06-021-6/+6
* Add object cache to the revision pool.Vicent Marti2010-06-023-28/+27
* Added sort method for commit lists.Vicent Marti2010-06-022-3/+58
* Add commit caching on the commit table.Vicent Marti2010-06-025-23/+63
* Add 'git_revpool_object' and 'git_revpool_table' structures.Vicent Marti2010-06-025-11/+216
* Changed 'git_commit_list' from a linked list to a doubly-linked list.Vicent Marti2010-06-024-67/+128
* Removed 'git_commit_uninteresting' from the public API.Vicent Marti2010-06-021-8/+0
* Add arbritrary ordering revision walking.Vicent Marti2010-06-025-19/+68
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-025-28/+82
* Add commit parents to parsed commits and commit lists to the revpool.Vicent Marti2010-06-024-1/+114
* Add unit tests for Commit parsingVicent Marti2010-06-021-0/+3
* Fixed indentation issues in commit.cVicent Marti2010-06-022-12/+13
* Add basic functionality for commit lookup/parsingVicent Marti2010-06-023-2/+129
* Fixed typos in the revwalk API documentationVicent Marti2010-06-021-2/+2
* Add support to enable the library to use OpenSSL SHA1 functionsRamsay Jones2010-05-044-22/+24
* Add functions to open a '*.pack' file and perform some basic validationRamsay Jones2010-04-302-1/+116
* Add some more (macro) file operation wrappersRamsay Jones2010-04-303-2/+6
* Fix the memory leak caused by failing to free the 'offset index'Ramsay Jones2010-04-301-0/+2
* MSVC: Fix some compiler warningsRamsay Jones2010-04-281-4/+4
* MSVC: Fix a syntax error caused by an inline function definitionRamsay Jones2010-04-281-1/+1
* Merge remote branch 'ramsay/dev'Andreas Ericsson2010-04-2311-116/+400
|\
| * Add a pack index 'virtual function' to fetch an index entryRamsay Jones2010-02-281-0/+64
| * Add a pack index 'virtual function' to search by file offsetRamsay Jones2010-02-281-26/+212
| * Change the interface of the pack index search functionRamsay Jones2010-02-281-24/+20
| * Add an 64-bit offset table index bounds check for v2 pack indexRamsay Jones2010-02-281-2/+17
| * Add a minimum size check when opening an v2 pack index fileRamsay Jones2010-02-281-0/+8
| * win32: Add separate MinGW and MSVC compatability header filesRamsay Jones2010-02-283-41/+57
| * Fix some coding style issuesRamsay Jones2010-02-288-24/+23
* | Add block-sha1 in favour of the mozilla routinesAndreas Ericsson2010-04-148-248/+377
* | Add assembly sha1 implementation for ppcAndreas Ericsson2010-04-143-0/+321
|/
* msvc: Fix some "unreferenced formal parameter" warningsRamsay Jones2010-01-202-0/+9
* msvc: Fix some -W4 warningsRamsay Jones2010-01-203-6/+11
* Fix some "unused parameter" warnings with -WextraRamsay Jones2010-01-203-2/+20
* Fix "'__thread' not at start of declaration" warnings (-Wextra)Ramsay Jones2010-01-202-2/+13
* Fix some "signed v unsigned comparison" warnings with -WextraRamsay Jones2010-01-204-11/+11
* Fix an always false comparison "unsigned < 0" warningRamsay Jones2010-01-201-1/+1
* Save the git_file in the gitfo_cache when enabling cachingRamsay Jones2010-01-201-0/+1
* win32: Add a 'git__' prefix to the directory reading routinesRamsay Jones2010-01-202-13/+23
* win32: Use an 64-bit file offset typeRamsay Jones2010-01-204-6/+29
* Add support for the MinGW platformRamsay Jones2010-01-202-4/+4
* Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones2010-01-202-3/+3
* Add the git_oid_to_string() utility functionRamsay Jones2009-10-132-1/+38
* win32: Define the ssize_t type using SSIZE_T if supportedRamsay Jones2009-10-131-5/+8