| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-20 | win32: return error if SleepConditionVariableCS fails | Greg Funni | 1 | -0/+7 |
| 2024-08-28 | compat: mark unused parameters in win32/mingw functions | Jeff King | 1 | -1/+1 |
| 2023-01-04 | win32: close handles of threads that have been joined | Seija Kijin | 1 | -0/+3 |
| 2023-01-04 | win32: prepare pthread.c for change by formatting | Seija Kijin | 1 | -11/+11 |
| 2018-11-14 | win32: replace pthread_cond_*() with much simpler code | Loo Rong Jie | 1 | -138/+0 |
| 2013-04-28 | compat/win32/pthread.c: Fix a sparse warning | Ramsay Jones | 1 | -1/+1 |
| 2010-03-07 | Windows: more pthreads functions | Johannes Sixt | 1 | -0/+8 |
| 2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
| 2010-01-29 | Implement pthread_cond_broadcast on Windows | Johannes Sixt | 1 | -11/+89 |
| 2010-01-16 | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 1 | -0/+110 |