Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 2014-07-30 | 2 | -133/+169 |
|\ | |||||
| * | Win32: enable color output in Windows cmd.exe | Karsten Blees | 2014-07-21 | 1 | -0/+4 |
| * | Win32: patch Windows environment on startup | Karsten Blees | 2014-07-21 | 1 | -13/+12 |
| * | Win32: keep the environment sorted | Karsten Blees | 2014-07-21 | 1 | -39/+65 |
| * | Win32: use low-level memory allocation during initialization | Karsten Blees | 2014-07-21 | 1 | -15/+28 |
| * | Win32: reduce environment array reallocations | Karsten Blees | 2014-07-21 | 1 | -27/+35 |
| * | Win32: don't copy the environment twice when spawning child processes | Karsten Blees | 2014-07-21 | 2 | -56/+28 |
| * | Win32: factor out environment block creation | Karsten Blees | 2014-07-21 | 1 | -23/+32 |
| * | Win32: unify environment function names | Karsten Blees | 2014-07-21 | 1 | -7/+7 |
| * | Win32: unify environment case-sensitivity | Karsten Blees | 2014-07-21 | 1 | -2/+1 |
| * | Win32: fix environment memory leaks | Karsten Blees | 2014-07-21 | 2 | -4/+7 |
| * | Win32: Unicode environment (incoming) | Karsten Blees | 2014-07-21 | 2 | -0/+17 |
| * | Win32: Unicode environment (outgoing) | Karsten Blees | 2014-07-21 | 1 | -11/+14 |
| * | Revert "Windows: teach getenv to do a case-sensitive search" | Karsten Blees | 2014-07-17 | 1 | -20/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | 1 | -2/+1 |
|\ \ | |||||
| * | | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | 1 | -2/+1 |
| * | | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 2014-06-25 | 1 | -3/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'sk/mingw-uni-fix' | Junio C Hamano | 2014-07-21 | 4 | -77/+171 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Win32: Unicode file name support (dirent) | Karsten Blees | 2014-07-15 | 2 | -21/+11 |
| * | | | Win32: Unicode file name support (except dirent) | Karsten Blees | 2014-07-15 | 2 | -56/+160 |
* | | | | MinGW: fix compile error due to missing ELOOP | Karsten Blees | 2014-07-16 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge branch 'sk/mingw-unicode-spawn-args' | Junio C Hamano | 2014-07-09 | 1 | -23/+71 |
|\ \ \ | |||||
| * | | | Win32: Unicode arguments (incoming) | Karsten Blees | 2014-06-16 | 1 | -2/+40 |
| * | | | Win32: Unicode arguments (outgoing) | Karsten Blees | 2014-06-16 | 1 | -4/+14 |
| * | | | MinGW: disable CRT command line globbing | Karsten Blees | 2014-06-16 | 1 | -0/+6 |
| * | | | Win32: fix potential multi-threading issue | Karsten Blees | 2014-06-16 | 1 | -1/+1 |
| * | | | Win32: simplify internal mingw_spawn* APIs | Karsten Blees | 2014-06-16 | 1 | -15/+8 |
| * | | | Win32: let mingw_execve() return an int | Johannes Schindelin | 2014-06-16 | 1 | -2/+3 |
* | | | | Merge branch 'sk/mingw-dirent' | Junio C Hamano | 2014-07-09 | 2 | -67/+57 |
|\ \ \ \ | |||||
| * | | | | Win32 dirent: improve dirent implementation | Karsten Blees | 2014-06-10 | 1 | -59/+54 |
| * | | | | Win32 dirent: clarify #include directives | Karsten Blees | 2014-06-10 | 1 | -2/+1 |
| * | | | | Win32 dirent: change FILENAME_MAX to MAX_PATH | Karsten Blees | 2014-06-10 | 1 | -1/+1 |
| * | | | | Win32 dirent: remove unused dirent.d_reclen member | Karsten Blees | 2014-06-10 | 1 | -4/+1 |
| * | | | | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 2014-06-10 | 1 | -1/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sk/mingw-uni-console' | Junio C Hamano | 2014-07-09 | 3 | -123/+533 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Win32: reliably detect console pipe handles | Karsten Blees | 2014-06-16 | 1 | -18/+7 |
| * | | | Win32: fix broken pipe detection | Karsten Blees | 2014-06-10 | 2 | -46/+70 |
| * | | | Win32: Thread-safe windows console output | Karsten Blees | 2014-06-10 | 3 | -149/+273 |
| * | | | Win32: add Unicode conversion functions | Karsten Blees | 2014-06-10 | 2 | -0/+189 |
| * | | | Win32: warn if the console font doesn't support Unicode | Karsten Blees | 2014-06-10 | 1 | -0/+66 |
| * | | | Win32: detect console streams more reliably | Karsten Blees | 2014-06-10 | 1 | -24/+26 |
| * | | | Win32: support Unicode console output | Karsten Blees | 2014-06-10 | 2 | -6/+22 |
* | | | | Merge branch 'sk/mingw-main' | Junio C Hamano | 2014-07-09 | 2 | -10/+19 |
|\| | | | |||||
| * | | | mingw: avoid const warning | Stepan Kasal | 2014-06-10 | 1 | -1/+1 |
| * | | | Win32: move main macro to a function | Karsten Blees | 2014-06-10 | 2 | -10/+19 |
* | | | | Merge branch 'cb/byte-order' | Junio C Hamano | 2014-06-16 | 1 | -9/+24 |
|\ \ \ \ | |||||
| * | | | | compat/bswap.h: fix endianness detection | Ben Walton | 2014-05-30 | 1 | -1/+1 |
| * | | | | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN | Junio C Hamano | 2014-05-02 | 1 | -7/+7 |
| * | | | | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER | Charles Bailey | 2014-05-02 | 1 | -9/+24 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sk/windows-unc-path' | Junio C Hamano | 2014-06-16 | 2 | -0/+26 |
|\ \ \ \ | | |/ / | |/| | |