summaryrefslogtreecommitdiff
path: root/src/win32/error.c
Commit message (Collapse)AuthorAgeFilesLines
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-31/+5
|
* Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-271-1/+1
|
* Do not redefine WC_ERR_INVALID_CHARSSven Strickroth2013-06-231-0/+2
| | | | | | WC_ERR_INVALID_CHARS might be already defined by the Windows SDK. Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Add git_has_win32_version helperPhilip Kelley2013-03-311-1/+1
|
* Win32 error reporting: Support WinHTTP errorsPhilip Kelley2013-03-311-18/+54
|
* Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth2013-02-021-0/+41
Signed-off-by: Sven Strickroth <email@cs-ware.de>