759 Commits (e8e3ce67185fd493a07d84a5ce21b469701f8f64)

Author SHA1 Message Date
Johannes Schindelin 4dc42c6c18 mingw: refuse paths containing reserved names 5 years ago
Johannes Schindelin 98d9b23e90 mingw: short-circuit the conversion of `/dev/null` to UTF-16 5 years ago
Johannes Schindelin 7d8b676992 mingw: sh arguments need quoting in more circumstances 5 years ago
Johannes Schindelin 04522edbd4 mingw: fix quoting of empty arguments for `sh` 5 years ago
Johannes Schindelin 49f7a76d57 mingw: use MSYS2 quoting even when spawning shell scripts 5 years ago
Johannes Schindelin e2ba3d6f6d mingw: detect when MSYS2's sh is to be spawned more robustly 5 years ago
Johannes Schindelin f82a97eb91 mingw: handle `subst`-ed "DOS drives" 5 years ago
Johannes Schindelin d2c84dad1c mingw: refuse to access paths with trailing spaces or periods 5 years ago
Johannes Schindelin 817ddd64c2 mingw: refuse to access paths with illegal characters 5 years ago
Johannes Schindelin 6d8684161e mingw: fix quoting of arguments 5 years ago
Johannes Schindelin 3ba3720b3f mingw: forbid translating ERROR_SUCCESS to an errno value 5 years ago
Doan Tran Cong Danh 0109d676f9 mingw: use {gm,local}time_s as backend for {gm,local}time_r 5 years ago
Johannes Schindelin 4d0375ca24 mingw: do set `errno` correctly when trying to restrict handle inheritance 5 years ago
Johannes Schindelin ac33519ddf mingw: restrict file handle inheritance only on Windows 7 and later 5 years ago
Johannes Schindelin 9a780a384d mingw: spawned processes need to inherit only standard handles 5 years ago
Johannes Schindelin c5a03b1e29 mingw: work around incorrect standard handles 5 years ago
René Scharfe 51bd6be32d mingw: use COPY_ARRAY for copying array 5 years ago
Elijah Newren 03670c8b23 Fix spelling errors in no-longer-updated-from-upstream modules 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Johannes Schindelin 60e6569a12 mingw: avoid a buffer overrun in `needs_hiding()` 5 years ago
Denton Liu 9cad1c4488 pthread.h: manually align parameter lists 5 years ago
Johannes Schindelin 61d1d92aa4 msvc: work around a bug in GetEnvironmentVariable() 5 years ago
Johannes Schindelin e4347c9434 msvc: handle DEVELOPER=1 5 years ago
Johannes Schindelin ed712ef8d5 msvc: ignore some libraries when linking 5 years ago
Johannes Schindelin 5b8f9e2417 compat/win32/path-utils.h: add #include guards 5 years ago
Johannes Schindelin 41616ef618 winansi: use FLEX_ARRAY to avoid compiler warning 5 years ago
Johannes Schindelin 97fff61012 Move git_sort(), a stable sort, into into libgit.a 5 years ago
Denton Liu 7027f508c7 compat/*.[ch]: remove extern from function declarations using spatch 5 years ago
Denton Liu 552fc5016f mingw: apply array.cocci rule 5 years ago
Adam Roben 4e1a641ee3 mingw: fix launching of externals from Unicode paths 6 years ago
René Scharfe 70597e8386 nedmalloc: avoid compiler warning about unused value 6 years ago
René Scharfe c9b9c09dae nedmalloc: do assignments only after the declaration section 6 years ago
Johannes Schindelin 976aaedca0 msvc: add a Makefile target to pre-generate the Visual Studio solution 6 years ago
Johannes Schindelin eb7c786314 mingw: support spawning programs containing spaces in their names 6 years ago
Karsten Blees e12a955660 mingw: initialize HOME on startup 6 years ago
Johannes Schindelin 697bdd22b8 mingw: fix possible buffer overrun when calling `GetUserNameW()` 6 years ago
Johannes Schindelin 94238859b9 mingw: use Unicode functions explicitly 6 years ago
Johannes Schindelin 39a98e9b68 mingw: get pw_name in UTF-8 format 6 years ago
Cesar Eduardo Barros fe90397604 mingw: embed a manifest to trick UAC into Doing The Right Thing 6 years ago
Johannes Schindelin f6a6393771 msvc: avoid debug assertion windows in Debug Mode 6 years ago
Jeff Hostetler 446df60367 msvc: do not pretend to support all signals 6 years ago
Philip Oakley b7bd9a7338 msvc: add pragmas for common warnings 6 years ago
Jeff Hostetler 556702f86c msvc: add a compile-time flag to allow detailed heap debugging 6 years ago
Jeff Hostetler dce7d29551 msvc: support building Git using MS Visual C++ 6 years ago
Jeff Hostetler 5f3ff78081 msvc: fix detect_msys_tty() 6 years ago
Jeff Hostetler f6f470fed4 msvc: define ftello() 6 years ago
Jeff Hostetler 172e54e2d7 msvc: do not re-declare the timespec struct 6 years ago
Jeff Hostetler 12fb9bd85e msvc: mark a variable as non-const 6 years ago
Philip Oakley a822fb853a msvc: define O_ACCMODE 6 years ago
Philip Oakley 7ca46634bc msvc: include sigset_t definition 6 years ago