665 Commits (09ac67a1839eda984b172d4d75153c767d6bbf14)

Author SHA1 Message Date
Jeff King 33aa579a55 compat/bswap: add include header guards 6 years ago
Jeff Hostetler 353d3d77f4 trace2: collect Windows-specific process information 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Johannes Schindelin ca1b411648 mingw: safe-guard a bit more against getenv() problems 6 years ago
Johannes Schindelin bb02e7a560 mingw: use a more canonical method to fix the CPU reporting 6 years ago
Duy Nguyen 18a4f6be6b git-compat-util: work around fileno(fp) that is a macro 6 years ago
Johannes Schindelin 3815f64b0d mingw: fix CPU reporting in `git version --build-options` 6 years ago
Torsten Bögershausen aab2a1ae48 Support working-tree-encoding "UTF-16LE-BOM" 6 years ago
Johannes Schindelin 72d63b2f45 mingw: be more generous when wrapping up the setitimer() emulation 6 years ago
Johannes Schindelin 9e9da23c27 mingw: special-case arguments to `sh` 6 years ago
SZEDER Gábor 764473d257 compat/obstack: fix -Wcast-function-type warnings 6 years ago
Randall S. Becker 0bdaacf66f compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop 6 years ago
Torsten Bögershausen 1cadad6f65 git clone <url> C:\cygwin\home\USER\repo' is working (again) 6 years ago
Sven Strickroth d27525e519 msvc: directly use MS version (_stricmp) of strcasecmp 6 years ago
Johannes Schindelin 2ef2ae2917 mingw: replace an obsolete link with the superseding one 6 years ago
Loo Rong Jie c73b7ad548 win32: replace pthread_cond_*() with much simpler code 6 years ago
Johannes Schindelin 1e1a876bb2 mingw: use `CreateHardLink()` directly 6 years ago
Steve Hoelzer e8dfcace31 poll: use GetTickCount64() to avoid wrap-around issues 6 years ago
Johannes Schindelin ff8978d533 mingw: fix isatty() after dup2() 6 years ago
Johannes Schindelin 0e218f91c2 mingw: unset PERL5LIB by default 6 years ago
Johannes Schindelin bdfbb0ea93 config: move Windows-specific config settings into compat/mingw.c 6 years ago
Johannes Schindelin 70fc5793df config: allow for platform-specific core.* config settings 6 years ago
Johannes Schindelin fe21c6b285 mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) 6 years ago
Carlo Marcelo Arenas Belón bf1e6da791 compat: make sure git_mmap is not expected to write 6 years ago
Anton Serbulov 4745feeb8b mingw: fix getcwd when the parent directory cannot be queried 6 years ago
Johannes Schindelin 937974fc65 mingw: ensure `getcwd()` reports the correct case 6 years ago
Johannes Schindelin c6f050a434 mingw: load system libraries the recommended way 6 years ago
Karsten Blees d7e8c87421 mingw: implement nanosecond-precision file times 6 years ago
Karsten Blees d75e697353 mingw: replace MSVCRT's fstat() with a Win32-based implementation 6 years ago
Johannes Schindelin 7bf1983886 mingw: factor out code to set stat() data 6 years ago
Johannes Schindelin 501afcb8b0 mingw: use domain information for default email 6 years ago
Johannes Schindelin 564be791f3 getpwuid(mingw): provide a better default for the user name 6 years ago
Johannes Schindelin 55b6513e73 getpwuid(mingw): initialize the structure only once 6 years ago
Johannes Schindelin d7e357fb9c compat/poll: prepare for targeting Windows Vista 6 years ago
Jeff Hostetler eeaf7ddac7 mingw: fix mingw_open_append to work with named pipes 6 years ago
Elijah Newren f790d81252 compat/precompose_utf8.h: use more common include guard style 7 years ago
Johannes Sixt d641097589 mingw: enable atomic O_APPEND 7 years ago
Johannes Schindelin ede8d89bb1 vcbuild/README: update to accommodate for missing common-cmds.h 7 years ago
Johannes Schindelin 86e254584b mingw/msvc: use the new-style RUNTIME_PREFIX helper 7 years ago
Johannes Schindelin 9ee0540a40 mingw: abort on invalid strftime formats 7 years ago
Todd Zullinger 484257925f Replace Free Software Foundation address in license notices 7 years ago
Johannes Schindelin 1a172e4ac1 mingw: optionally redirect stderr/stdout via the same handle 7 years ago
Johannes Schindelin 3f944424ac mingw: add experimental feature to redirect standard handles 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Randall S. Becker 61b2a1acaa poll.c: always set revents, even if to zero 7 years ago
Johannes Schindelin db2f7c48cb Win32: simplify loading of DLL functions 7 years ago
Ben Peart b2e39d0067 bswap: add 64 bit endianness helper get_be64 7 years ago
René Scharfe 149d8cbb2e win32: plug memory leak on realloc() failure in syslog() 8 years ago
René Scharfe 5b114f3bb0 bswap: convert get_be16, get_be32 and put_be32 to inline functions 8 years ago
René Scharfe 7780af1e8e bswap: convert to unsigned before shifting in get_be32 8 years ago