]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-03-22 nulltokenFix detection of attempt to escape the root directory...
2011-03-22 nulltokenChange gitfo_prettify_dir_path() and gitfo_prettify_fil...
2011-03-22 nulltokenMake gitfo_prettify_dir_path() and gitfo_prettify_file_...
2011-03-22 nulltokenAdd failing test for issue 84
2011-03-22 nulltokenFix gitfo_mv() behavior when running on Windows
2011-03-22 nulltokenSwitch from time_t to git_time_t
2011-03-22 Tim BranyenCorrected the header include directory in doxygen conf
2011-03-22 Vicent MartiAlways free the parents of a revwalk commit
2011-03-22 Vicent MartiAdd getters for `git_odb_object`
2011-03-22 Vicent MartiFix MSVC warnings when building threads
2011-03-22 Carlos Martín... refs loose_lookup: also free the buffer on success
2011-03-21 Vicent MartiUpdate CMakeLists.txt to support threadsafe
2011-03-21 Vicent MartiFix MSVC warnings
2011-03-20 Vicent MartiI broke your bindings
2011-03-20 Vicent MartiThread safe cache
2011-03-16 Vicent MartiFix headers for the new Revision Walker
2011-03-16 Vicent MartiRefs are now always in-sync on disk
2011-03-16 Vicent MartiDefine NO_GZIP in zconf.h instead of at compile time
2011-03-15 Vicent MartiChange the Revwalk reset behavior to the old version
2011-03-15 Vicent MartiFix signature in `git_repository_gc`
2011-03-15 Vicent MartiExport `git_repository_gc` properly
2011-03-15 Vicent MartiExport `git_strarray_free` instead of inlining
2011-03-15 Vicent MartiProperly free commit a commit list in revwalk
2011-03-15 Vicent MartiRevert changes in wscript file
2011-03-15 Vicent MartiAdd proper threading support to libgit2
2011-03-15 Vicent MartiDo not segfault when listing unpacked references
2011-03-15 Vicent MartiDebug assertion when using an initialized hashtable
2011-03-15 Vicent MartiFix compilation warnings in ZLib (MSVC)
2011-03-15 Vicent MartiRemove duplicate refs in `git_reference_listall`
2011-03-15 Vicent MartiUse a more sane zconf.f when building Zlib
2011-03-15 Vicent MartiAdd nodegit to the README
2011-03-15 Vicent MartiAdd ZLib as a built-in dependency
2011-03-15 Ben NoordhuisAdd test case for issue GH-86
2011-03-15 Ben Noordhuisgit_object_lookup() should also check the type if the...
2011-03-15 Vicent MartiSkip the optional header in packed-refs files
2011-03-14 Vicent Martilibgit2 version 0.10.0, "very disco"
2011-03-14 Vicent MartiFix the retarded object interdependency system
2011-03-14 Vicent MartiAdd new method `git_reference_listall`
2011-03-14 Vicent MartiRewrite the Pack backend
2011-03-14 Vicent MartiRewrite the Revision Walker
2011-03-14 Vicent MartiAdd `git_oid_shorten` (unique OID minimzer)
2011-03-07 Vicent MartiUpdate README.md with new bindings
2011-03-07 Tim Clemadd objective-git to readme
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.
next