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-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í
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