]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2009-01-28 Ramsay JonesTidy up the readloose tests
2009-01-28 Ramsay JonesAdd some (macro) file operation wrappers
2009-01-28 Ramsay JonesAdd git__dirname and git__basename utility routines
2009-01-28 Ramsay JonesFix a sparse "symbol not declared" warning
2009-01-03 Shawn O. PearceAdd the binary delta apply algorithm for pack style...
2009-01-03 Shawn O. PearcePrecompute the fanout decoding and the oid offset in...
2009-01-03 Shawn O. PearceAdd basic support to read pack-*.idx v1 and v2 files
2009-01-03 Shawn O. PearceAdd a simple mmap wrapper for cross-platform mmap usage
2009-01-03 Shawn O. PearceRefactor pack memory management and locking to be safer
2009-01-03 Ramsay JonesFix snprintf compiler warning on cygwin
2009-01-03 Shawn O. PearceChange the use of asm/atomic.h to require -DGIT_HAS_ASM...
2009-01-03 Shawn O. PearceFix pthread_mutex based gitrc_dec
2009-01-01 Shawn O. PearceFind pack files in $GIT_DIR/objects/pack directory...
2009-01-01 Shawn O. PearceDefine gitfo_exists to determine file presence
2009-01-01 Shawn O. PearceAdd git__fmt as an easier to use snprintf
2008-12-31 Shawn O. PearceRewrite git_foreach_dirent into gitfo_dirent
2008-12-31 Shawn O. PearceAdd string utility functions for prefix and suffix...
2008-12-31 Ramsay JonesAdd a build variable to allow supression of -fvisibility
2008-12-31 Shawn O. PearceRun ranlib on libgit2.a after archiving it
2008-12-31 Shawn O. PearceAdd basic locking to the git_odb structure
2008-12-31 Shawn O. PearceAdd a mutex and atomic counter abstraction and implemen...
2008-12-31 Shawn O. PearceCleanup our header inclusion order to ensure pthread...
2008-12-31 Shawn O. PearceRename the test cases to run in specific orders
2008-12-31 Shawn O. PearceUndefine malloc,strdup,calloc before redefining them
2008-12-31 Shawn O. PearceSet GIT_EOSERR when the OS errno should be consulted
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-12-31 Shawn O. PearceRename the path of the objects directory to be more...
2008-12-31 Shawn O. PearceChange git_odb__read_packed to return ENOTFOUND until...
2008-12-31 Shawn O. PearceFix size_t snprintf warning by using PRIuPTR format...
2008-12-31 Shawn O. PearceSupport building on Mac OS X by using pthread_getspecif...
2008-12-31 Shawn O. PearceRemove unnecessary import of stdlib.h from revwalk.h
2008-12-31 Shawn O. PearceCleanup formatting in our head files to be more consistent
2008-12-31 Julio Espinoza... Change usages of static inline to GIT_INLINE
2008-12-31 Steve FrécinauxFix pkgconfig file wrt last added dependencies
2008-12-30 Ramsay JonesAdd a routine to determine a git_oid given an git_obj
2008-12-30 Ramsay JonesAdd some routines for SHA1 hash computation
2008-12-30 Ramsay JonesFix a bug in gitfo_read_file()
2008-12-30 Steve FrécinauxAdd pkg-config support.
2008-12-30 Steve FrécinauxAdd make install and uninstall targets.
2008-12-19 Ramsay JonesImplement git_odb__read_loose()
2008-12-19 Ramsay JonesAdd a file reading routine along with an io buffer...
2008-12-18 Shawn O. PearceRemove references to src/git/config.h
2008-12-18 Shawn O. PearceRun tests in their own subdirectory
2008-12-10 Ramsay JonesAdd some git_otype string conversion and testing routines
2008-12-09 Ramsay JonesFix an "implicit function definition" warning on cygwin
2008-12-09 Ramsay JonesAdd a GIT_PATH_MAX constant
2008-12-09 Ramsay JonesFix some doxygen warnings and errors
2008-12-09 Andreas EricssonAdd Adam Simpkins to list of consenting authors
2008-12-02 Shawn O. PearceAdd routines to convert git_oid to hex strings
2008-12-02 Ramsay JonesDiasble TLS on cygwin
2008-12-02 Ramsay JonesUse __CHECKER__ to detect when sparse is running
2008-12-02 Ramsay JonesUse cgcc in the sparse target
2008-12-02 Ramsay JonesFixup documentation to reflect the "git_obj" rename
2008-12-02 Andreas EricssonAdd a dirent walker to the fileops API
2008-12-02 Andreas EricssonAdd an io caching layer to the gitfo api
2008-12-02 Andreas EricssonRemove config.h and make fileops an internal API
2008-12-02 Andreas Ericssondoxygen config: Update path to public headers
2008-12-02 Andreas EricssonAdd a new author state "ign" to git.git-authors
2008-12-02 Andreas EricssonAdd Kristian Høgsberg to the list of consenting authors
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
next