summaryrefslogtreecommitdiff
path: root/compat/win32
AgeCommit message (Expand)Author
2017-09-26Win32: simplify loading of DLL functionsJohannes Schindelin
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano
2016-05-11Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin
2016-05-09compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin
2016-01-15mingw: squash another warning about a castJohannes Schindelin
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees
2014-07-09Merge branch 'sk/mingw-dirent'Junio C Hamano
2014-06-09Win32 dirent: improve dirent implementationKarsten Blees
2014-06-09Win32 dirent: clarify #include directivesKarsten Blees
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees
2014-06-09Win32 dirent: remove unused dirent.d_ino memberKarsten Blees
2014-04-09mingw: activate allocaKirill Smelkov
2013-04-28compat/win32/pthread.c: Fix a sparse warningRamsay Jones
2012-09-17make poll available for other platforms lacking itJoachim Schmitz
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones
2011-10-31compat/win32/poll.c: upgrade from upstreamErik Faye-Lund
2011-10-31mingw: move poll out of sys-folderErik Faye-Lund
2011-10-07mingw: avoid using strbuf in syslogErik Faye-Lund
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04mingw: import poll-emulation from gnulibErik Faye-Lund
2010-11-04mingw: implement syslogMike Pape
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-04-09Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt
2010-03-07Windows: more pthreads functionsJohannes Sixt
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-30Implement pthread_cond_broadcast on WindowsJohannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski