]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2010-06-02 Vicent MartiAdd external API for revision sorting.
2010-06-02 Vicent MartiProperly reset all commit properties when doing a gitrp...
2010-06-02 Vicent MartiAdd topological sorting and new insertion methods for...
2010-06-02 Vicent MartiFixed linked list tail being lost when sorting.
2010-06-02 Vicent MartiAdd object cache to the revision pool.
2010-06-02 Vicent MartiUpdated t0401 (commit parsing) to reflect the new API...
2010-06-02 Vicent MartiAdd unit tests for list sorting.
2010-06-02 Vicent MartiAdded sort method for commit lists.
2010-06-02 Vicent MartiAdd commit caching on the commit table.
2010-06-02 Vicent MartiAdd 'git_revpool_object' and 'git_revpool_table' struct...
2010-06-02 Vicent MartiChanged 'git_commit_list' from a linked list to a doubl...
2010-06-02 Vicent MartiRemoved 'git_commit_uninteresting' from the public...
2010-06-02 Vicent MartiAdd arbritrary ordering revision walking.
2010-06-02 Vicent MartiSplit git_commit_lookup into separate functions.
2010-06-02 Vicent MartiAdd commit parents to parsed commits and commit lists...
2010-06-02 Vicent MartiAdd unit tests for Commit parsing
2010-06-02 Vicent MartiFixed indentation issues in commit.c
2010-06-02 Vicent MartiAdd basic functionality for commit lookup/parsing
2010-06-02 Vicent MartiFixed typos in the revwalk API documentation
2010-05-04 Ramsay JonesAdd support to enable the library to use OpenSSL SHA1...
2010-04-30 Ramsay JonesAdd functions to open a '*.pack' file and perform some...
2010-04-30 Ramsay JonesAdd some more (macro) file operation wrappers
2010-04-30 Ramsay JonesFix the memory leak caused by failing to free the ...
2010-04-28 Ramsay JonesMakefile(s): Don't include the OpenSSL crypto library...
2010-04-28 Ramsay JonesMakefile: 'make clean' wipe all editor backup files...
2010-04-28 Ramsay JonesMakefile: Add source for the built-in SHA1 routines...
2010-04-28 Ramsay Joneswin32: Remove wsock32 from the list of libraries to...
2010-04-28 Ramsay JonesMSVC: Fix some compiler warnings
2010-04-28 Ramsay JonesMSVC: Fix a syntax error caused by an inline function...
2010-04-23 Andreas EricssonMerge remote branch 'ramsay/dev'
2010-04-15 Andreas EricssonCorrect Adam Simpkins' name
2010-04-14 Andreas EricssonAdd block-sha1 in favour of the mozilla routines
2010-04-14 Andreas EricssonAdd assembly sha1 implementation for ppc
2010-04-14 Andreas EricssonAdd generic buildrule for assembly files
2010-04-14 Andreas EricssonMake 'make clean' wipe all object files in src/*/
2010-02-28 Ramsay JonesAdd a pack index 'virtual function' to fetch an index...
2010-02-28 Ramsay JonesAdd a pack index 'virtual function' to search by file...
2010-02-28 Ramsay JonesChange the interface of the pack index search function
2010-02-28 Ramsay JonesAdd an 64-bit offset table index bounds check for v2...
2010-02-28 Ramsay JonesAdd a minimum size check when opening an v2 pack index...
2010-02-28 Ramsay Joneswin32: Add separate MinGW and MSVC compatability header...
2010-02-28 Ramsay JonesMakefile: Add support for custom build options in confi...
2010-02-28 Ramsay JonesFix some coding style issues
2010-02-01 Ramsay JonesMakefile: Add support for building with MSVC
2010-01-20 Ramsay Jonesmsvc: Fix some "unreferenced formal parameter" warnings
2010-01-20 Ramsay Jonesmsvc: Fix some -W4 warnings
2010-01-20 Ramsay JonesFix some "unused parameter" warnings with -Wextra
2010-01-20 Ramsay JonesFix "'__thread' not at start of declaration" warnings...
2010-01-20 Ramsay JonesFix some "signed v unsigned comparison" warnings with...
2010-01-20 Ramsay JonesFix an always false comparison "unsigned < 0" warning
2010-01-20 Ramsay JonesSave the git_file in the gitfo_cache when enabling...
2010-01-20 Ramsay JonesMakefile: Add some missing $(GIT_LIB) dependencies
2010-01-20 Ramsay Joneswin32: Add a 'git__' prefix to the directory reading...
2010-01-20 Ramsay Joneswin32: Use an 64-bit file offset type
2010-01-20 Ramsay JonesAdd support for the MinGW platform
2010-01-20 Ramsay JonesUse a 64 bit off_t throughout the library and tests...
2009-10-13 Ramsay JonesAdd the git_oid_to_string() utility function
2009-10-13 Ramsay JonesAdd test-suite coverage testing using gcov
2009-10-13 Ramsay Jonest0101-oid.c: Fix a memory leak reported by valgrind
2009-10-13 Ramsay JonesAdd support for running the tests via valgrind
2009-10-13 Ramsay Joneswin32: Define the ssize_t type using SSIZE_T if supported
2009-10-13 Ramsay JonesDisable some msvc "deprecated function" warnings again
2009-06-16 Julio Espinoza... Use GIT_INLINE macro instead of keyword inline.
2009-06-16 Julio Espinoza... Add noreturn declaration compatible with the MSVC compiler.
2009-06-15 Ramsay Joneswin32: Add an fsync() implementation for windows
2009-06-15 Ramsay Joneswin32: Add support for the MS Visual C/C++ compiler
2009-06-15 Ramsay JonesCorrect the spelling of the FLEX_ARRAY macro
2009-06-05 Ramsay JonesFix some "signed/unsigned mismatch" (msvc) compiler...
2009-06-05 Ramsay JonesImprove the portability of the gitfo_cache code (to...
2009-06-05 Ramsay Jonesthread-utils.h: Avoid using a non-standard C construct
2009-06-05 Ramsay Jonest0020-dirent.c: Add explicit returns to the callback...
2009-06-05 Ramsay JonesMakefile: move test related targets to a new tests...
2009-06-05 Ramsay JonesMakefile: Add CFLAGS to the "test_main.c" compile target
2009-06-05 Ramsay JonesImplement git_odb_write()
2009-06-05 Ramsay JonesAdd the git_move_file() function
2009-06-05 Ramsay Joneswin32: Add some file operation stubs and wrapper functions
2009-06-05 Ramsay Jonesgitfo_exists: replace call to stat() with access()
2009-06-05 Ramsay JonesFix a usage error in a call to the object_file_name...
2009-03-30 Ramsay JonesFix comments in renamed t020?-readloose tests
2009-03-30 Ramsay Jonest0020-dirent.c: allow test to be run standalone
2009-03-30 Ramsay Joneswin32: Add missing include for mkdir() and rmdir()
2009-03-20 Ramsay Joneswin32: Add <dirent.h> directory reading routines
2009-03-20 Ramsay Joneswin32: Add routines to abstract memory-mapped file...
2009-03-18 Ramsay Joneswin32: Open or create files in binary mode
2009-03-18 Julio Espinoza... Add a test to check existence of loose objects.
2009-03-18 Julio Espinoza... Factor out test helper methods for creating/deleting...
2009-03-18 Ramsay Joneswin32: fixup some headers to improve win32 compilation
2009-03-18 Ramsay JonesFix some (digital-mars) compiler warnings
2009-03-18 Ramsay JonesAvoid using a gcc compiler language extension
2009-03-18 Ramsay JonesAdd built-in (Mozilla) SHA1 routines
2009-02-11 Ramsay JonesCorrect some comments in readloose tests
2009-02-11 Ramsay JonesAdd the git_odb_exists() object query function
2009-02-11 Ramsay JonesRearrange some code to improve clarity
2009-02-11 Ramsay JonesCheck for error returns from inflateInit()
2009-02-11 Ramsay JonesFix a potential memory leak
2009-02-01 Ingmar VanhasselUse install instead of 'cp -f' and 'mkdir -p'.
2009-02-01 Ingmar VanhasselAdd libgit2.pc to make clean rule.
2009-02-01 Ingmar VanhasselAdd support for installing to a libdir other than ...
2009-02-01 Ingmar VanhasselAdd DESTDIR support.
2009-01-28 Ramsay JonesTidy up the readloose tests
next