]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-02-22 Vicent MartiAdd printf method to the File Buffer
2011-02-21 Olivier RamonatAdd --without-sqlite option to waf configure
2011-02-21 Vicent MartiRewrite all file IO for more performance
2011-02-18 Vicent MartiFix repository initialization
2011-02-18 Vicent MartiFix segfault when iterating a revlist backwards
2011-02-18 Vicent MartiDisable threaded index writing by default
2011-02-17 Vicent MartiFix refcounting initialization
2011-02-17 Vicent MartiFix type truncation in index entries
2011-02-17 Vicent MartiImprove the performance when writing Index files
2011-02-14 Tim Clemfix cast in tag.h
2011-02-09 Vicent MartiInternal changes on the backend system
2011-02-09 Vicent MartiHonor alternate entries in the ODB
2011-02-09 Vicent MartiUse the new git__joinpath to build paths in methods
2011-02-08 Vicent MartiMerge branch 'git-reference-creation-tests' of https...
2011-02-08 Przemyslaw... Further improve SQLite support for CMake users.
2011-02-07 Przemyslaw... Fix SQLite support for CMake users.
2011-02-07 nulltokenAdded tests exercising git_reference_write() to create...
2011-02-07 Vicent MartiGit trees are now always lazily sorted
2011-02-07 Vicent MartiFix detection of working dir on repositories
2011-02-07 Vicent MartiAdd proper version management
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-07 Vicent MartiCompile the SQLite backend with CMake too
2011-02-07 Vicent MartiFix compilation in MSVC
2011-02-07 Vicent MartiMerge branch 'refs-handling-tests' of https://github...
2011-02-07 Vicent MartiMerge branch 'join-path-tests' of https://github.com...
2011-02-07 Vicent MartiMerge branch 'chobie_git_dir_fix' of https://github...
2011-02-07 John WiegleyGit does not like zero padded file attributes (git...
2011-02-07 John WiegleyFurther correction to tree entry sorting (for git fsck)
2011-02-06 Shuhei Tanumafix can't detect repository index issues.
2011-02-06 nulltokenFix a memory leak in git__joinpath() tests.
2011-02-05 nulltokenFixed a small issue in git__join_path(). Added tests...
2011-02-05 nulltokenMade test index_write_test() remove the test file it...
2011-02-05 Vicent MartiMerge branch 'sqlite-backend'
2011-02-05 Vicent MartiAdd support for SQLite backends
2011-02-05 Vicent MartiMove data from t03 to a separate header
2011-02-05 nulltokenEnforced refs handling tests.
2011-02-05 nulltokenFixes a Win32/MSVC compilation issue.
2011-02-05 Vicent MartiAdd new utility method `git__joinpath`
2011-02-05 Vicent MartiFix directory/path manipulation methods
2011-02-05 Vicent MartiMake more methods return error codes
2011-02-05 Vicent MartiKeep the tree entries always internally sorted
2011-02-05 Vicent MartiMerge branch 'master' of https://github.com/jwiegley...
2011-02-03 John WiegleyUse Git's own tree entry sorting algorithm
2011-02-02 Vicent MartiFix more issues with Win32 EOL
2011-02-02 Vicent MartiFix EOL issues in ref parsing under Win32
2011-02-02 Vicent MartiMake the test return an error code on failure
2011-02-02 Vicent MartiBuild the new test file with CMake too
2011-02-02 Vicent MartiRewrite the unit testing suite
2011-02-01 John WiegleyFixed bug where git__source_printf needs multiple attempts
2011-02-01 John WiegleyFixed a bug with the way commits are written
2011-02-01 John WiegleyMake git_tree_clear_entries visible to the user
2011-02-01 John WiegleyAdded git_tree_add_entry_unsorted and git_tree_sort_entries
2011-02-01 Vicent MartiAdd required includes in "oid.h"
2011-01-30 Vicent MartiRefactor reference parsing code
2011-01-29 nulltokenMerge nulltoken's reference parsing code
2011-01-29 nulltokenMade path prettifying functions return GIT_EINVALIDPATH...
2011-01-29 nulltokenFixed naming convention related issue.
2011-01-29 nulltokenMade git_repository_open2() and git_repository_open3...
2011-01-29 nulltokenAdded git_prettify_file_path().
2011-01-29 nulltokenOptimized git_prettify_dir_path() parsing.
2011-01-29 nulltokenMade git_repository_open() and git_repository_init...
2011-01-29 nulltokenFixed a parsing issue in git_prettify_dir_path().
2011-01-29 Vicent MartiReturn the created entry in git_tree_add_entry()
2011-01-20 Vicent MartiFix compilation on MinGW
2011-01-20 Vicent MartiFix initialization of in-memory trees
2011-01-20 nulltokenSmall enhancements to git_prettify_dir_path().
2011-01-20 Vicent MartiFix signed/unsigned comparison warning
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
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 nulltokenAdded git_prettify_dir_path().
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.
next