| Commit message (Expand) | Author | Age |
* | Merge branch 'sk/mingw-dirent' | Junio C Hamano | 2014-07-09 |
|\ |
|
| * | Win32 dirent: improve dirent implementation | Karsten Blees | 2014-06-09 |
| * | Win32 dirent: clarify #include directives | Karsten Blees | 2014-06-09 |
| * | Win32 dirent: change FILENAME_MAX to MAX_PATH | Karsten Blees | 2014-06-09 |
| * | Win32 dirent: remove unused dirent.d_reclen member | Karsten Blees | 2014-06-09 |
| * | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 2014-06-09 |
* | | mingw: activate alloca | Kirill Smelkov | 2014-04-09 |
|/ |
|
* | compat/win32/pthread.c: Fix a sparse warning | Ramsay Jones | 2013-04-28 |
* | make poll available for other platforms lacking it | Joachim Schmitz | 2012-09-17 |
* | compat/win32/pthread.h: Add an pthread_key_delete() implementation | Ramsay Jones | 2012-04-11 |
* | compat/win32/poll.c: upgrade from upstream | Erik Faye-Lund | 2011-10-30 |
* | mingw: move poll out of sys-folder | Erik Faye-Lund | 2011-10-30 |
* | mingw: avoid using strbuf in syslog | Erik Faye-Lund | 2011-10-07 |
* | Merge branch 'rj/msvc-fix' | Junio C Hamano | 2010-12-16 |
|\ |
|
| * | msvc: Fix compilation errors in compat/win32/sys/poll.c | Ramsay Jones | 2010-12-09 |
* | | win32: use our own dirent.h | Erik Faye-Lund | 2010-11-23 |
|/ |
|
* | mingw: use poll-emulation from gnulib | Erik Faye-Lund | 2010-11-04 |
* | mingw: import poll-emulation from gnulib | Erik Faye-Lund | 2010-11-04 |
* | mingw: implement syslog | Mike Pape | 2010-11-04 |
* | Merge branch 'js/async-thread' | Junio C Hamano | 2010-06-21 |
|\ |
|
| * | Windows: more pthreads functions | Johannes Sixt | 2010-03-07 |
* | | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 2010-04-08 |
|/ |
|
* | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 |
* | Implement pthread_cond_broadcast on Windows | Johannes Sixt | 2010-01-29 |
* | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 2010-01-16 |