Age | Commit message (Expand) | Author | Files | Lines |
2016-05-18 | Merge branch 'jk/push-client-deadlock-fix' | Junio C Hamano | 1 | -0/+7 |
2016-05-11 | Windows: only add a no-op pthread_sigmask() when needed | Johannes Schindelin | 1 | -0/+2 |
2016-05-09 | compat/win32/syslog.c: use warning_errno() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2016-05-02 | Windows: add pthread_sigmask() that does nothing | Johannes Sixt | 1 | -0/+5 |
2016-03-04 | Merge branch 'js/pthread-exit-emu-windows' | Junio C Hamano | 1 | -1/+1 |
2016-03-02 | Mark win32's pthread_exit() as NORETURN | Johannes Schindelin | 1 | -1/+1 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -2/+2 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -2/+2 |
2016-01-15 | mingw: uglify (a, 0) definitions to shut up warnings | Johannes Schindelin | 1 | -1/+4 |
2016-01-15 | mingw: squash another warning about a cast | Johannes Schindelin | 1 | -1/+1 |
2014-07-15 | Win32: Unicode file name support (dirent) | Karsten Blees | 2 | -21/+11 |
2014-07-09 | Merge branch 'sk/mingw-dirent' | Junio C Hamano | 2 | -67/+57 |
2014-06-09 | Win32 dirent: improve dirent implementation | Karsten Blees | 1 | -59/+54 |
2014-06-09 | Win32 dirent: clarify #include directives | Karsten Blees | 1 | -2/+1 |
2014-06-09 | Win32 dirent: change FILENAME_MAX to MAX_PATH | Karsten Blees | 1 | -1/+1 |
2014-06-09 | Win32 dirent: remove unused dirent.d_reclen member | Karsten Blees | 1 | -4/+1 |
2014-06-09 | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 1 | -1/+0 |
2014-04-09 | mingw: activate alloca | Kirill Smelkov | 1 | -0/+1 |
2013-04-28 | compat/win32/pthread.c: Fix a sparse warning | Ramsay Jones | 1 | -1/+1 |
2012-09-17 | make poll available for other platforms lacking it | Joachim Schmitz | 2 | -659/+0 |
2012-04-11 | compat/win32/pthread.h: Add an pthread_key_delete() implementation | Ramsay Jones | 1 | -0/+5 |
2011-10-30 | compat/win32/poll.c: upgrade from upstream | Erik Faye-Lund | 1 | -6/+13 |
2011-10-30 | mingw: move poll out of sys-folder | Erik Faye-Lund | 2 | -0/+0 |
2011-10-07 | mingw: avoid using strbuf in syslog | Erik Faye-Lund | 1 | -12/+18 |
2010-12-16 | Merge branch 'rj/msvc-fix' | Junio C Hamano | 1 | -0/+3 |
2010-12-09 | msvc: Fix compilation errors in compat/win32/sys/poll.c | Ramsay Jones | 1 | -0/+3 |
2010-11-23 | win32: use our own dirent.h | Erik Faye-Lund | 2 | -0/+132 |
2010-11-04 | mingw: use poll-emulation from gnulib | Erik Faye-Lund | 1 | -2/+1 |
2010-11-04 | mingw: import poll-emulation from gnulib | Erik Faye-Lund | 2 | -0/+650 |
2010-11-04 | mingw: implement syslog | Mike Pape | 2 | -0/+92 |
2010-06-21 | Merge branch 'js/async-thread' | Junio C Hamano | 2 | -0/+33 |
2010-04-08 | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 1 | -1/+7 |
2010-03-07 | Windows: more pthreads functions | Johannes Sixt | 2 | -0/+33 |
2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
2010-01-29 | Implement pthread_cond_broadcast on Windows | Johannes Sixt | 2 | -15/+94 |
2010-01-16 | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 2 | -0/+177 |