Age | Commit message (Expand) | Author | Files | Lines |
2016-10-25 | argv.h: argv_usage(): use correct format for short option name in short mode. | midipix | 1 | -1/+1 |
2016-10-25 | console: ptyc_flush_screen_buffer(): maintain cursor visibility as needed. | midipix | 1 | -7/+10 |
2016-09-16 | ptycon_daemon_entry_point(): fix signature. | midipix | 1 | -1/+1 |
2016-09-16 | ptyc_spawn(): implementation: fix signature. | midipix | 1 | -1/+1 |
2016-09-16 | ptyc_loop_thread_entry(): fix signature. | midipix | 1 | -1/+1 |
2016-08-22 | pty layer: integrated __ntapi_pty_inherit_runtime_ctty(). | midipix | 2 | -27/+26 |
2016-08-18 | console: ptyc_flush_screen_buffer(): maintain cursor visibility. | midipix | 1 | -0/+8 |
2016-08-18 | driver: exit as needed after version printing. | midipix | 1 | -0/+4 |
2016-08-18 | driver: fix eargv initialization. | midipix | 1 | -1/+1 |
2016-08-18 | console: ptyc_init_console(): obtain cursor info. | midipix | 2 | -0/+7 |
2016-08-18 | console: ptyc_console_reader(): send backspace (0x08) as delete (0x7f). | midipix | 1 | -0/+3 |
2016-08-14 | console bridge: added --bell support. | midipix | 3 | -0/+7 |
2016-08-14 | driver: added --bell support. | midipix | 3 | -0/+9 |
2016-08-14 | virtual key-code translation: added page up/down, home/end, insert/delete. | midipix | 1 | -6/+6 |
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 | console: reader: added ptyc_translate_virtual_keycode(). | midipix | 1 | -1/+19 |
2016-08-10 | bridge: added initial virtual key-code translation table. | midipix | 2 | -0/+162 |
2016-08-10 | console: keyboard reader: ptyc_repeat(): implementation and integration. | midipix | 1 | -1/+46 |
2016-08-10 | ptyc_spawn(): pass a inherited sysroot handle to the child process as needed. | midipix | 1 | -1/+3 |
2016-07-27 | gdi.c: fix initialization of gdi32_base_name and user32_base_name. | midipix | 1 | -2/+2 |
2016-07-24 | ptyc_spawn(): use ntapi->tt_spawn_native_process() as a backend. | midipix | 1 | -216/+55 |
2016-07-24 | ptyc_spawn(): support '/??/...' executable path arguments. | midipix | 2 | -2/+4 |
2016-07-24 | debug: added job-control session creation in 'raw' and 'oven' modes. | midipix | 2 | -0/+84 |
2016-07-24 | struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data. | midipix | 3 | -3/+7 |
2016-07-21 | console: ptyc_console_poller(): initial implementation. | midipix | 2 | -2/+79 |
2016-07-21 | console: added screen buffer size initialization. | midipix | 2 | -0/+10 |
2016-07-21 | ptyc_spawn(): initial implementation and integration. | midipix | 2 | -0/+265 |
2016-07-21 | pty layer: set client information for pty inheritance. | midipix | 3 | -0/+60 |
2016-07-21 | pty layer: always open both ends of the pty channel. | midipix | 1 | -6/+0 |
2016-07-21 | driver: added --sysroot support. | midipix | 3 | -0/+17 |
2016-07-21 | internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration. | midipix | 3 | -52/+82 |
2016-07-21 | driver: added --exec support. | midipix | 3 | -2/+67 |
2016-07-21 | daemon: added initial signal handling logic. | midipix | 2 | -1/+28 |
2016-07-21 | daemon: added controlling terminal signal delivery initialization logic. | midipix | 1 | -3/+10 |
2016-07-21 | daemon: added ptyc_daemon_loop(). | midipix | 1 | -2/+109 |
2016-07-21 | daemon: added ptyc_daemon_connect(). | midipix | 1 | -0/+27 |
2016-07-21 | driver: added daemon initialization bits. | midipix | 1 | -0/+7 |
2016-07-21 | utility: added daemon conditional initialization bits. | midipix | 1 | -0/+10 |
2016-07-21 | daemon: added daemon initialization logic. | midipix | 2 | -0/+139 |
2016-07-21 | daemon: added initial definitions and interface declarations. | midipix | 1 | -0/+37 |
2016-07-21 | driver: added --daemon support. | midipix | 3 | -0/+17 |
2016-07-21 | driver: make --debug=raw and --debug=oven mutually exclusive. | midipix | 1 | -4/+8 |
2016-07-21 | debug: ptyc_dbg_raw(): initial implementation. | midipix | 1 | -2/+56 |
2016-07-21 | pty layer: ptyc_make_oven(): implementation and integration. | midipix | 1 | -0/+71 |
2016-07-21 | debug: ptyc_dbg_oven(): initial implementation. | midipix | 1 | -2/+54 |
2016-07-21 | threaded loop, debug threads: fix linkage of entry points (for i686/nt32). | midipix | 9 | -16/+16 |
2016-07-21 | console: added initial reader (terminal-to-client) logic. | midipix | 2 | -2/+164 |
2016-07-21 | pty layer: set hptm's mode to raw. | midipix | 1 | -0/+66 |
2016-07-21 | console: added initial writer (client-to-terminal) logic. | midipix | 2 | -3/+144 |