]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2008-11-04 Shawn O. PearceAdd git_fsize to the os file API
2008-11-04 Shawn O. PearceRedefine git_fread, git_fwrite to transfer the whole...
2008-11-04 Shawn O. PearceAdd git_oid_cpy, git_oid_cmp as inline functions
2008-11-04 Shawn O. PearceAdd an extra oid test to verify control characters...
2008-11-04 Shawn O. PearceChange test_main to run a single test case out of the...
2008-11-04 Shawn O. PearceFix Makefile to correctly handle 'make -j4 test'
2008-11-04 Shawn O. PearceFix GIT_EXTERN to actually mark the prototype as extern
2008-11-04 Shawn O. PearceMove GIT_NORETURN into test_lib.h only
2008-11-04 Shawn O. PearceEnable warnings by default and fix warning in oid.c
2008-11-04 Shawn O. PearceCorrect indentation in git/odb.h
2008-11-02 Shawn O. PearceCreate a basic test suite for the library and test...
2008-11-01 Shawn O. PearceCreate a micro abstraction around the POSIX file APIs
2008-11-01 Shawn O. PearceSwitch the license from BSD to GPL+libgcc exception
2008-11-01 Shawn O. PearceMove include files to include/git/, drop git_ prefix...
2008-11-01 Shawn O. PearceScratch the git_revp_attr configuration of a git_revp
2008-11-01 Shawn O. PearceDocument the return NULL style of calling convention
2008-11-01 Shawn O. PearceDrop the _t suffix as it is a POSIX reserved namespace
2008-11-01 Shawn O. PearceReplace git_result_t with int
2008-10-31 Pierre HabouzitHide non-exported symbols when linking the library
2008-10-31 Shawn O. PearceTake the first stab at defining revision traversal
2008-10-31 Shawn O. PearceNote that comments should be doxygen javadoc style
2008-10-31 Shawn O. PearceFix Makefile targets to correctly depend on *.h files
2008-10-31 Shawn O. PearceCorrect group name of the git_odb module
2008-10-31 Shawn O. PearceUse wildcard to avoid listing out all source files...
2008-10-31 Shawn O. PearceBegin a description of our naming and coding conventions
2008-10-31 Shawn O. PearceAdd _t suffix to all data types
2008-10-31 Shawn O. PearceAdd a GIT_ prefix to OBJ_ constants to scope them better
2008-10-31 Shawn O. PearceHide git_odb's internal structure from applcation code
2008-10-31 Shawn O. PearceAdd a git_sobj_close to release the git_sobj data
2008-10-31 Shawn O. PearceCleanup git_odb documentation formatting
2008-10-31 Shawn O. PearceHide GIT_{BEGIN,END}_DECL from doxygen as its not part...
2008-10-31 Shawn O. PearceRename git_odb_sread to just git_odb_read
2008-10-31 Shawn O. PearceMark git_oid parameters const when they shouldn't be...
2008-10-31 Shawn O. PearceInitial draft of libgit2