aboutsummaryrefslogtreecommitdiffstats
path: root/compat (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey1-0/+4
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska1-2/+3
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt1-0/+12
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris2-0/+356
2008-07-19Teach lookup_prog not to select directoriesEric Raible1-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska2-0/+25
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska1-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt2-0/+16
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2-13/+41
2008-06-26Windows: Add a custom implementation for utime().Johannes Sixt2-0/+30
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen2-1/+141
2008-06-26Windows: Implement a custom spawnve().Johannes Sixt2-6/+198
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt2-0/+55
2008-06-26Windows: A rudimentary poll() emulation.Johannes Sixt1-1/+56
2008-06-23Windows: Implement start_command().Johannes Sixt2-0/+70
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt2-4/+46
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt2-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Johannes Sixt2-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Johannes Sixt1-0/+1
2008-06-23Windows: Implement gettimeofday().Johannes Sixt1-1/+14
2008-06-23Windows: Work around misbehaved rename().Johannes Sixt2-0/+28
2008-06-23Windows: always chmod(, 0666) before unlink().Johannes Schindelin1-0/+8
2008-06-23Windows: A minimal implemention of getpwuid().Johannes Sixt1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Johannes Sixt2-0/+23
2008-06-23Windows: Treat Windows style path names.Johannes Sixt2-0/+22
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt1-0/+6
2008-06-22Add target architecture MinGW.Johannes Sixt3-3/+207
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt4-0/+5989
2008-05-08compat/fopen.c: avoid clobbering the system defined fopen macroBrandon Casey1-1/+12
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos1-0/+40
2008-02-20Merge branch 'bc/fopen'Junio C Hamano1-0/+26
2008-02-11Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey1-0/+26
2008-02-06compat: Add simplified merge sort implementation from glibcBrian Downing1-0/+62
2007-11-05Merge branch 'maint'Junio C Hamano2-2/+0
2007-11-05Remove a couple of duplicated includeMarco Costalba2-2/+0
2007-10-20Define compat version of mkdtemp for systems lacking itShawn O. Pearce1-0/+8
2007-09-06add memmem()René Scharfe1-0/+29
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano1-0/+21
2007-06-15Add a local implementation of hstrerror for the system which do not have itAlex Riesen1-0/+21
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-02-19Add a compat/strtoumax.c for Solaris 8.Jason Riedy1-0/+10
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn1-0/+18
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce1-14/+5
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce1-3/+3
2006-12-20compat/inet_ntop: do not use u_intJunio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano4-9/+3
2006-11-21remove merge-recursive-oldJunio C Hamano1-1149/+0
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin1-0/+6
2006-09-27Cleaned up git-daemon virtual hosting support.Jon Loeliger1-0/+220
2006-07-10Fix more typos, primarily in the codePavel Roskin1-3/+3