summaryrefslogtreecommitdiff
path: root/compat/win32
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-04mingw: implement syslogLibravatar Mike Pape2-0/+92
2010-06-21Merge branch 'js/async-thread'Libravatar Junio C Hamano2-0/+33
2010-04-08Thread-safe xmalloc and xrealloc needs a recursive mutexLibravatar Johannes Sixt1-1/+7
2010-03-07Windows: more pthreads functionsLibravatar Johannes Sixt2-0/+33
2010-02-03Typofixes outside documentation areaLibravatar Junio C Hamano1-1/+1
2010-01-29Implement pthread_cond_broadcast on WindowsLibravatar Johannes Sixt2-15/+94
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APILibravatar Andrzej K. Haczewski2-0/+177