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
2013-11-19util: NetBSD doesn't have qsort_r eitherAlessandro Ghedini
2013-09-17Merge pull request #1858 from linquize/win32-template-dirVicent Martí
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize
2013-09-01Use git__insertsort_r on Android too.Krzysztof Adamski
2013-07-10Add GIT_CAP_SSH if library was built with SSHRussell Belfer
2013-06-17Fix some warningsRussell 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-07Add safe memset and use itRussell Belfer
2013-05-25qsort_r appeared in glibc 2.8Edward Thomson
2013-05-24qsort_r is broken on HURD, avoidEdward Thomson
2013-05-07Fixed qsort_r() problem when targeting AmigaOS.Sebastian Bauer
2013-04-25git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson
2013-04-23opts: Add getter for cached memoryvmg/atomic64Vicent Marti
2013-04-22cache: Shared meter for memory usageVicent Marti
2013-04-22cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti
2013-04-22Add range checking around cache optsRussell Belfer
2013-04-22Global option settersVicent Marti
2013-04-22lol this worked first try wtfVicent Marti
2013-04-15Fix compilation on OpenBSDCarlos Martín Nieto
2013-03-25opts: allow configuration of odb cache sizeMichael Schubert
2013-03-19Fixes and cleanupsRussell Belfer
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-12MSVC: What could possibly be the size of a void*?Vicent Marti
2013-03-12Sorting function cleanup and MinGW fixRussell Belfer
2013-03-09Make tree iterator handle icase equivalenceRussell Belfer
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-24opts: Add getters tooVicent Marti
2013-01-23Global options setterVicent Marti
2013-01-15Add payload "_r" versions of bsearch and tsortRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-04Add full license notice to bsearch codeMartin Woodward
2013-01-03Fix git__strncasecmpPhilip Kelley
2012-12-20fetchhead reading/iteratingEdward Thomson
2012-12-17Fix -Wmaybe-uninitialized warningMichael Schubert
2012-12-11Fix iterator reset and add reset rangesRussell Belfer
2012-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-15Create internal strcmp variants for function ptrsRussell Belfer
2012-11-14config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto
2012-09-17Support for core.ignorecasePhilip Kelley
2012-09-14http: use WinHTTP on WindowsCarlos Martín Nieto
2012-08-01Add function to query for compile time settings.Sascha Cunz
2012-07-24Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah
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í