1. fdc1211 mingw: use poll-emulation from gnulib by Erik Faye-Lund · 14 years ago
  2. 82fc07b mingw: add kill emulation by Erik Faye-Lund · 14 years ago
  3. ef7108c mingw: support waitpid with pid > 0 and WNOHANG by Erik Faye-Lund · 14 years ago
  4. 52de4db mingw: use real pid by Erik Faye-Lund · 14 years ago
  5. 772991a mingw: add network-wrappers for daemon by Mike Pape · 14 years ago
  6. 5debf9a Add MinGW-specific execv() override. by Eric Sunshine · 14 years ago
  7. 77df1f1 Fix Windows-specific macro redefinition warning. by Eric Sunshine · 14 years ago
  8. 9b9784c MinGW: fix stat() and lstat() implementations for handling symlinks by Pat Thoyts · 15 years ago
  9. 4091bfc MinGW: Add missing file mode bit defines by Sebastian Schuberth · 15 years ago
  10. e7cf4e9 MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility by Sebastian Schuberth · 15 years ago
  11. 7626550 Merge branch 'js/async-thread' by Junio C Hamano · 15 years ago
  12. 75f6929 mingw: use _commit to implement fsync by Erik Faye-Lund · 15 years ago
  13. c8b2964 Fix checkout of large files to network shares on Windows XP by René Scharfe · 15 years ago
  14. 4553d58 Merge branch 'jl/maint-submodule-gitfile-awareness' by Junio C Hamano · 15 years ago
  15. f9a2743 Windows: start_command: Support non-NULL dir in struct child_process by Johannes Sixt · 15 years ago
  16. 5f8763a Fix signature of fcntl() compatibility dummy by Johannes Sixt · 15 years ago
  17. 3fdcdbd Windows: redirect f[re]open("/dev/null") to f[re]open("nul") by Johannes Sixt · 15 years ago
  18. 44626dc MSVC: Windows-native implementation for subset of Pthreads API by Andrzej K. Haczewski · 15 years ago
  19. b6f714f MSVC: Fix an "incompatible pointer types" compiler warning by Ramsay Jones · 15 years ago
  20. 75301f9 Windows: avoid the "dup dance" when spawning a child process by Johannes Sixt · 15 years ago
  21. fe3b2b7 Enable support for IPv6 on MinGW by Martin Storsjö · 15 years ago
  22. 7a4383c Merge branch 'rj/cygwin-msvc' by Junio C Hamano · 15 years ago
  23. b1b9520 MSVC: Add support for building with NO_MMAP by Ramsay Jones · 15 years ago
  24. 514213b mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle by Erik Faye-Lund · 15 years ago
  25. 435bdf8 Make usage of windows.h lean and mean by Marius Storm-Olsen · 15 years ago
  26. a6ca8c6 Set _O_BINARY as default fmode for both MinGW and MSVC by Marius Storm-Olsen · 15 years ago
  27. 2affea4 start_command: do not clobber cmd->env on Windows code path by Johannes Sixt · 16 years ago
  28. 303e7c4 MinGW: simplify waitpid() emulation macros by Johannes Sixt · 16 years ago
  29. 47e3de0 MinGW: truncate exit()'s argument to lowest 8 bits by Johannes Sixt · 16 years ago
  30. e16c60d MinGW readdir reimplementation to support d_type by Marius Storm-Olsen · 16 years ago
  31. 0dbbbc1 MinGW: Add a simple getpass() by Johannes Schindelin · 16 years ago
  32. 27e3219 MinGW: use POSIX signature of waitpid() by Johannes Schindelin · 16 years ago
  33. b130a72 MinGW: implement mmap by Janos Laube · 16 years ago
  34. 7be401e MinGW: a hardlink implementation by Petr Kodl · 16 years ago
  35. d5e3123 Brown paper bag fix for MinGW 64-bit stat by Johannes Schindelin · 16 years ago
  36. 1d4e4cd MinGW: 64-bit file offsets by Johannes Schindelin · 16 years ago
  37. d282506 Windows: Fix signal numbers by Johannes Sixt · 16 years ago
  38. 180964f Revert "Windows: Use a customized struct stat that also has the st_blocks member." by Johannes Sixt · 17 years ago
  39. fdb2a2a compat: introduce on_disk_bytes() by Junio C Hamano · 17 years ago
  40. 2253776 Modify mingw_main() workaround to avoid link errors by Steffen Prohaska · 17 years ago
  41. 35eeef4 Windows: Make sure argv[0] has a path by Johannes Sixt · 17 years ago
  42. c09df8a Add ANSI control code emulation for the Windows console by Peter Harris · 17 years ago
  43. 4804aab help (Windows): Display HTML in default browser using Windows' shell API by Steffen Prohaska · 17 years ago
  44. cd800ee Windows: Fix ntohl() related warnings about printf formatting by Steffen Prohaska · 17 years ago
  45. 6fd6aec Windows: TMP and TEMP environment variables specify a temporary directory. by Johannes Sixt · 17 years ago
  46. fc2ded5 Windows: Use a customized struct stat that also has the st_blocks member. by Johannes Sixt · 17 years ago
  47. 7c0ffa1 Windows: Add a custom implementation for utime(). by Johannes Sixt · 18 years ago
  48. 5411bdc Windows: Add a new lstat and fstat implementation based on Win32 API. by Marius Storm-Olsen · 18 years ago
  49. 7e5d776 Windows: Implement a custom spawnve(). by Johannes Sixt · 17 years ago
  50. 746fb85 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). by Johannes Sixt · 17 years ago
  51. ba26f29 Windows: Implement start_command(). by Johannes Sixt · 17 years ago
  52. 897bb8c Windows: A pipe() replacement whose ends are not inherited to children. by Johannes Sixt · 17 years ago
  53. f1a4dfb Windows: Wrap execve so that shell scripts can be invoked. by Johannes Sixt · 17 years ago
  54. 6072fc3 Windows: Implement setitimer() and sigaction(). by Johannes Sixt · 17 years ago
  55. 82f8d96 Windows: Fix PRIuMAX definition. by Johannes Sixt · 18 years ago
  56. ea9e98c Windows: Work around misbehaved rename(). by Johannes Sixt · 17 years ago
  57. 132a6e9 Windows: always chmod(, 0666) before unlink(). by Johannes Schindelin · 18 years ago
  58. 3e4a1ba Windows: Implement a wrapper of the open() function. by Johannes Sixt · 17 years ago
  59. 25fe217 Windows: Treat Windows style path names. by Johannes Sixt · 17 years ago
  60. 80ba074 Windows: Use the Windows style PATH separator ';'. by Johannes Sixt · 17 years ago
  61. f4626df Add target architecture MinGW. by Johannes Sixt · 17 years ago