summaryrefslogtreecommitdiff
path: root/compat/win32
Commit message (Expand)AuthorAgeFilesLines
* compat/win32/pthread.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* make poll available for other platforms lacking itJoachim Schmitz2012-09-172-659/+0
* compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones2012-04-111-0/+5
* compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-301-6/+13
* mingw: move poll out of sys-folderErik Faye-Lund2011-10-302-0/+0
* mingw: avoid using strbuf in syslogef/mingw-syslogErik Faye-Lund2011-10-071-12/+18
* Merge branch 'rj/msvc-fix'Junio C Hamano2010-12-161-0/+3
|\
| * msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones2010-12-091-0/+3
* | win32: use our own dirent.hErik Faye-Lund2010-11-232-0/+132
|/
* mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-041-2/+1
* mingw: import poll-emulation from gnulibErik Faye-Lund2010-11-042-0/+650
* mingw: implement syslogMike Pape2010-11-042-0/+92
* Merge branch 'js/async-thread'Junio C Hamano2010-06-212-0/+33
|\
| * Windows: more pthreads functionsJohannes Sixt2010-03-072-0/+33
* | Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-081-1/+7
|/
* Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
* Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-292-15/+94
* MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-162-0/+177