summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the first 4 bytes of an OID as hash, instead of full hashing.Vicent Marti2010-06-021-21/+1
* Added new error codes. Improved error handling.Vicent Marti2010-06-026-37/+57
* Removed trailing whitespace.Vicent Marti2010-06-020-0/+0
* Fixed brace placement and converted spaces to tabs.Vicent Marti2010-06-026-471/+441
* Added t0501-walk (simple test for all revision pool walking modes)Vicent Marti2010-06-0222-0/+92
* 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-022-3/+3
* 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-025-15/+99
* 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
* Updated t0401 (commit parsing) to reflect the new API changes.Vicent Marti2010-06-021-4/+9
* Add unit tests for list sorting.Vicent Marti2010-06-021-0/+60
* 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-023-0/+168
* 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-046-22/+38
* 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
* Makefile(s): Don't include the OpenSSL crypto library in the linkRamsay Jones2010-04-282-6/+2
* Makefile: 'make clean' wipe all editor backup files in src/*/Ramsay Jones2010-04-281-1/+1
* Makefile: Add source for the built-in SHA1 routines to $(SRC_C)Ramsay Jones2010-04-281-4/+3
* win32: Remove wsock32 from the list of libraries to linkRamsay Jones2010-04-281-2/+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-2322-237/+524
|\
| * 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
| * Makefile: Add support for custom build options in config.mak fileRamsay Jones2010-02-283-0/+5
| * Fix some coding style issuesRamsay Jones2010-02-2816-145/+142
* | Correct Adam Simpkins' nameAndreas Ericsson2010-04-151-1/+1
* | Add block-sha1 in favour of the mozilla routinesAndreas Ericsson2010-04-149-262/+387
* | Add assembly sha1 implementation for ppcAndreas Ericsson2010-04-143-0/+321