summaryrefslogtreecommitdiffstats
path: root/compat/win32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2019-01-142-0/+48
|\
| * git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2018-12-262-0/+48
* | win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2018-11-142-159/+7
|/
* Win32: simplify loading of DLL functionsJohannes Schindelin2017-09-261-0/+57
* win32: plug memory leak on realloc() failure in syslog()René Scharfe2017-08-101-0/+2
* Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano2016-05-181-0/+7
|\
| * Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin2016-05-111-0/+2
| * Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-021-0/+5
* | compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-3/+3
* | Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano2016-03-041-1/+1
|\ \
| * | Mark win32's pthread_exit() as NORETURNJohannes Schindelin2016-03-021-1/+1
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-2/+2
|\ \ \ | | |/ | |/|
| * | use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2
| |/
* | mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2016-01-151-1/+4
* | mingw: squash another warning about a castJohannes Schindelin2016-01-151-1/+1
|/
* Win32: Unicode file name support (dirent)Karsten Blees2014-07-152-21/+11
* Merge branch 'sk/mingw-dirent'Junio C Hamano2014-07-092-67/+57
|\
| * Win32 dirent: improve dirent implementationKarsten Blees2014-06-091-59/+54
| * Win32 dirent: clarify #include directivesKarsten Blees2014-06-091-2/+1
| * Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees2014-06-091-1/+1
| * Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees2014-06-091-4/+1
| * Win32 dirent: remove unused dirent.d_ino memberKarsten Blees2014-06-091-1/+0
* | mingw: activate allocaKirill Smelkov2014-04-091-0/+1
|/
* 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 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