60 Commits (fc721b699b817e9cb78994c6dd6d86e744bd2112)

Author SHA1 Message Date
Steffen Prohaska 22537765f5 Modify mingw_main() workaround to avoid link errors 16 years ago
Johannes Sixt 35eeef4722 Windows: Make sure argv[0] has a path 17 years ago
Peter Harris c09df8a74e Add ANSI control code emulation for the Windows console 17 years ago
Eric Raible fe77b6959c Teach lookup_prog not to select directories 17 years ago
Steffen Prohaska 4804aabcdb help (Windows): Display HTML in default browser using Windows' shell API 17 years ago
Steffen Prohaska cd800eecc2 Windows: Fix ntohl() related warnings about printf formatting 17 years ago
Johannes Sixt 6fd6aec44f Windows: TMP and TEMP environment variables specify a temporary directory. 17 years ago
Johannes Sixt fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member. 17 years ago
Johannes Sixt 7c0ffa1cb7 Windows: Add a custom implementation for utime(). 17 years ago
Marius Storm-Olsen 5411bdc4e4 Windows: Add a new lstat and fstat implementation based on Win32 API. 17 years ago
Johannes Sixt 7e5d776854 Windows: Implement a custom spawnve(). 17 years ago
Johannes Sixt 746fb85744 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). 17 years ago
Johannes Sixt 6ed807f843 Windows: A rudimentary poll() emulation. 17 years ago
Johannes Sixt ba26f296f9 Windows: Implement start_command(). 17 years ago
Johannes Sixt 897bb8cb2c Windows: A pipe() replacement whose ends are not inherited to children. 17 years ago
Johannes Sixt f1a4dfb85a Windows: Wrap execve so that shell scripts can be invoked. 17 years ago
Johannes Sixt 6072fc314e Windows: Implement setitimer() and sigaction(). 17 years ago
Johannes Sixt 82f8d969f5 Windows: Fix PRIuMAX definition. 17 years ago
Johannes Sixt a42a0c2e71 Windows: Implement gettimeofday(). 17 years ago
Johannes Sixt ea9e98c3a5 Windows: Work around misbehaved rename(). 17 years ago
Johannes Schindelin 132a6e903f Windows: always chmod(, 0666) before unlink(). 17 years ago
Johannes Sixt f7597acac0 Windows: A minimal implemention of getpwuid(). 17 years ago
Johannes Sixt 3e4a1ba07b Windows: Implement a wrapper of the open() function. 17 years ago
Johannes Sixt 25fe217b86 Windows: Treat Windows style path names. 17 years ago
Johannes Sixt 80ba074f41 Windows: Use the Windows style PATH separator ';'. 17 years ago
Johannes Sixt f4626df51f Add target architecture MinGW. 17 years ago
Johannes Sixt f05951fe3f Add compat/regex.[ch] and compat/fnmatch.[ch]. 17 years ago
Brandon Casey eb120e699f compat/fopen.c: avoid clobbering the system defined fopen macro 17 years ago
Michal Rokos c4582f93a2 Add compat/snprintf.c for systems that return bogus 17 years ago
Brandon Casey cba22528fa Add compat/fopen.c which returns NULL on attempt to open directory 17 years ago
Brian Downing 43fe901b71 compat: Add simplified merge sort implementation from glibc 17 years ago
Andreas Ericsson 9e79f00f06 Simplify strchrnul() compat code 17 years ago
René Scharfe 659c69cfef Add strchrnul() 17 years ago
Marco Costalba d8e21ba896 Remove a couple of duplicated include 17 years ago
Shawn O. Pearce ca5bb5d539 Define compat version of mkdtemp for systems lacking it 17 years ago
René Scharfe b21b9f1de3 add memmem() 17 years ago
Alex Riesen fa0c87c344 Add a local implementation of hstrerror for the system which do not have it 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Jason Riedy bc6b4f52fc Add a compat/strtoumax.c for Solaris 8. 18 years ago
Stefan-W. Hahn 6900679c2f Replacing the system call pread() with lseek()/xread()/lseek() sequence. 18 years ago
Shawn O. Pearce 8e554429e8 Switch git_mmap to use pread. 18 years ago
Shawn O. Pearce d6779124b9 Rename gitfakemmap to git_mmap. 18 years ago
Junio C Hamano 1d182bd5f4 compat/inet_ntop: do not use u_int 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 7cdbff14d4 remove merge-recursive-old 18 years ago
Johannes Schindelin 0a3881d4cf Seek back to current filepos when mmap()ing with NO_MMAP 18 years ago
Jon Loeliger dd4676299d Cleaned up git-daemon virtual hosting support. 18 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Yakov Lerner 6ba68ab288 NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin). 19 years ago