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
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
2013-06-07Add safe memset and use itRussell Belfer
2013-05-18Fix issues with git_diff_find_similarRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
2013-04-22Make refcounting atomicCarlos Martín Nieto
2013-04-22Add git__compare_and_swap and use itRussell Belfer
2013-04-22Further threading fixesRussell Belfer
2013-04-21Move refdb_backend to include/git2/sysRussell Belfer
2013-03-12Sorting function cleanup and MinGW fixRussell Belfer
2013-03-09Make tree iterator handle icase equivalenceRussell Belfer
2013-02-20signature: Shut up MSVC, you silly gooseVicent Marti
2013-02-02Use malloc rather than callocBen Straub
2013-02-01Introduce git__substrdupBen Straub
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-15Add payload "_r" versions of bsearch and tsortRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-20fetchhead reading/iteratingEdward Thomson
2012-11-15Create internal strcmp variants for function ptrsRussell Belfer
2012-11-10Some diff refactorings to help code reuseRussell Belfer
2012-11-10Fix implementation of strndup to not overrunPhilip Kelley
2012-09-17Support for core.ignorecasePhilip Kelley
2012-07-24Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah
2012-07-12Merge pull request #812 from arrbee/assorted-tweaksVicent Martí
2012-07-11Adding unicode space to match crlf patternsRussell Belfer
2012-07-07util: add git__isdigit()nulltoken
2012-07-02revparse: fix parsing of date specifiersnulltoken
2012-06-06Move git__date_parse declaration to util.h.Ben Straub
2012-06-05Merge branch 'development' into rev-parseBen Straub
2012-05-18global: Change parameter ordering in APIVicent Martí
2012-05-16Fix date.c build in msvc.Ben Straub
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-05-11Rev-parse: @{time} syntax.Ben Straub
2012-05-09util: Fix git__isspace() implementationnulltoken