]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2008-12-02 Andreas EricssonAdd Adam Simpkins as ??? to git.git-authors
2008-12-02 Andreas EricssonAdd René Scharfe to git.git-authors
2008-12-02 Andreas EricssonAdd Matthieu Moy and Steffen Prohaska to git.git-authors
2008-12-02 Andreas EricssonAdd Sven Verdoolaege to git.git-authors
2008-11-22 Andreas EricssonMake using CFLAGS a bit simpler
2008-11-22 Andreas EricssonAdd $(CONFIG_H) as a build-dependency for sparse
2008-11-22 Andreas EricssonMake src/git/config.h a macro in Makefile
2008-11-22 Andreas EricssonRemove license top-comment from public header files
2008-11-22 Andreas EricssonAdd an embryo of a TLS-aware error handling system
2008-11-22 Andreas EricssonAdd util.h - utility macros
2008-11-22 Andreas EricssonAdd internal common.h file
2008-11-22 Andreas EricssonAdd cc-compat.h - C compiler compat macros for internal use
2008-11-22 Andreas EricssonRename git_revpool_* functions gitrp_*
2008-11-22 Andreas EricssonAdd a 'sparse' make target
2008-11-22 Andreas Ericssons/COPYING/.HEADER/ for install-headers target
2008-11-22 Andreas EricssonGet rid of GIT__PRIVATE macro
2008-11-18 Andreas EricssonAdd compiler/platform agnostic thread-local storage
2008-11-18 Andreas EricssonAdd a fake and phony install-headers target
2008-11-18 Andreas EricssonMove public headers to src/git
2008-11-18 Andreas Ericssons/git_revp/git_revpool/
2008-11-18 Andreas EricssonRename "git_sobj" "git_obj"
2008-11-18 Andreas EricssonUse same-directory include for public headers
2008-11-18 Andreas EricssonList git.git authors consenting to relicense their...
2008-11-04 Shawn O. PearceAdd a zlib support shell
2008-11-04 Shawn O. PearceImplement some of the basic git_odb open and close API
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