]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface
2010-08-12 Vicent MartiAdd loading and parsing of tag objects
2010-08-06 Vicent MartiRefactor parsing methods
2010-08-06 Vicent MartiAdd packfile reading
2010-07-15 Vicent MartiAdd parsing of tree file contents.
2010-07-15 Vicent MartiChanged test files to use tabs instead of spaces
2010-07-15 Vicent MartiAdd external API to access detailed commit attributes
2010-07-15 Vicent MartiAdd support for tree objects in revision pools
2010-07-15 Vicent MartiChanged revpool's object table to support arbitrary...
2010-07-15 Vicent MartiAdd new tests: t0502-table, t0503-tableit
2010-07-10 Vicent MartiFixed memory leaks in test suite
2010-07-10 Vicent MartiActually free all commits when freeing a commit pool
2010-07-10 Vicent MartiFix warning in util.h (signed vs unsigned comparison)
2010-06-07 Ramsay Jonesmsvc: Disable a level 4 warning and change -W3 to -W4
2010-06-07 Ramsay JonesMakefile(s): Add -Wextra to CFLAGS
2010-06-07 Ramsay JonesAdd a 'git__' prefix to the block-sha1 functions
2010-06-07 Ramsay JonesRemove the sha1.h header file and inline the content...
2010-06-07 Ramsay Jonesmsvc: Select the "fast" definition of the {get,put...
2010-06-07 Ramsay JonesMakefile: Add a target to generate C preprocessor outpu...
2010-06-07 Ramsay JonesFix a bug in the git_oid_to_string() function
2010-06-02 Ramsay JonesStyle: Do not use (C99) // comments
2010-06-02 Ramsay JonesStyle: Fix brace placement and spacing
2010-06-02 Ramsay JonesFix a memory leak shown by valgrind
2010-06-02 Ramsay JonesFix inconsistent definition of off_t on Linux
2010-06-02 Ramsay JonesFix a "dereference of type-punned pointer" compiler...
2010-06-02 Ramsay JonesFix a doxygen warning
2010-06-02 Ramsay JonesFix sparse warnings: "symbol not declared. Should it...
2010-06-02 Ramsay JonesFix sparse warnings: "Using plain integer as NULL pointer"
2010-06-02 Ramsay Jonesmsvc: tests/t0403-lists.c: Fix a compiler warning
2010-06-02 Ramsay Jonesmsvc: Fix an "conversion, loss of data" compiler warning
2010-06-02 Ramsay Jonesmsvc: Fix some compiler warnings
2010-06-02 Ramsay JonesFix some "signed/unsigned comparison" compilation warnings
2010-06-02 Ramsay JonesFix a memory corruption runtime error
2010-06-02 Ramsay Jonesmsvc: Fix a "declaration after statement" compilation...
2010-06-02 Vicent MartiImproved error handling on auxilirary functions.
2010-06-02 Vicent MartiUse the first 4 bytes of an OID as hash, instead of...
2010-06-02 Vicent MartiAdded new error codes. Improved error handling.
2010-06-02 Vicent MartiRemoved trailing whitespace.
2010-06-02 Vicent MartiFixed brace placement and converted spaces to tabs.
2010-06-02 Vicent MartiAdded t0501-walk (simple test for all revision pool...
2010-06-02 Vicent MartiFixed topological commit sorting (no longerd reversed...
2010-06-02 Vicent MartiFixed topological sorting stuck in infinite loop.
2010-06-02 Vicent MartiFixed parsing commit times (they weren't being stored...
2010-06-02 Vicent MartiChanged commit time sorting to be descending (from...
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...
next