summary refs log tree commit diff
path: root/compat/win32
AgeCommit message (Expand)AuthorFilesLines
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+28
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer2-5/+5
2021-09-27lazyload.h: use an even more generic function pointer than FARPROCCarlo Marcelo Arenas Belón1-3/+6
2021-09-27lazyload.h: fix warnings about mismatching function pointer typesJohannes Sixt1-2/+3
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón1-1/+1
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma1-0/+11
2019-12-06Sync with 2.23.1Johannes Schindelin2-2/+27
2019-12-06Sync with 2.22.2Johannes Schindelin2-2/+27
2019-12-06Sync with 2.21.1Johannes Schindelin2-2/+27
2019-12-06Sync with 2.20.2Johannes Schindelin2-2/+27
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano1-0/+5
2019-10-11pthread.h: manually align parameter listsDenton Liu1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsJohannes Schindelin1-0/+5
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu1-3/+3
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros1-0/+25
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-3/+47
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+147
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2-0/+48
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2-0/+48
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2-159/+7
2017-09-26Win32: simplify loading of DLL functionsJohannes Schindelin1-0/+57
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe1-0/+2
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano1-0/+7
2016-05-11Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin1-0/+2
2016-05-09compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy1-3/+3
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt1-0/+5
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano1-1/+1
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin1-1/+1
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-2/+2
2016-02-22use st_add and st_mult for allocation size computationJeff King1-2/+2
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin1-1/+4
2016-01-15mingw: squash another warning about a castJohannes Schindelin1-1/+1
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees2-21/+11
2014-07-09Merge branch 'sk/mingw-dirent'Junio C Hamano2-67/+57
2014-06-09Win32 dirent: improve dirent implementationKarsten Blees1-59/+54
2014-06-09Win32 dirent: clarify #include directivesKarsten Blees1-2/+1
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees1-1/+1
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees1-4/+1
2014-06-09Win32 dirent: remove unused dirent.d_ino memberKarsten Blees1-1/+0
2014-04-09mingw: activate allocaKirill Smelkov1-0/+1
2013-04-28compat/win32/pthread.c: Fix a sparse warningRamsay Jones1-1/+1
2012-09-17make poll available for other platforms lacking itJoachim Schmitz2-659/+0
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones1-0/+5
2011-10-30compat/win32/poll.c: upgrade from upstreamErik Faye-Lund1-6/+13
2011-10-30mingw: move poll out of sys-folderErik Faye-Lund2-0/+0
2011-10-07mingw: avoid using strbuf in syslogErik Faye-Lund1-12/+18
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano1-0/+3
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones1-0/+3
2010-11-23win32: use our own dirent.hErik Faye-Lund2-0/+132