Age | Commit message (Expand) | Author | Files | Lines |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2020-01-27 | argv.h: remove stale comment regarding sofort. | midipix | 1 | -1/+0 |
2018-08-13 | ptyc_write(): apply correct return value logic. | midipix | 1 | -4/+11 |
2018-07-15 | internals: removed the surrogate streams layer, as it is no longer needed. | midipix | 2 | -122/+0 |
2018-07-15 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -36/+42 |
2018-07-15 | driver: argv usage and error output: use the signal-resilient ptyc_dprintf(). | midipix | 2 | -0/+5 |
2018-07-15 | internals: added ptyc_dprintf(), a signal-resilient dprintf implementation. | midipix | 2 | -0/+68 |
2018-07-15 | internals: added ptyc_write(). | midipix | 2 | -0/+70 |
2018-07-15 | argv.h: argv_get(): be consistent between forward decl. and impl. | midipix | 1 | -1/+1 |
2018-07-15 | argv.h: move definition of struct argv_meta_impl to the implementation block. | midipix | 1 | -6/+6 |
2018-05-23 | argv.h: whitespace meditation. | midipix | 1 | -5/+9 |
2018-05-23 | argv: argv_scan(): properly handle optional argument values of short options. | midipix | 1 | -0/+2 |
2017-02-09 | annual chores: normalize date range in internal header. | midipix | 1 | -1/+1 |
2017-02-04 | annual chores. | midipix | 9 | -9/+9 |
2016-12-26 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 2 | -31/+54 |
2016-12-26 | ptyc_pty_own(): properly convert the message's uintptr_t members to pid_t size. | midipix | 1 | -4/+4 |
2016-12-26 | ptyc_fputs(): properly invoke the i/o function (uint32_t bytes). | midipix | 1 | -1/+1 |
2016-12-26 | argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic. | midipix | 1 | -2/+2 |
2016-12-26 | struct ptyc_vkcode: fix const definitions. | midipix | 1 | -2/+2 |
2016-12-26 | foreign compiler support: nt32/nt64: added ptyc_compiler.asm. | midipix | 2 | -0/+39 |
2016-12-09 | ptyc_open_volume(): update code following libntapi's pre-alpha API update. | midipix | 1 | -1/+1 |
2016-11-26 | argv.h: error code path: remove unneeded if statement (always true). | midipix | 1 | -5/+2 |
2016-11-19 | ptycon_api.h: fix export/import inconsistency. | midipix | 1 | -1/+1 |
2016-10-25 | argv.h: argv_usage(): use correct format for short option name in short mode. | midipix | 1 | -1/+1 |
2016-08-18 | console: ptyc_init_console(): obtain cursor info. | midipix | 1 | -0/+1 |
2016-08-14 | console bridge: added --bell support. | midipix | 1 | -0/+1 |
2016-08-14 | driver: added --bell support. | midipix | 1 | -0/+1 |
2016-08-10 | argv.h: error message formatting: handle lonely long options. | midipix | 1 | -12/+17 |
2016-08-10 | driver: --sysroot: support dos drive notation. | midipix | 1 | -2/+32 |
2016-08-10 | bridge: added initial virtual key-code translation table. | midipix | 1 | -0/+5 |
2016-07-27 | gdi.c: fix initialization of gdi32_base_name and user32_base_name. | midipix | 1 | -2/+2 |
2016-07-24 | ptyc_spawn(): support '/??/...' executable path arguments. | midipix | 1 | -1/+1 |
2016-07-24 | debug: added job-control session creation in 'raw' and 'oven' modes. | midipix | 1 | -0/+79 |
2016-07-24 | struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data. | midipix | 1 | -0/+1 |
2016-07-21 | console: ptyc_console_poller(): initial implementation. | midipix | 1 | -0/+1 |
2016-07-21 | console: added screen buffer size initialization. | midipix | 1 | -0/+2 |
2016-07-21 | pty layer: set client information for pty inheritance. | midipix | 2 | -0/+56 |
2016-07-21 | driver: added --sysroot support. | midipix | 1 | -0/+1 |
2016-07-21 | internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration. | midipix | 2 | -0/+81 |
2016-07-21 | driver: added --exec support. | midipix | 1 | -0/+1 |
2016-07-21 | daemon: added initial definitions and interface declarations. | midipix | 1 | -0/+37 |
2016-07-21 | driver: added --daemon support. | midipix | 1 | -0/+1 |
2016-07-21 | console: added initial reader (terminal-to-client) logic. | midipix | 1 | -0/+8 |
2016-07-21 | console: added initial writer (client-to-terminal) logic. | midipix | 1 | -1/+1 |
2016-07-21 | bridge: added initial sgr logic. | midipix | 1 | -0/+2 |
2016-07-21 | bridge: added state machine definitions. | midipix | 2 | -5/+56 |
2016-07-21 | driver: added --wait support for slightly more convenient debug sessions. | midipix | 1 | -0/+1 |
2016-07-21 | driver: added --cat support. | midipix | 1 | -0/+1 |
2016-07-21 | logic: added console initialization and threaded loop allocation. | midipix | 1 | -0/+18 |
2016-07-21 | ptyc_driver_ctx_impl(): implementation and integration (static, inline). | midipix | 1 | -0/+12 |