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
2018-10-26Merge pull request #4864 from pks-t/pks/object-parse-fixesPatrick Steinhardt
2018-10-25util: provide `git__memmem` functionPatrick Steinhardt
2018-10-18util: remove `git__strtol32`Patrick Steinhardt
2018-10-18util: remove unsafe `git__strtol64` functionPatrick Steinhardt
2018-06-07util: extract allocators into its own "alloc.h" headerPatrick Steinhardt
2018-06-07util: extract `stdalloc` allocator into its own modulePatrick Steinhardt
2018-06-07win32: crtdbg: provide independent `free` functionPatrick Steinhardt
2018-05-06Sanitize the hunk header to ensure it contains UTF-8 valid dataStan Hu
2018-02-16util: clean up header includesPatrick Steinhardt
2018-02-02consistent header guardsEdward Thomson
2017-12-20util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson
2017-11-18refcount: make refcounting conform to aliasing rulesPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-07-03Fix missing include for header filesPatrick Steinhardt
2017-06-30win32: fix circular include deps with w32_crtdbgPatrick Steinhardt
2016-05-26Patch parsing from patch filesEdward Thomson
2015-07-07Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-29Include stacktrace summary in memory leak output.Jeff Hostetler
2015-05-30git__tolower: a tolower() that isn't dumbEdward Thomson
2015-04-15Add MSVC CRTDBG memory leak reporting.Jeff Hostetler
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Introduce git__add_sizet_overflow and friendsEdward Thomson
2015-02-13p_read: ensure requested len is ssize_tEdward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13git__*allocarray: safer realloc and mallocEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-01-15Remove strlen() calls from loop conditionMaks Naumov
2014-12-28Added AmigaOS-specific implementation of git__timer().Sebastian Bauer
2014-12-23don't treat 0x85 as whitespaceEdward Thomson
2014-12-16path: Use UTF8 iteration for HFS charsVicent Marti
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-08-06Fix typo in timer normalization constantsRussell Belfer
2014-05-31Clean up the handling of large binary diffsRussell Belfer
2014-04-23React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley
2014-04-18Decouple index iterator sort from indexRussell Belfer
2014-04-11Introduce git__date_rfc2822_fmt. Allows for RFC2822 date headersJacques Germishuys
2014-02-05Split p_strlen into its own headerCarlos Martín Nieto
2014-02-05utils: don't reimplement strnlenCarlos Martín Nieto
2013-10-01Mark git__timer as inline on OSXBen Straub
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-08-27vector: Teach git_vector_uniq() to free while deduplicatingnulltoken
2013-08-08git_strndup fix when OOMEdward Thomson
2013-08-01Major rename detection changesRussell Belfer
2013-07-10Add accessors for refcount valueRussell Belfer
2013-06-17git__strcasesort_cmp: strcasecmp sorting rules but requires strict equalityEdward Thomson
2013-06-17util: git__memzero() tweaksyorah
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-10Reorganize diff and add basic diff driverRussell Belfer