Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-15Fix the retarded object interdependency systemVicent Marti
2011-03-15Add new method `git_reference_listall`Vicent Marti
2011-03-15Rewrite the Pack backendVicent Marti
2011-03-15Rewrite the Revision WalkerVicent Marti
2011-03-15Add `git_oid_shorten` (unique OID minimzer)Vicent Marti
2011-03-05Fix creation of deeply-rooted referencesVicent Marti
2011-03-05Use memmove() in git__dirname and git__basenameVicent Marti
2011-03-05Use memmove() in git__joinpath for overlapping copiesVicent Marti
2011-03-05Change interface for Tree Index attr (always unsigned)Vicent Marti
2011-03-05Check for valid range of attributes for tree entrySakari Jokinen
2011-03-05Change the return type of `git_blob_rawcontent`Vicent Marti
2011-03-05Fix the opening of empty repositoriesVicent Marti
2011-03-05Fix segmentation fault when freeing a repositoryVicent Marti
2011-03-04Fix 'possibly uninitialized variable' warningVicent Marti
2011-03-04Don't use non-int bit fieldsVicent Marti
2011-03-03Fix compilation in MSVCVicent Marti
2011-03-03Move the external includes folder from `src` to `include`Vicent Marti
2011-03-03Fix several issues with refcountingVicent Marti
2011-03-03Do not free the index if it's owned by a repositoryVicent Marti
2011-03-03Implement reference counting for git_objectsVicent Marti
2011-03-03Fix searching in git_vectorVicent Marti
2011-03-03Change the object creation/lookup APIVicent Marti
2011-03-03Fix reference removal: remove packed refs together with loose onesnulltoken
2011-03-03Fix corner case in reference renamingnulltoken
2011-03-03Add new move function, `gitfo_mv_force`Vicent Marti
2011-03-03Fix refs renaming to prevent renaming with an invalid namenulltoken
2011-03-03Fix reference renaming to prevent duplicated namesnulltoken
2011-03-03Fix reference renaming implementation to match standard git behaviornulltoken
2011-03-03Slightly changed the behavior of git__joinpath() and git__joinpath_n().nulltoken
2011-03-03Prevent _dirent_loose_load() from choking on empty foldersnulltoken
2011-03-03Refactored the opening and the initialization of a repository.nulltoken
2011-03-03Finish the References APIVicent Marti
2011-03-03Make some Object methods take a const parameterVicent Marti
2011-03-03Add extra methods to the new Hashtable implementationVicent Marti
2011-03-03Move the path comparison method to fileops.cVicent Marti
2011-03-03Fix warnings in vector.cVicent Marti
2011-03-03Split packed from unpacked referencesVicent Marti
2011-03-03Brush up the refs APIVicent Marti
2011-03-03Refactored the reference creation API.nulltoken
2011-03-03Added some more tests to ensure the correct behavior of git_reference__normal...nulltoken
2011-03-03Added GIT_EINVALIDREFSTATE error.nulltoken
2011-03-03Added git_reference__normalize_name() along with tests.nulltoken
2011-03-01Add missing include to odb_backends.hVicent Marti
2011-02-25include "oid.h" in headers that use git_oidSakari Jokinen
2011-02-25Fix file renaming in MinGWVicent Marti
2011-02-24Fix renaming of files in Win32Vicent Marti
2011-02-24Fix double-freeing file descriptorsVicent Marti
2011-02-22Rewrite git_hashtable internalsVicent Marti
2011-02-22Add printf method to the File BufferVicent Marti
2011-02-21Rewrite all file IO for more performanceVicent Marti