summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-236-37/+24
* Handle win32 reparse points properlyEdward Thomson2014-04-225-132/+353
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-1912-296/+552
* Retry renaming files on Access Denied errorsJan Melcher2014-03-271-1/+22
* Remove unused utf8 -> utf16 conversion codeEdward Thomson2014-02-051-62/+0
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-1/+2
* Clean up warningsEdward Thomson2013-12-091-3/+4
* posix: Solaris doesn't have strnlen eitherAlessandro Ghedini2013-11-271-5/+0
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-2/+2
* Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-172-11/+11
|\
| * Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameterLinquize2013-09-172-11/+11
* | Bug fixes and cleanupsRussell Belfer2013-09-171-0/+1
* | Add simple global shutdown hooksRussell Belfer2013-09-172-10/+9
|/
* Fix failure in win32_find_git_in_registry() when UAC is turned onLinquize2013-09-171-1/+1
* Fix failure in win32_find_git_in_registry()Linquize2013-09-171-1/+1
* Fix warning in src/win32/version.hLinquize2013-09-051-1/+1
* Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-282-8/+141
|\
| * Convert to our own SRWLOCK type on Win32Russell Belfer2013-08-273-4/+4
| * Fix MINGW SRWLock typedefsRussell Belfer2013-08-262-2/+2
| * Load SRWLock APIs at runtimeRussell Belfer2013-08-262-11/+92
| * Trying to fix Win32 warningsRussell Belfer2013-08-221-5/+7
| * Add SRWLock implementation of rwlocks for Win32Russell Belfer2013-08-222-1/+51
* | Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-272-5/+22
|/
* Quiet down some warningsEdward Thomson2013-08-191-1/+1
* Fix p_inet_pton on windowsEdward Thomson2013-08-192-32/+35
* Use time(2) to get the timeEdward Thomson2013-08-191-50/+0
* Give credit to PHP for the p_readlink function in posix_w32.cMartin Woodward2013-08-161-0/+9
* Merge pull request #1779 from ben/win32-precompiled-header-speedupBen Straub2013-08-131-0/+3
|\
| * Add some things to precompiled headerBen Straub2013-08-131-0/+3
* | Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí2013-08-137-78/+94
|\ \ | |/ |/|
| * Missed one path for path_as_utf8 typeRussell Belfer2013-08-131-1/+1
| * Minor win32 fixes and improvementsRussell Belfer2013-08-133-16/+11
| * Reintroduce type for UTF8 win32 path conversionsRussell Belfer2013-08-134-10/+11
| * Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-134-21/+24
| * Fix mingw cross-compile buildBen Straub2013-08-131-0/+1
| * windows: Fuck meVicent Marti2013-08-132-1/+2
| * windows: Require orderVicent Marti2013-08-132-2/+2
| * windows: Missing renames.Vicent Marti2013-08-132-3/+3
| * windows: Path conversion with better semanticsVicent Marti2013-08-135-43/+42
| * Make utf-8 source strings unlimitedBen Straub2013-08-101-2/+2
| * Fix 64-bit MSVC warningsBen Straub2013-08-101-2/+2
| * Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-086-26/+37
| * Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-075-23/+23
| * Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-076-40/+44
| * Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-056-44/+45
* | Fixes to safely reading the indexEdward Thomson2013-08-081-0/+5
|/
* Fix compilation warningsnulltoken2013-06-291-5/+3
* Correctly handle junctionsSven Strickroth2013-06-251-0/+3
* Do not redefine WC_ERR_INVALID_CHARSSven Strickroth2013-06-231-0/+2
* cmake: Add option to specify the name of the binarynulltoken2013-06-131-6/+4