]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-03-28 Carlos Martín... Add git_tag_create_frombuffer API
2011-03-28 Carlos Martín... Fix memory leak in parse_tag_buffer
2011-03-24 Scott Chaconadd go-git (Go bindings) to the readme
2011-03-23 Vicent MartiRemove circular dependency in includes
2011-03-23 Jakob Pfenderodb.h: Fix minor typo
2011-03-23 Jakob Pfendercommon.h: Fix minor typos
2011-03-23 Vicent MartiImprove the ODB writing backend
2011-03-23 Vicent MartiAdd Ocaml bindings to the readme
2011-03-23 Vicent MartiDo not return on `void` helper methods
2011-03-23 Vicent MartiRemove `git_repository_gc` from the headers
2011-03-23 Carlos Martín... Add close wappers for commit, tree, tag and blob
2011-03-22 Vicent MartiFix compilation in MinGW
2011-03-22 nulltokenAdd test exercising the opening of an standard reposito...
2011-03-22 nulltokenAdd test exercising the opening of an empty bare reposi...
2011-03-22 nulltokenAdd remove_placeholders() test helper function which...
2011-03-22 Vicent MartiAdd empty bare and normal repos to test resources
2011-03-22 nulltokenAdd detection of incorrect usage to git__joinpath()
2011-03-22 nulltokenSlightly enforce copy_recurs() behavior
2011-03-22 nulltokenImprove test coverage of new path prettifying behavior
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.
next