index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
React to review feedback
Philip Kelley
2014-06-07
2
-5
/
+18
*
Win32: Fix object::cache::threadmania test on x64
Philip Kelley
2014-06-07
2
-55
/
+74
*
Merge pull request #2303 from jacquesg/mingw-lseek
Vicent Marti
2014-05-19
1
-0
/
+1
|
\
|
*
Undef lseek first
Jacques Germishuys
2014-05-01
1
-0
/
+1
*
|
indexer: mmap fixes for Windows
Carlos Martín Nieto
2014-05-17
2
-1
/
+7
*
|
indexer: use mmap for writing
Carlos Martín Nieto
2014-05-17
1
-0
/
+5
*
|
Win32: Supply _O_NOINHERIT when calling _wopen
Philip Kelley
2014-05-16
1
-2
/
+11
|
/
*
React to feedback for UTF-8 <-> WCHAR and reparse work
Philip Kelley
2014-04-23
6
-37
/
+24
*
Handle win32 reparse points properly
Edward Thomson
2014-04-22
5
-132
/
+353
*
Win32: UTF-8 <-> WCHAR conversion overhaul
Philip Kelley
2014-04-19
12
-296
/
+552
*
Retry renaming files on Access Denied errors
Jan Melcher
2014-03-27
1
-1
/
+22
*
Remove unused utf8 -> utf16 conversion code
Edward Thomson
2014-02-05
1
-62
/
+0
*
Test cancel from indexer progress callback
Russell Belfer
2013-12-11
1
-1
/
+2
*
Clean up warnings
Edward Thomson
2013-12-09
1
-3
/
+4
*
posix: Solaris doesn't have strnlen either
Alessandro Ghedini
2013-11-27
1
-5
/
+0
*
More filemode cleanups for FAT on MacOS
Russell Belfer
2013-10-08
1
-2
/
+2
*
Merge pull request #1858 from linquize/win32-template-dir
Vicent Martí
2013-09-17
2
-11
/
+11
|
\
|
*
Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameter
Linquize
2013-09-17
2
-11
/
+11
*
|
Bug fixes and cleanups
Russell Belfer
2013-09-17
1
-0
/
+1
*
|
Add simple global shutdown hooks
Russell Belfer
2013-09-17
2
-10
/
+9
|
/
*
Fix failure in win32_find_git_in_registry() when UAC is turned on
Linquize
2013-09-17
1
-1
/
+1
*
Fix failure in win32_find_git_in_registry()
Linquize
2013-09-17
1
-1
/
+1
*
Fix warning in src/win32/version.h
Linquize
2013-09-05
1
-1
/
+1
*
Merge pull request #1805 from libgit2/threading-packed-load
Vicent Martí
2013-08-28
2
-8
/
+141
|
\
|
*
Convert to our own SRWLOCK type on Win32
Russell Belfer
2013-08-27
3
-4
/
+4
|
*
Fix MINGW SRWLock typedefs
Russell Belfer
2013-08-26
2
-2
/
+2
|
*
Load SRWLock APIs at runtime
Russell Belfer
2013-08-26
2
-11
/
+92
|
*
Trying to fix Win32 warnings
Russell Belfer
2013-08-22
1
-5
/
+7
|
*
Add SRWLock implementation of rwlocks for Win32
Russell Belfer
2013-08-22
2
-1
/
+51
*
|
Improve win32 version check, no ipv6 tests on XP
Edward Thomson
2013-08-27
2
-5
/
+22
|
/
*
Quiet down some warnings
Edward Thomson
2013-08-19
1
-1
/
+1
*
Fix p_inet_pton on windows
Edward Thomson
2013-08-19
2
-32
/
+35
*
Use time(2) to get the time
Edward Thomson
2013-08-19
1
-50
/
+0
*
Give credit to PHP for the p_readlink function in posix_w32.c
Martin Woodward
2013-08-16
1
-0
/
+9
*
Merge pull request #1779 from ben/win32-precompiled-header-speedup
Ben Straub
2013-08-13
1
-0
/
+3
|
\
|
*
Add some things to precompiled header
Ben Straub
2013-08-13
1
-0
/
+3
*
|
Merge pull request #1767 from libgit2/win32-bigger-utf8-buffer
Vicent Martí
2013-08-13
7
-78
/
+94
|
\
\
|
|
/
|
/
|
|
*
Missed one path for path_as_utf8 type
Russell Belfer
2013-08-13
1
-1
/
+1
|
*
Minor win32 fixes and improvements
Russell Belfer
2013-08-13
3
-16
/
+11
|
*
Reintroduce type for UTF8 win32 path conversions
Russell Belfer
2013-08-13
4
-10
/
+11
|
*
Rename git__win32_path fns to git_win32_path
Russell Belfer
2013-08-13
4
-21
/
+24
|
*
Fix mingw cross-compile build
Ben Straub
2013-08-13
1
-0
/
+1
|
*
windows: Fuck me
Vicent Marti
2013-08-13
2
-1
/
+2
|
*
windows: Require order
Vicent Marti
2013-08-13
2
-2
/
+2
|
*
windows: Missing renames.
Vicent Marti
2013-08-13
2
-3
/
+3
|
*
windows: Path conversion with better semantics
Vicent Marti
2013-08-13
5
-43
/
+42
|
*
Make utf-8 source strings unlimited
Ben Straub
2013-08-10
1
-2
/
+2
|
*
Fix 64-bit MSVC warnings
Ben Straub
2013-08-10
1
-2
/
+2
|
*
Discriminate path-specific and general UTF-X conversions
Ben Straub
2013-08-08
6
-26
/
+37
|
*
Rename git_win_str_utf* to git_win32_path_utf*
Ben Straub
2013-08-07
5
-23
/
+23
[next]