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
AgeCommit message (Expand)Author
2012-06-07Fix git_status_file for files that start with a character > 0x7f8bit-filename-statusAdam Roben
2012-05-18global: Change parameter ordering in APIVicent Martí
2012-05-09msvc: Do not use `isspace` Vicent Martí
2012-05-03Remove old and unused error codesVicent Martí
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-04-14Add support for pathspec to diff and statusRussell Belfer
2012-03-20Migrate index, oid, and utils to new errorsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-31Improved gitattributes macro implementationRussell Belfer
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-30config: Proper type declarations for 64 bit intsVicent Marti
2011-09-22config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-08Fix some random size_t vs. int conversion warningsSebastian Schuberth
2011-08-18posix: Properly handle `snprintf` in all platformsVicent Marti
2011-08-10util: Add git__strcmp_cb() wrappernulltoken
2011-07-09win32: replace usage of _MSV_VER with _MSC_VERnulltoken
2011-07-07vector: Timsort all of the thingsVicent Marti
2011-07-06Merge pull request #296 from kiryl/index-optimizationVicent Martí
2011-07-06fnmatch: Use native on Unix, emulate on Win32Vicent Marti
2011-07-05util: introduce merge sort routineKirill A. Shutemov
2011-07-05Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-26Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto
2011-06-16Add method to get the compiled version of the libVicent Marti
2011-06-03odb: Fix loading ODB alternatesVicent Marti
2011-05-24Fix compilation warnings in MSVCnulltoken
2011-05-23util.c: Move to new error handling mechanismJakob Pfender
2011-05-17utils: Move git__str[n]tolowerVicent Marti
2011-04-10Properly check `strtol` for errorsVicent Marti
2011-03-23Add detection of incorrect usage to git__joinpath()nulltoken
2011-03-16Export `git_strarray_free` instead of inliningVicent 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-03Slightly changed the behavior of git__joinpath() and git__joinpath_n().nulltoken
2011-02-09Use the new git__joinpath to build paths in methodsVicent Marti
2011-02-05Fixed a small issue in git__join_path(). Added tests to exercise git__join_pa...nulltoken
2011-02-05Add new utility method `git__joinpath`Vicent Marti
2011-02-05Fix directory/path manipulation methodsVicent Marti
2010-12-30Add generic hash function to util.cVicent Marti
2010-12-23Remove git_errnoVicent Marti
2010-11-19Fix wrong pointer check in git__strdupVicent Marti
2010-08-12Add auxiliary method git__hexdumpVicent Marti
2010-01-20Fix some "signed v unsigned comparison" warnings with -WextraRamsay Jones
2009-06-05Fix some "signed/unsigned mismatch" (msvc) compiler warningsRamsay Jones
2009-03-18Fix some (digital-mars) compiler warningsRamsay Jones