summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Explicitly truncate bswap operand to uint32_tBenjamin Kramer2009-11-251-1/+1
* Enable support for IPv6 on MinGWMartin Storsjö2009-11-242-1/+181
* Refactor winsock initialization into a separate functionMartin Storsjö2009-11-241-3/+12
* Merge branch 'rj/cygwin-msvc'Junio C Hamano2009-11-203-13/+13
|\
| * MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-083-13/+13
* | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-172-0/+24
|\ \
| * | MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen2009-10-231-0/+3
| * | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund2009-10-191-0/+21
* | | Use faster byte swapping when compiling with MSVCSebastian Schuberth2009-10-301-0/+10
| |/ |/|
* | Merge branch 'ms/msvc'Junio C Hamano2009-10-092-2/+2
|\ \
| * | Fix the exit code of MSVC build scripts on cygwinRamsay Jones2009-10-082-2/+2
| |/
* | Fix some printf format warningsRamsay Jones2009-10-021-2/+2
|/
* Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen2009-09-181-1/+12
* Add README for MSVC buildMarius Storm-Olsen2009-09-181-0/+39
* Add MSVC to MakefileMarius Storm-Olsen2009-09-182-0/+74
* Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen2009-09-181-0/+2
* Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-185-8/+6
* Add platform files for porting to MSVCFrank Li2009-09-182-0/+90
* Add MinGW header files to build git with MSVCFrank Li2009-09-185-0/+256
* Add empty header files for MSVC portMarius Storm-Olsen2009-09-1814-0/+14
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-181-4/+6
* Fix __stdcall placement and function prototypeFrank Li2009-09-181-2/+2
* Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-182-2/+5
* Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-181-5/+2
* Add include guards to compat/win32.hMarius Storm-Olsen2009-09-181-0/+5
* Avoid declaration after statementFrank Li2009-09-181-4/+10
* start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-112-4/+15
* Merge branch 'lt/block-sha1'Junio C Hamano2009-08-271-0/+36
|\
| * make sure byte swapping is optimal for gitNicolas Pitre2009-08-181-0/+36
* | compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano2009-08-211-1/+2
* | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-051-2/+3
|/
* MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-051-0/+2
* Merge branch 'sp/msysgit'Junio C Hamano2009-06-139-1/+7152
|\
| * Fix typo in nedmalloc warning fixJohannes Sixt2009-06-111-1/+1
| * Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2009-06-082-2/+4
| * Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen2009-06-015-0/+7055
| * MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2009-06-012-0/+88
| * MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin2009-06-011-0/+1
| * Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2009-06-011-1/+2
| * MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin2009-06-011-0/+4
* | compat: add a basename() compatibility functionDavid Aguilar2009-05-311-0/+15
* | compat: add a mkstemps() compatibility functionDavid Aguilar2009-05-311-0/+70
|/
* MinGW: Add a simple getpass()Johannes Schindelin2009-05-232-0/+17
* MinGW: use POSIX signature of waitpid()Johannes Schindelin2009-05-231-1/+1
* MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris2009-05-231-2/+2
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* Fix more typos/spelling in commentsMichael J Gruber2009-04-222-2/+2
* Fix typos / spelling in commentsMike Ralphson2009-04-224-6/+6
* Windows: Work around intermittent failures in mingw_renameJohannes Sixt2009-04-201-2/+19
* MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt2009-03-241-1/+1