aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* Fix more typos/spelling in commentsMichael J Gruber2009-04-22
* Fix typos / spelling in commentsMike Ralphson2009-04-22
* Windows: Work around intermittent failures in mingw_renameJohannes Sixt2009-04-20
* MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt2009-03-24
* MinGW: implement mmapJanos Laube2009-03-18
* Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-17
|\
| * winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-10
* | MinGW: a hardlink implementationPetr Kodl2009-03-17
* | MinGW: a helper function that translates Win32 API error codesPetr Kodl2009-03-17
* | Merge branch 'rs/memmem'Junio C Hamano2009-03-11
|\ \ | |/ |/|
| * optimize compat/ memmem()René Scharfe2009-03-02
* | Brown paper bag fix for MinGW 64-bit statJohannes Schindelin2009-03-07
* | MinGW: 64-bit file offsetsJohannes Schindelin2009-03-05
|/
* Windows: Fix signal numbersJohannes Sixt2009-01-21
* Merge branch 'js/mingw-rename-fix'Junio C Hamano2008-11-27
|\
| * compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt2008-11-23
* | Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov2008-11-06
* | compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano2008-10-28
* | compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl2008-10-13
* | cygwin: Use native Win32 API for statDmitry Potapov2008-09-30
* | mingw: move common functionality to win32.hDmitry Potapov2008-09-30
* | mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov2008-09-29
* | compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt2008-09-29
* | Merge branch 'maint'Junio C Hamano2008-09-10
|\ \ | |/
| * Use compatibility regex library for OSX/DarwinArjen Laarhoven2008-09-10
* | Merge branch 'maint'Junio C Hamano2008-08-21
|\ \ | |/
| * compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey2008-08-21
* | Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt2008-08-18
* | compat: introduce on_disk_bytes()Junio C Hamano2008-08-18
|/
* Modify mingw_main() workaround to avoid link errorsSteffen Prohaska2008-08-03
* Windows: Make sure argv[0] has a pathJohannes Sixt2008-07-25
* Add ANSI control code emulation for the Windows consolePeter Harris2008-07-19
* Teach lookup_prog not to select directoriesEric Raible2008-07-19
* help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska2008-07-13
* Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska2008-06-26
* Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt2008-06-26
* Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2008-06-26
* Windows: Add a custom implementation for utime().Johannes Sixt2008-06-26
* Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen2008-06-26
* Windows: Implement a custom spawnve().Johannes Sixt2008-06-26
* Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt2008-06-26
* Windows: A rudimentary poll() emulation.Johannes Sixt2008-06-26
* Windows: Implement start_command().Johannes Sixt2008-06-23
* Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt2008-06-23
* Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt2008-06-23
* Windows: Implement setitimer() and sigaction().Johannes Sixt2008-06-23
* Windows: Fix PRIuMAX definition.Johannes Sixt2008-06-23
* Windows: Implement gettimeofday().Johannes Sixt2008-06-23
* Windows: Work around misbehaved rename().Johannes Sixt2008-06-23