summaryrefslogtreecommitdiff
path: root/src/git
Commit message (Expand)AuthorAgeFilesLines
* Add setter methods & write support for git_commitVicent Marti2010-09-201-0/+35
* Give object structures more descriptive namesVicent Marti2010-09-195-16/+16
* Add methods to access internal attributes in git_repoVicent Marti2010-09-121-0/+23
* Fix: do not export custom types in the extern APIVicent Marti2010-09-091-1/+1
* Add support for manually freeing repo objectsVicent Marti2010-08-121-0/+15
* Finish the tree object APIVicent Marti2010-08-121-0/+56
* Add support for git index filesVicent Marti2010-08-121-0/+88
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-127-88/+117
* Add loading and parsing of tag objectsVicent Marti2010-08-121-0/+89
* Refactor parsing methodsVicent Marti2010-08-072-9/+9
* Add parsing of tree file contents.Vicent Marti2010-07-151-0/+12
* Add external API to access detailed commit attributesVicent Marti2010-07-151-1/+51
* Add support for tree objects in revision poolsVicent Marti2010-07-151-0/+39
* Fixed memory leaks in test suiteVicent Marti2010-07-101-0/+6
* Fix a doxygen warningRamsay Jones2010-06-021-0/+1
* Added new error codes. Improved error handling.Vicent Marti2010-06-022-2/+8
* Add external API for revision sorting.Vicent Marti2010-06-021-0/+36
* Removed 'git_commit_uninteresting' from the public API.Vicent Marti2010-06-021-8/+0
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-0/+8
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-2/+12
* Add basic functionality for commit lookup/parsingVicent Marti2010-06-021-2/+2
* Fixed typos in the revwalk API documentationVicent Marti2010-06-021-2/+2
* Fix some coding style issuesRamsay Jones2010-02-284-11/+10
* Fix "'__thread' not at start of declaration" warnings (-Wextra)Ramsay Jones2010-01-202-2/+13
* Add the git_oid_to_string() utility functionRamsay Jones2009-10-131-1/+18
* win32: Add support for the MS Visual C/C++ compilerRamsay Jones2009-06-151-0/+4
* Implement git_odb_write()Ramsay Jones2009-06-051-0/+12
* Add the git_odb_exists() object query functionRamsay Jones2009-02-111-0/+11
* Rewrite git_foreach_dirent into gitfo_direntShawn O. Pearce2008-12-311-33/+0
* Cleanup our header inclusion order to ensure pthread.h is earlyShawn O. Pearce2008-12-311-1/+10
* Set GIT_EOSERR when the OS errno should be consultedShawn O. Pearce2008-12-301-0/+3
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-0/+3
* Support building on Mac OS X by using pthread_getspecific for TLSShawn O. Pearce2008-12-302-3/+19
* Cleanup formatting in our head files to be more consistentShawn O. Pearce2008-12-303-5/+14
* Add a routine to determine a git_oid given an git_objRamsay Jones2008-12-301-0/+14
* Add some git_otype string conversion and testing routinesRamsay Jones2008-12-101-0/+28
* Fix some doxygen warnings and errorsRamsay Jones2008-12-092-4/+4
* Add routines to convert git_oid to hex stringsShawn O. Pearce2008-12-021-1/+41
* Diasble TLS on cygwinRamsay Jones2008-12-021-2/+2
* Use __CHECKER__ to detect when sparse is runningRamsay Jones2008-12-021-1/+1
* Fixup documentation to reflect the "git_obj" renameRamsay Jones2008-12-021-5/+5
* Add a dirent walker to the fileops APIAndreas Ericsson2008-12-021-0/+32
* Remove config.h and make fileops an internal APIAndreas Ericsson2008-12-025-131/+2
* Remove license top-comment from public header filesAndreas Ericsson2008-11-227-175/+0
* Add an embryo of a TLS-aware error handling systemAndreas Ericsson2008-11-222-0/+32
* Get rid of GIT__PRIVATE macroAndreas Ericsson2008-11-221-8/+0
* Add compiler/platform agnostic thread-local storageAndreas Ericsson2008-11-181-0/+25
* Move public headers to src/gitAndreas Ericsson2008-11-188-0/+697