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
path: root/src/win32
AgeCommit message (Expand)Author
2015-08-05Fix duplicate basenames to support older VSJohn Haley
2015-07-07Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-29Reserve aux_id 0; sort leaks by aux_id. Fix cmp.Jeff Hostetler
2015-06-29Include stacktrace summary in memory leak output.Jeff Hostetler
2015-06-16Introduce p_utimes and p_futimesEdward Thomson
2015-05-01git_buf_put_w: introduce utf16->utf8 conversionEdward Thomson
2015-05-01git_path_diriter: use FindFirstFile in win32Edward Thomson
2015-05-01git_win32_path_dirload_with_stat: removedEdward Thomson
2015-04-29win32: keep full path for realpath usageEdward Thomson
2015-04-29win32: mimic git_path_dirload_with_stat closelyEdward Thomson
2015-04-28dirload: loop conditional; less path manglingEdward Thomson
2015-04-28win32 dirload: don't heap allocate DIR structureEdward Thomson
2015-04-28win32: abstract file attributes -> struct stat fnEdward Thomson
2015-04-28Improvements to status performance on Windows.J Wyman
2015-04-18Rename routine to free TLS dataJeff Hostetler
2015-04-17Attempt to fix Windows TLS memory leak.Jeff Hostetler
2015-03-19win32 resource: allow custom comments field in DLLEdward Thomson
2015-03-06Use secure API if available.Matti Virolainen
2015-03-06Add some missing definitions for mingw.orgTony Kelman
2015-03-06Move definitions of strcasecmp and strncasecmp to msvc-compat.hTony Kelman
2015-03-04Merge pull request #2932 from jeffhostetler/jeffhostetler/big_clone_crashCarlos Martín Nieto
2015-03-03Change ifdef for MINGW32.Jeff Hostetler
2015-03-03Fix p_ftruncate to handle big files for git_cloneJeff Hostetler
2015-03-02win32: add the patch level to the .dll fileversionEdward Thomson
2015-02-15Merge pull request #2895 from ethomson/alloc_overflowCarlos Martín Nieto
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13win32: limit the mode to `_wopen`/`_waccess`Edward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13git__*allocarray: safer realloc and mallocEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-02-05stat: don't remove trailing '/' from root on win32Edward Thomson
2014-12-29Undef stat firstJacques Germishuys
2014-12-19Fix ming32 compilationCarlos Martín Nieto
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-12-16win32: use NT-prefixed "\\?\" pathsEdward Thomson
2014-10-27Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto
2014-10-13p_lstat win32: don't canonicalize volume mountsEdward Thomson
2014-08-05Introduce some consistency in definition/declaration orderingJacques Germishuys
2014-08-05Consistently use p_snprintfJacques Germishuys
2014-08-05Cleanup portability/compatibility layerJacques Germishuys
2014-07-06Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.hJacques Germishuys
2014-07-06Secure CRT is only available from Visual Studio 2005+Jacques Germishuys
2014-07-06Variadic macros is only available from Visual Studio 2005+Jacques Germishuys
2014-07-06_stat64 is a function, __stat64 is the structureJacques Germishuys
2014-06-23Merge remote-tracking branch 'upstream/cmn/filebuf-atomic-unlock'Carlos Martín Nieto
2014-06-07React to review feedbackPhilip Kelley
2014-06-07Win32: Fix object::cache::threadmania test on x64Philip Kelley
2014-06-04filebuf: make unlocking atomicCarlos Martín Nieto
2014-05-20Fix compiler warning (git_off_t cast to size_t).Albert Meltzer