aboutsummaryrefslogtreecommitdiff
path: root/compat/win32
Commit message (Expand)AuthorAge
* Win32: simplify loading of DLL functionsJohannes Schindelin2017-09-26
* win32: plug memory leak on realloc() failure in syslog()René Scharfe2017-08-10
* Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano2016-05-18
|\
| * Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin2016-05-11
| * Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-02
* | compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano2016-03-04
|\ \
| * | Mark win32's pthread_exit() as NORETURNJohannes Schindelin2016-03-02
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ | | |/ | |/|
| * | use st_add and st_mult for allocation size computationJeff King2016-02-22
| |/
* | mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2016-01-15
* | mingw: squash another warning about a castJohannes Schindelin2016-01-15
|/
* Win32: Unicode file name support (dirent)Karsten Blees2014-07-15
* Merge branch 'sk/mingw-dirent'Junio C Hamano2014-07-09
|\
| * Win32 dirent: improve dirent implementationKarsten Blees2014-06-09
| * Win32 dirent: clarify #include directivesKarsten Blees2014-06-09
| * Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees2014-06-09
| * Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees2014-06-09
| * Win32 dirent: remove unused dirent.d_ino memberKarsten Blees2014-06-09
* | mingw: activate allocaKirill Smelkov2014-04-09
|/
* compat/win32/pthread.c: Fix a sparse warningRamsay Jones2013-04-28
* make poll available for other platforms lacking itJoachim Schmitz2012-09-17
* compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones2012-04-11
* compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-30
* mingw: move poll out of sys-folderErik Faye-Lund2011-10-30
* mingw: avoid using strbuf in syslogErik Faye-Lund2011-10-07
* Merge branch 'rj/msvc-fix'Junio C Hamano2010-12-16
|\
| * msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones2010-12-09
* | win32: use our own dirent.hErik Faye-Lund2010-11-23
|/
* mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-04
* mingw: import poll-emulation from gnulibErik Faye-Lund2010-11-04
* mingw: implement syslogMike Pape2010-11-04
* Merge branch 'js/async-thread'Junio C Hamano2010-06-21
|\
| * Windows: more pthreads functionsJohannes Sixt2010-03-07
* | Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-08
|/
* Typofixes outside documentation areaJunio C Hamano2010-02-03
* Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-29
* MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-16