]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-01-18 Sascha PeilickeSet proper shared library soname.
2011-01-13 Vicent MartiAdd new Repository initialization method
2011-01-13 Vicent MartiFix typo on Commit API
2011-01-11 Vicent MartiMove the compat definitions to types.h
2011-01-11 Alex BudovskiRevised platform types to use 'best supported' size.
2011-01-11 Alex BudovskiRemove unused variable.
2011-01-10 Alex BudovskiFix Windows build with forced bit truncation.
2011-01-10 Vicent MartiUse generic types in git_index_entry
2011-01-08 Vicent MartiMerge branch 'master' of https://github.com/Neopallium...
2011-01-08 Alex BudovskiFixed two buffer handling errors in vector.c
2011-01-08 Alex BudovskiRevised build configuration for MSVC.
2011-01-08 Vicent MartiAdd Delphi bindings to the readme
2011-01-08 Scott Chaconadded links to php and lua bindings
2011-01-08 Robert G. JakaboskyFixed memory leak in git_commit__free().
2011-01-03 Vicent MartiFind proper path to 'ldconfig' on wscript
2011-01-03 Vicent MartiSplit object methods from repository.c
2011-01-03 Vicent MartiMake internal methods static
2011-01-03 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-29 Vicent MartiAdd generic hash function to util.c
2010-12-26 nulltokenFixed placement of pointer argument.
2010-12-23 nulltokenMerge branch 'master' into repo-init
2010-12-22 Vicent MartiPrevent test manifests from being run
2010-12-22 Vicent MartiMerge branch 'call-ldconfig-on-unix' of https://github...
2010-12-22 Vicent MartiMerge branch 'waf-pkgconfig-typo' of https://github...
2010-12-22 Vicent MartiRevert "Properly export all external symbols in Win32"
2010-12-22 Vicent MartiLink tests with the raw objects
2010-12-22 Vicent MartiRemove git_errno
2010-12-22 Vicent MartiExport TLS symbols properly in Win32
2010-12-22 Vicent MartiProperly export all external symbols in Win32
2010-12-22 Vicent MartiFix test builds in Win32
2010-12-22 Marco VillegasRun ldconfig on install at unix platforms.
2010-12-22 Marco Villegasminor: Let waf write the right values for prefix and...
2010-12-21 nulltokenMade is_windows_rooted_path() able to cope with awkward...
2010-12-21 nulltokenWrapped the detection of a Windows rooted path within...
2010-12-21 nulltokenSmall code maintenability improvement.
2010-12-20 nulltokenAdded creation of 'objects/info' and 'objects/pack...
2010-12-20 nulltokenMade gitfo_mkdir_recurs() skip creation of the root...
2010-12-20 nulltokenMade gitfo_mkdir_recurs() gracefully recover when a...
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
next