summaryrefslogtreecommitdiff
path: root/src/oid.c
Commit message (Expand)AuthorAgeFilesLines
* Change include structure for the projectVicent Marti2010-12-061-0/+15
* Small source code readability improvements.nulltoken2010-12-051-2/+2
* Fix internal memory management on the libraryVicent Marti2010-10-281-0/+35
* Fix a bug in the git_oid_to_string() functionRamsay Jones2010-06-071-1/+3
* Fix some "signed v unsigned comparison" warnings with -WextraRamsay Jones2010-01-201-3/+3
* Add the git_oid_to_string() utility functionRamsay Jones2009-10-131-0/+20
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-1/+1
* Change usages of static inline to GIT_INLINEJulio Espinoza-Sokal2008-12-301-1/+1
* Fix an "implicit function definition" warning on cygwinRamsay Jones2008-12-091-0/+1
* Add routines to convert git_oid to hex stringsShawn O. Pearce2008-12-021-0/+36
* Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce2008-11-031-5/+0
* Enable warnings by default and fix warning in oid.cShawn O. Pearce2008-11-031-1/+2
* Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce2008-11-011-29/+19
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-011-0/+73