]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2010-12-22 Vicent MartiFix test builds in Win32
2010-12-19 Vicent MartiFix issues in repository initialization
2010-12-19 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-19 nulltokenAdded creation of ref/heads/ and refs/tags/ directories.
2010-12-18 nulltokenFixed a nasty bug which was preventing correct generati...
2010-12-18 Vicent MartiLink tests with shared library, not static
2010-12-18 Vicent MartiMerge branch 'timezone'
2010-12-18 Vicent MartiRename 'git_person' to 'git_signature'
2010-12-17 nulltokenPrettified HEAD symlink generation.
2010-12-17 nulltokenAdded a comment reminding that the gitfo_mkdir_recurs...
2010-12-17 nulltokenAdded basic HEAD file creation.
2010-12-17 nulltokenMade gitfo_mkdir_recurs() more tolerant.
2010-12-17 nulltokenAdded creation of 'objects' and 'refs' directories.
2010-12-17 nulltokenRemoved unnecessary git_repository_init_results handling.
2010-12-17 nulltokenAdded gitfo_mkdir_recurs() placeholder.
2010-12-16 nulltokenSimplified git_repository_init_results struct.
2010-12-15 nulltokenVery first git_repository_init() draft.
2010-12-13 Vicent MartiFix initialization & freeing of inexistent repos
2010-12-11 Vicent MartiMerge branch 'timezone-offset' of https://github.com...
2010-12-11 Vicent MartiUpdate README.md
2010-12-11 Vicent MartiRemove the Visual Studio 2010 solution
2010-12-11 Peter DrahošUpdate install info and test resource path handling
2010-12-11 Peter DrahošReflect the recent changes in header organization ...
2010-12-11 Peter DrahosMinor modifications for MinGW/Cygwin compatibility.
2010-12-11 Peter DrahošFix case sensitivity issue.
2010-12-11 Peter DrahošAdd basic testing support and options to specify instal...
2010-12-11 Peter DrahošAdd option to select sha1 type in CMake build
2010-12-11 Peter DrahošUpdate README.md
2010-12-11 Peter DrahošAdd optional CMake build script.
2010-12-11 nulltokenAdded more person parsing tests.
2010-12-11 nulltokenAdded timezone checks to person parsing tests.
2010-12-11 nulltokenFixed too much faked timezone offset.
2010-12-11 nulltokenMade possible to parse a person with no specified timez...
2010-12-10 nulltokenAdded timezone offset parsing and outputting.
2010-12-10 Vicent MartiTests now run with the resources folder as a hardcoded...
2010-12-10 nulltokenFixed a memory leak in git_repository_lookup() when...
2010-12-10 Vicent MartiMove documentation generation to the Waf system
2010-12-08 Scott Chaconfix doxygen setup and automate generation
2010-12-07 Vicent MartiSet short message when changing a commit's message
2010-12-06 Vicent MartiFix type-conversion warnings
2010-12-06 Vicent MartiAdd license file to all public headers
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 Vicent MartiDecouple storage from ODB logic
2010-12-05 Vicent MartiRevert changes in odb.c to eventually rebase
2010-12-05 nulltokenSmall source code readability improvements.
2010-12-04 nulltokenFixed .gitignore typo.
2010-12-04 nulltokenAdded reference to "src/vector.c" to the Visual Studio...
2010-12-04 nulltokenAdded some patterns to .gitignore file to filter out...
2010-12-02 Vicent MartiFix segfault in t0603 (unitialized pointer)
2010-12-02 Vicent MartiFix segfault handler in Mac OS X
2010-12-02 Vicent MartiAdd 'git_repository_open2' to customize repo folders
2010-12-02 Vicent MartiCommit parents now use the common 'vector' code
2010-12-02 Vicent MartiMerge branch 'commitparents' of https://github.com...
2010-12-02 Vicent MartiRefactor all 'vector' functions into common code
2010-12-02 Vicent MartiAdd stack trace to the tests when building with GCC
2010-12-01 Justin Loveadd git_commit_parent to retrieve a parent by index
2010-12-01 Justin Loveadd git_commit_parentcount
2010-11-29 Vicent MartiMake the bitmasks for Index Entry flags public
2010-11-29 Vicent MartiProperly write Index Entry 'flags_extended'
2010-11-28 Vicent MartiAdd premade solution for compiling in MSVC2010
2010-11-24 Vicent MartiUpdate README.md
2010-11-24 Vicent MartiImprove build system for MSVC
2010-11-24 Vicent MartiDo proper symbol exports on MSVC
2010-11-24 Vicent MartiDo not use STDINT types in public headers
2010-11-23 Scott Chaconupdate readme to be markdown based
2010-11-23 Vicent MartiUpdate the README with info about the new buildsys
2010-11-23 Vicent MartiMake the test suite depend on the static library
2010-11-23 Vicent MartiAdd --debug flag to toggle debugging
2010-11-23 Vicent MartiRemove the Makefile from the tests/ folder too
2010-11-23 Vicent MartiFix redeclaration warnings in MSVC
2010-11-23 Vicent MartiUse the proper Zlib version with MSVC
2010-11-23 Vicent MartiRemoved unreachable code (MSVC warning)
2010-11-23 Vicent MartiFix gitfo_isdir() in Win32 systems
2010-11-23 Vicent MartiFix MSVC warnings and errors
2010-11-23 Vicent MartiFix compilation in Win32
2010-11-23 Vicent MartiAdd library dependencies to the build
2010-11-23 Scott Chaconadd waf artifacts to .gitignore
2010-11-23 Scott Chaconadd library includes, remove Makefile and readme update...
2010-11-23 Vicent MartiAdd separate commands for all possible actions
2010-11-23 Vicent MartiAdd more features to the build system
2010-11-23 Vicent MartiChange to waf as the buildsystem
2010-11-20 Vicent MartiChange blob API to return temp refs to the content
2010-11-19 Vicent MartiFix wrong pointer check in git__strdup
2010-11-17 Vicent MartiFix resizing the index array
2010-11-17 Vicent MartiFix repository initialization
2010-11-16 Vicent MartiFix memory leak in t0401
2010-11-16 Vicent MartiFix freeing blob objects from the ODB
2010-11-16 Vicent MartiAdd support for 'index add'
2010-11-16 Vicent MartiFix overcomplicated return statement
2010-11-16 Vicent MartiAdd support for blob files
2010-11-11 Scott Chaconaccessor for index entry count
2010-11-06 Colin TimmermansFix compiler warning in commit.c
2010-11-06 Colin TimmermansFix parsing of commits that have no newlines in the...
2010-11-06 Scott Chaconadd initial README file
2010-11-06 Vicent MartiMake the Index API public
2010-11-05 Dave BorowitzUpdate commit_time along with committer.
2010-11-05 Dave BorowitzTest that commit attributes are set correctly.
2010-11-05 Vicent MartiAdd string descriptions for all error codes
2010-11-05 Vicent MartiImprove error handling
next