summaryrefslogtreecommitdiff
path: root/compat/win32
AgeCommit message (Expand)AuthorFilesLines
2021-09-27lazyload.h: use an even more generic function pointer than FARPROCLibravatar Carlo Marcelo Arenas Belón1-3/+6
2021-09-27lazyload.h: fix warnings about mismatching function pointer typesLibravatar Johannes Sixt1-2/+3
2021-09-03win32: allow building with pedantic mode enabledLibravatar Carlo Marcelo Arenas Belón1-1/+1
2020-03-27run-command: trigger PATH lookup properly on CygwinLibravatar Andras Kucsma1-0/+11
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin2-2/+27
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin2-2/+27
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin2-2/+27
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin2-2/+27
2019-10-18Merge branch 'dl/compat-cleanup'Libravatar Junio C Hamano1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-0/+5
2019-10-11pthread.h: manually align parameter listsLibravatar Denton Liu1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsLibravatar Johannes Schindelin1-0/+5
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-3/+3
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingLibravatar Cesar Eduardo Barros1-0/+25
2019-04-16trace2: report peak memory usage of the processLibravatar Jeff Hostetler1-3/+47
2019-02-22trace2: collect Windows-specific process informationLibravatar Jeff Hostetler1-0/+147
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Libravatar Junio C Hamano2-0/+48
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Libravatar Torsten Bögershausen2-0/+48
2018-11-14win32: replace pthread_cond_*() with much simpler codeLibravatar Loo Rong Jie2-159/+7
2017-09-26Win32: simplify loading of DLL functionsLibravatar Johannes Schindelin1-0/+57
2017-08-10win32: plug memory leak on realloc() failure in syslog()Libravatar René Scharfe1-0/+2
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Libravatar Junio C Hamano1-0/+7
2016-05-11Windows: only add a no-op pthread_sigmask() when neededLibravatar Johannes Schindelin1-0/+2
2016-05-09compat/win32/syslog.c: use warning_errno()Libravatar Nguyễn Thái Ngọc Duy1-3/+3
2016-05-02Windows: add pthread_sigmask() that does nothingLibravatar Johannes Sixt1-0/+5
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Libravatar Junio C Hamano1-1/+1
2016-03-02Mark win32's pthread_exit() as NORETURNLibravatar Johannes Schindelin1-1/+1
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-2/+2
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-2/+2
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsLibravatar Johannes Schindelin1-1/+4
2016-01-15mingw: squash another warning about a castLibravatar Johannes Schindelin1-1/+1
2014-07-15Win32: Unicode file name support (dirent)Libravatar Karsten Blees2-21/+11
2014-07-09Merge branch 'sk/mingw-dirent'Libravatar Junio C Hamano2-67/+57
2014-06-09Win32 dirent: improve dirent implementationLibravatar Karsten Blees1-59/+54
2014-06-09Win32 dirent: clarify #include directivesLibravatar Karsten Blees1-2/+1
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHLibravatar Karsten Blees1-1/+1
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberLibravatar Karsten Blees1-4/+1
2014-06-09Win32 dirent: remove unused dirent.d_ino memberLibravatar Karsten Blees1-1/+0
2014-04-09mingw: activate allocaLibravatar Kirill Smelkov1-0/+1
2013-04-28compat/win32/pthread.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2012-09-17make poll available for other platforms lacking itLibravatar Joachim Schmitz2-659/+0
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationLibravatar Ramsay Jones1-0/+5
2011-10-30compat/win32/poll.c: upgrade from upstreamLibravatar Erik Faye-Lund1-6/+13
2011-10-30mingw: move poll out of sys-folderLibravatar Erik Faye-Lund2-0/+0
2011-10-07mingw: avoid using strbuf in syslogLibravatar Erik Faye-Lund1-12/+18
2010-12-16Merge branch 'rj/msvc-fix'Libravatar Junio C Hamano1-0/+3
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cLibravatar Ramsay Jones1-0/+3
2010-11-23win32: use our own dirent.hLibravatar Erik Faye-Lund2-0/+132
2010-11-04mingw: use poll-emulation from gnulibLibravatar Erik Faye-Lund1-2/+1
2010-11-04mingw: import poll-emulation from gnulibLibravatar Erik Faye-Lund2-0/+650