| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57 | Ron Yorston | 2024-02-20 | 1 | -0/+2 |
* | win32: avoid console windows from CGI scripts | Ron Yorston | 2024-02-07 | 1 | -1/+1 |
* | win32: UTF8_OUTPUT: recover quicker from bad byte | Avi Halachmi (:avih) | 2024-01-31 | 1 | -12/+19 |
* | win32: import dirname(3) from mingw-w64 | Ron Yorston | 2024-01-30 | 2 | -0/+288 |
* | win32: hardcode numeric value of MANIFEST resource | Ron Yorston | 2024-01-23 | 1 | -2/+3 |
* | win32: add aarch64 to uname(2) | Ron Yorston | 2024-01-21 | 1 | -0/+3 |
* | build system: more clang/llvm tweaks | Ron Yorston | 2024-01-18 | 2 | -3/+0 |
* | win32: fix detection of directories in stat(2) | Ron Yorston | 2024-01-04 | 1 | -3/+5 |
* | win32: code shrink procps_scan() | Ron Yorston | 2023-12-31 | 1 | -2/+2 |
* | httpd: consistently leak memory, or not | Ron Yorston | 2023-12-31 | 1 | -3/+8 |
* | win32: fix clang error/warning | Ron Yorston | 2023-12-31 | 1 | -3/+3 |
* | httpd: enable support for CGI | Ron Yorston | 2023-12-20 | 1 | -2/+58 |
* | win32: code shrink execve(2) implementation | Ron Yorston | 2023-12-18 | 1 | -2/+2 |
* | httpd: fix return code when run in background | Ron Yorston | 2023-12-15 | 1 | -11/+5 |
* | win32: only search PATH for compressor | Ron Yorston | 2023-11-14 | 1 | -12/+18 |
* | win32: avoid terminal weirdness induced by Gradle | Ron Yorston | 2023-10-24 | 1 | -2/+2 |
* | win32: avoid terminal weirdness induced by Gradle? | Ron Yorston | 2023-10-22 | 1 | -0/+2 |
* | win32: fix handling of relative paths | Ron Yorston | 2023-10-04 | 1 | -12/+3 |
* | sort: add support for sorting version strings | Ron Yorston | 2023-10-01 | 2 | -0/+63 |
* | win32: missing support for "app exec link" reparse points | Ron Yorston | 2023-09-18 | 1 | -1/+2 |
* | win32: improved support for manifests | Ron Yorston | 2023-09-14 | 4 | -0/+50 |
* | win32: convert exit codes | Ron Yorston | 2023-09-14 | 2 | -8/+36 |
* | make: return non-zero exit status when a command fails | Ron Yorston | 2023-09-12 | 1 | -0/+5 |
* | win32: UTF8_INPUT: fix combining of some surrogates pairs | Avi Halachmi (:avih) | 2023-09-11 | 1 | -1/+1 |
* | Merge pull request #355 from avih/utf8-output-speedup | Ron Yorston | 2023-08-25 | 1 | -2/+8 |
|\ |
|
| * | win32: UTF8_OUTPUT: speedup for big outputs | Avi Halachmi (:avih) | 2023-08-24 | 1 | -2/+8 |
* | | make: fix POSIX build | Ron Yorston | 2023-08-24 | 1 | -2/+1 |
|/ |
|
* | win32: replace readlink(2) | Ron Yorston | 2023-08-21 | 1 | -11/+15 |
* | ash: detect console state on shell start upnoconsole2 | Ron Yorston | 2023-08-20 | 1 | -14/+0 |
* | win32: disable console output conversion with LC_ALL=C | Avi Halachmi (:avih) | 2023-08-03 | 1 | -6/+29 |
* | win32: add FEATURE_UTF8_OUTPUT (enabled with unicode) | Avi Halachmi (:avih) | 2023-08-03 | 1 | -0/+96 |
* | win32: unify 'convert and write to console' (no-op) | Avi Halachmi (:avih) | 2023-08-03 | 1 | -17/+44 |
* | win32: support build with FEATURE_UNICODE_SUPPORT | Avi Halachmi (:avih) | 2023-07-22 | 1 | -0/+14 |
* | win32: UTF8 input: improve missing-key-down hack | Avi Halachmi (:avih) | 2023-07-21 | 1 | -11/+47 |
* | win32: avoid crashing the console with poll(2) | Ron Yorston | 2023-07-17 | 1 | -1/+1 |
* | date: allow system date to be set | Ron Yorston | 2023-07-16 | 1 | -0/+23 |
* | ash: fix 'read' shell built-in (2) | Ron Yorston | 2023-07-12 | 1 | -1/+12 |
* | ash: properly echo console input to 'read' built-in | Ron Yorston | 2023-07-12 | 1 | -0/+11 |
* | win32: more console input character conversions | Ron Yorston | 2023-07-07 | 1 | -0/+20 |
* | win32: character conversion for fread(3) | Ron Yorston | 2023-07-06 | 1 | -0/+15 |
* | win32: don't crash the console *and* handle CJK input | Ron Yorston | 2023-07-02 | 2 | -20/+21 |
* | win32: revert to previous console input method by default | Ron Yorston | 2023-07-01 | 2 | -6/+12 |
* | win32: code shrink readConsoleInput_utf8 | Ron Yorston | 2023-07-01 | 2 | -4/+5 |
* | win32: remove superfluous euro code | Ron Yorston | 2023-07-01 | 1 | -18/+0 |
* | win32: UTF8 console input: don't spin the CPU | Avi Halachmi (:avih) | 2023-06-30 | 1 | -3/+5 |
* | win32: UTF8 input: avoid timeout when delivering UTF8 bytes | Avi Halachmi (:avih) | 2023-06-28 | 1 | -6/+14 |
* | win32: the great UTF8 ReadConsoleInput hack | Avi Halachmi (:avih) | 2023-06-28 | 2 | -2/+163 |
* | win32: don't assume console CP equals OEM CP | Avi Halachmi (:avih) | 2023-06-28 | 2 | -55/+55 |
* | win32: reduce impact of euro support (2) | Ron Yorston | 2023-06-23 | 1 | -1/+3 |
* | win32: reduce impact of euro support | Ron Yorston | 2023-06-23 | 1 | -10/+12 |