summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras-1/+1
2009-04-22Fix more typos/spelling in commentsMichael J Gruber-2/+2
2009-04-22Fix typos / spelling in commentsMike Ralphson-6/+6
2009-04-20Windows: Work around intermittent failures in mingw_renameJohannes Sixt-2/+19
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt-1/+1
2009-03-18MinGW: implement mmapJanos Laube-0/+58
2009-03-17Merge branch 'js/sideband-stderr'Junio C Hamano-3/+15
2009-03-17MinGW: a hardlink implementationPetr Kodl-2/+22
2009-03-17MinGW: a helper function that translates Win32 API error codesPetr Kodl-0/+113
2009-03-11Merge branch 'rs/memmem'Junio C Hamano-1/+4
2009-03-10winansi: support ESC [ K (erase in line)Johannes Schindelin-3/+15
2009-03-07Brown paper bag fix for MinGW 64-bit statJohannes Schindelin-1/+1
2009-03-05MinGW: 64-bit file offsetsJohannes Schindelin-4/+9
2009-03-02optimize compat/ memmem()René Scharfe-1/+4
2009-01-21Windows: Fix signal numbersJohannes Sixt-6/+6
2008-11-27Merge branch 'js/mingw-rename-fix'Junio C Hamano-3/+12
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt-3/+12
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov-2/+6
2008-10-28compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano-7/+13
2008-10-13compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl-4/+14
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov-0/+136
2008-09-30mingw: move common functionality to win32.hDmitry Potapov-38/+38
2008-09-29mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov-3/+2
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt-1/+6
2008-09-10Merge branch 'maint'Junio C Hamano-0/+0
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven-0/+0
2008-08-21Merge branch 'maint'Junio C Hamano-0/+4
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey-0/+4
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt-32/+11
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano-9/+0
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska-2/+3
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt-0/+12
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris-0/+356
2008-07-19Teach lookup_prog not to select directoriesEric Raible-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska-0/+25
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt-0/+16
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt-13/+41
2008-06-26Windows: Add a custom implementation for utime().Johannes Sixt-0/+30
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen-1/+141
2008-06-26Windows: Implement a custom spawnve().Johannes Sixt-6/+198
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt-0/+55
2008-06-26Windows: A rudimentary poll() emulation.Johannes Sixt-1/+56
2008-06-23Windows: Implement start_command().Johannes Sixt-0/+70
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt-4/+46
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Johannes Sixt-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Johannes Sixt-0/+1
2008-06-23Windows: Implement gettimeofday().Johannes Sixt-1/+14
2008-06-23Windows: Work around misbehaved rename().Johannes Sixt-0/+28