summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Revert "cmake: Update Windows resources to reflect the optional vendor string"Vicent Marti2013-06-121-1/+5
* Fix Windows warningsRussell Belfer2013-06-121-0/+1
* thread: fix segfault on Windows 64 bitsyorah2013-05-301-1/+3
* cmake: Update Windows resources to reflect the optional vendor stringnulltoken2013-05-221-5/+1
* calloc() to initialize memoryLinquize2013-05-161-1/+1
* Fix trailing whitespacesnulltoken2013-05-152-2/+1
* Unify whitespaces to tabsLinquize2013-05-151-57/+57
* Merge pull request #1547 from ethomson/win32_statVicent Martí2013-05-061-1/+12
|\
| * p_stat() should follow symlinks on windowsEdward Thomson2013-05-041-1/+12
* | allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson2013-05-031-1/+12
|/
* Make indexer use shared packfile open codeRussell Belfer2013-04-222-6/+10
* Fixes for Windows cas/threading stuffRussell Belfer2013-04-221-6/+11
* Fix whitespace in src/win32/version.hPhilip Kelley2013-03-311-2/+2
* Add git_has_win32_version helperPhilip Kelley2013-03-312-1/+21
* Win32 error reporting: Support WinHTTP errorsPhilip Kelley2013-03-311-18/+54
* Fixes and cleanupsRussell Belfer2013-03-182-17/+18
* Switch search paths to classic delimited stringsRussell Belfer2013-03-182-45/+29