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