summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename "git_sobj" "git_obj"Andreas Ericsson2008-11-181-1/+1
* Implement some of the basic git_odb open and close APIShawn O. Pearce2008-11-031-5/+55
* Add git_fsize to the os file APIShawn O. Pearce2008-11-031-1/+8
* Redefine git_fread, git_fwrite to transfer the whole unitShawn O. Pearce2008-11-031-12/+41
* 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
* Create a micro abstraction around the POSIX file APIsShawn O. Pearce2008-11-011-0/+47
* Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce2008-11-014-116/+76
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-019-497/+4
* Scratch the git_revp_attr configuration of a git_revpShawn O. Pearce2008-10-313-79/+2
* Drop the _t suffix as it is a POSIX reserved namespaceShawn O. Pearce2008-10-319-54/+54
* Replace git_result_t with intShawn O. Pearce2008-10-317-12/+9
* Hide non-exported symbols when linking the libraryPierre Habouzit2008-10-311-1/+5
* Take the first stab at defining revision traversalShawn O. Pearce2008-10-315-0/+360
* Correct group name of the git_odb moduleShawn O. Pearce2008-10-311-1/+1
* Add _t suffix to all data typesShawn O. Pearce2008-10-315-22/+25
* Add a GIT_ prefix to OBJ_ constants to scope them betterShawn O. Pearce2008-10-311-9/+9
* Hide git_odb's internal structure from applcation codeShawn O. Pearce2008-10-312-10/+12
* Add a git_sobj_close to release the git_sobj dataShawn O. Pearce2008-10-311-0/+11
* Cleanup git_odb documentation formattingShawn O. Pearce2008-10-311-6/+18
* Rename git_odb_sread to just git_odb_readShawn O. Pearce2008-10-312-6/+6
* Mark git_oid parameters const when they shouldn't be modifiedShawn O. Pearce2008-10-312-4/+4
* Initial draft of libgit2Shawn O. Pearce2008-10-315-0/+408