summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
...
* Implement global/system file search pathsRussell Belfer2013-03-152-60/+160
* Merge pull request #1373 from arrbee/why-cdecl-whyVicent Martí2013-02-282-1/+11
|\
| * Fix some deprecation warnings on WindowsRussell Belfer2013-02-282-1/+9
| * Add GIT_STDLIB_CALLRussell Belfer2013-02-281-0/+2
* | w32-posix: Wrap the `timezone` declaration with a clauseVicent Marti2013-02-281-0/+3
|/
* Win32: Use constants in version resource definitions where possibleSven Strickroth2013-02-271-2/+2
* Change git2.rc to identify git.dll as VOS_NT_WINDOWS32Philip Kelley2013-02-131-1/+1
* Fix Windows symlinksJameson Miller2013-02-081-1/+1
* Moved braces to conform to code stylePatrick Pokatilo2013-02-081-2/+1
* Replace LoadLibrary with GetModuleHandle, since kernel32 is loaded by defaultPatrick Pokatilo2013-02-081-3/+3
* Replace call to strnlen with call to strlenPatrick Pokatilo2013-02-081-6/+5
* Include <string.h>Patrick Pokatilo2013-02-081-0/+1
* Fix call to readlinkPatrick Pokatilo2013-02-081-1/+4
* Call p_readlink to determine symlink sizePatrick Pokatilo2013-02-071-0/+13
* Merge pull request #1303 from csware/win32_consistent_error_encodingVicent Martí2013-02-012-0/+54
|\
| * Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth2013-02-022-0/+54
* | Stick to coding style: Move up bracesSven Strickroth2013-02-011-6/+3
* | Detect msysgit installation of users without admin rightsSven Strickroth2013-01-311-4/+7
* | Refactored: Move msysgit registry detection to it's own functionSven Strickroth2013-01-312-17/+25
|/
* update copyrightsEdward Thomson2013-01-0815-15/+15
* Fix MSVC compilation warningsnulltoken2012-12-171-1/+0
* Fix warnings on Win64 buildRussell Belfer2012-11-271-3/+3
* Clean up config.hBen Straub2012-11-271-1/+1
* Minor optimization in win32 do_lstatEduardo Bart2012-11-201-3/+2
* update win32 lstat commentEduardo Bart2012-11-191-5/+2
* Fix win32 lstatEduardo Bart2012-11-191-19/+7
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-144-57/+90
* Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-072-1/+44
* Incremental improvements to pack-objects logicPhilip Kelley2012-10-171-0/+3
* Support pthread_cond_* on Win32Philip Kelley2012-10-162-0/+72
* Merge pull request #952 from csware/config-locationsVicent Martí2012-10-162-0/+172
|\
| * Move win32 specific stuff to win32/findfile.cSven Strickroth2012-10-022-0/+172
* | Always use internal fnmatch, not systemRussell Belfer2012-10-151-1/+0
|/
* Fix MSVC amd64 compilation warningsnulltoken2012-09-201-1/+1
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-285-60/+35
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-285-215/+64
* UTF-8 changes yoVicent Martí2012-08-281-0/+92
* Merge pull request #778 from ben/cloneVicent Martí2012-08-192-0/+10
|\
| * Checkout: obey core.symlinks.Ben Straub2012-07-171-2/+5
| * Merge branch 'development' into cloneBen Straub2012-07-171-1/+1
| |\
| * | Checkout: handle symlinks.Ben Straub2012-07-162-0/+7
* | | win32: set errno to ENOENT or ENOTDIR when appropriate in do_lstatCarlos Martín Nieto2012-08-021-0/+7
| |/ |/|
* | fix below issues on mingw:liyuray2012-06-211-1/+1
|/
* Precompile headers for MSVC.Ben Straub2012-06-132-0/+20
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* Merge pull request #684 from benstraub/rev-parseVicent Martí2012-06-071-0/+76
|\
| * Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-062-7/+3
| * Merge branch 'development' into rev-parseBen Straub2012-06-054-221/+11
| |\
| * | Fix date.c build in msvc.Ben Straub2012-05-152-0/+80
* | | repository: make git_repository_init() value the core.filemode config entrynulltoken2012-06-051-0/+1
| |/ |/|