]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-03-05 Vicent MartiFix creation of deeply-rooted references
2011-03-05 Vicent MartiUse memmove() in git__dirname and git__basename
2011-03-05 Vicent MartiUse memmove() in git__joinpath for overlapping copies
2011-03-05 Vicent MartiChange interface for Tree Index attr (always unsigned)
2011-03-05 Sakari JokinenCheck for valid range of attributes for tree entry
2011-03-05 Vicent MartiChange the return type of `git_blob_rawcontent`
2011-03-05 Vicent MartiFix the opening of empty repositories
2011-03-05 Tim Clemclean up temp repo for t12-repo tests
2011-03-05 Vicent MartiFix segmentation fault when freeing a repository
2011-03-04 Vicent MartiFix 'possibly uninitialized variable' warning
2011-03-04 Vicent MartiDon't use non-int bit fields
2011-03-03 Vicent MartiFix compilation when using CMake in Windows
2011-03-03 Vicent MartiFix compilation in MSVC
2011-03-03 Vicent MartiBump the version number to 0.8.0
2011-03-03 Vicent MartiMove the external includes folder from `src` to `include`
2011-03-03 Vicent MartiFix several issues with refcounting
2011-03-03 Vicent MartiDo not free the index if it's owned by a repository
2011-03-03 Vicent MartiImplement reference counting for git_objects
2011-03-03 Vicent MartiFix searching in git_vector
2011-03-03 Vicent MartiChange the object creation/lookup API
2011-03-03 Vicent MartiCleanup the testing toolkit
2011-03-03 nulltokenAdd test deleteref::deleting_a_ref_which_is_both_packed...
2011-03-03 nulltokenFix reference removal: remove packed refs together...
2011-03-03 nulltokenAdd test for corner case in reference renaming
2011-03-03 nulltokenFix corner case in reference renaming
2011-03-03 nulltokenAdd test renameref::rename_a_loose_reference()
2011-03-03 Vicent MartiAdd new move function, `gitfo_mv_force`
2011-03-03 nulltokenAdd test renameref::can_not_rename_a_reference_with_an_...
2011-03-03 nulltokenFix refs renaming to prevent renaming with an invalid...
2011-03-03 nulltokenAdd test renameref::can_not_rename_a_reference_with_an_...
2011-03-03 nulltokenFix reference renaming to prevent duplicated names
2011-03-03 nulltokenAdd test renameref::renaming_a_packed_reference_makes_i...
2011-03-03 nulltokenFix reference renaming implementation to match standard...
2011-03-03 nulltokenSlightly changed the behavior of git__joinpath() and...
2011-03-03 nulltokenEnhance the packrefs::create_packfile() test
2011-03-03 nulltokenPrevent _dirent_loose_load() from choking on empty...
2011-03-03 nulltokenAdded copydir_recurs() to test_helpers.c
2011-03-03 nulltokenRefactored some test related constants.
2011-03-03 nulltokenAdded tests to exercise the initialization and the...
2011-03-03 nulltokenRemoved a duplicate constant.
2011-03-03 nulltokenRefactored the opening and the initialization of a...
2011-03-03 nulltokenAdded rmdir_recurs(), a test helper function which...
2011-03-03 nulltokenAdded some dirname and basename tests to ensure that...
2011-03-03 Vicent MartiFinish the References API
2011-03-03 Vicent MartiMake some Object methods take a const parameter
2011-03-03 Vicent MartiAdd extra methods to the new Hashtable implementation
2011-03-03 Vicent MartiMove the path comparison method to fileops.c
2011-03-03 Vicent MartiFix warnings in vector.c
2011-03-03 nulltokenSlightly enhanced the readability of some reference...
2011-03-03 nulltokenRemoved duplicate tests.
2011-03-03 Vicent MartiSplit packed from unpacked references
2011-03-03 Vicent MartiBrush up the refs API
2011-03-03 nulltokenAdded test covering creation of nested symbolic references.
2011-03-03 nulltokenRefactored the reference creation API.
2011-03-03 nulltokenAdded some more tests to ensure the correct behavior...
2011-03-03 nulltokenFixed line endings (CRLF->LF).
2011-03-03 nulltokenAdded GIT_EINVALIDREFSTATE error.
2011-03-03 nulltokenAdded git_reference__normalize_name() along with tests.
2011-03-02 antongFix check for bad --sha1 option argument
2011-03-01 Vicent MartiAdd missing include to odb_backends.h
2011-02-24 Sakari Jokineninclude "oid.h" in headers that use git_oid
2011-02-24 Vicent MartiFix file renaming in MinGW
2011-02-24 Vicent MartiFix renaming of files in Win32
2011-02-24 Vicent MartiFix double-freeing file descriptors
2011-02-22 Vicent MartiRewrite git_hashtable internals
2011-02-22 Vicent MartiAdd unit test for writing a big index file
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
next