summaryrefslogtreecommitdiff
path: root/src/git
Commit message (Expand)AuthorAgeFilesLines
...
* 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