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
2015-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-08-03Test: check restored oom error points to static bufferMichael Procter
2015-08-03Add failing test for capture/restore oom errorMichael Procter
2015-07-25filebuf: remove lockfile upon rename errorsCarlos Martín Nieto
2015-07-24filebuf: failing test for leaving the lockfile when failing to renameCarlos Martín Nieto
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-25buffer: make use of EINVALID for growing a borrowed bufferCarlos Martín Nieto
2015-06-25buffer: don't allow growing borrowed buffersCarlos Martín Nieto
2015-06-22git_buf_text_lf_to_crlf: allow mixed line endingsEdward Thomson
2015-06-17Merge pull request #3219 from libgit2/cmn/racy-diffCarlos Martín Nieto
2015-06-16Introduce p_utimes and p_futimesEdward Thomson
2015-06-15Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-08Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-05-30git__tolower: test that some non-ASCII downcasing isn'tEdward Thomson
2015-05-29git__strcasecmp: treat input bytes as unsignedEdward Thomson
2015-05-11stash_apply: provide its own options structureEdward Thomson
2015-05-01git_path_diriter: next shouldn't take path ptrEdward Thomson
2015-04-23Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto
2015-04-23Add a SecureTransport TLS channelCarlos Martín Nieto
2015-04-17Fix memleak in test/core/mkdir reported by CRTDBGJeff Hostetler
2015-03-03Fix p_ftruncate to handle big files for git_cloneJeff Hostetler
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-02-05stat: don't remove trailing '/' from root on win32Edward Thomson
2015-02-04structinit test: use %PRIuZ instead of %d for size_tEdward Thomson
2015-01-21structinit test: only run on DEBUG buildsEdward Thomson
2015-01-21Make binary detection work similar to vanilla gitSven Strickroth
2014-12-16win32: use NT-prefixed "\\?\" pathsEdward Thomson
2014-12-09core::link test: clean up junction point nameEdward Thomson
2014-12-05init: return the number of initializationsEdward Thomson
2014-11-21buffer: Do not `put` anything if len is 0Vicent Marti
2014-10-01hashsig: Export as a `sys` headerVicent Marti
2014-09-17path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile
2014-08-22Allow mkdir helper to skip parent errorsRussell Belfer
2014-08-15Introduce git_buf_decode_base64Edward Thomson
2014-06-30Round up pool alloc sizes for alignmentRussell Belfer
2014-06-24crlf: pass-through mixed EOL buffers from LF->CRLFCarlos Martín Nieto
2014-05-28fileops: allow linking files when copying directory structuresCarlos Martín Nieto
2014-05-15Better search path sandboxingRussell Belfer
2014-04-23Merge pull request #2291 from ethomson/patch_binaryVicent Marti
2014-04-23React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley
2014-04-23patch: emit binary patches (optionally)Edward Thomson
2014-04-22Handle win32 reparse points properlyEdward Thomson
2014-04-20Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley
2014-04-18Add diff threading tests and attr file cache locksRussell Belfer
2014-04-18Some vector utility tweaksRussell Belfer
2014-04-07Fix bug with multiple iconv conversions in one dirRussell Belfer