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
2016-03-22tree: drop the now-unnecessary entries vectorEdward Thomson
2016-02-28Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson
2016-02-23git_libgit2_opts: validate keyEdward Thomson
2016-02-12win32: introduce p_timeval that isn't stupidEdward Thomson
2016-01-13Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger
2015-11-20Fix some warningsJacques Germishuys
2015-11-13pool: Never return unaligned buffersVicent Marti
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-11-12Merge pull request #3499 from ethomson/ref_dir_errmsgsCarlos Martín Nieto
2015-11-12settings: add a setter for a custom user-agentCarlos Martín Nieto
2015-11-04filebuf: detect directories in our wayEdward Thomson
2015-11-03stream: allow registering a user-provided TLS constructorCarlos Martín Nieto
2015-10-28pool: Handle 32 bit systemsVicent Marti
2015-10-28pool: Simplify implementationVicent Marti
2015-10-02Merge branch 'master' into nsec_fix_nextAxel Rasmussen
2015-09-28Plug some leaksCarlos Martín Nieto
2015-09-19caps: add test for GIT_FEATURES_NSECAxel Rasmussen
2015-09-17mkdir: find component paths for mkdir_relativeEdward Thomson
2015-09-17core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson
2015-09-17core::mkdir tests: include absolute mkdirsEdward Thomson
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-09-13diriter: test we can iterate rootEdward Thomson
2015-09-08futils: ensure we can write a hidden fileEdward Thomson
2015-09-08filebuf: ensure we can lock a hidden fileEdward Thomson
2015-09-05filebuf: follow symlinks when creating a lock fileCarlos Martín Nieto
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