summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-08-10console: reader: added ptyc_translate_virtual_keycode().midipix1-1/+19
2016-08-10bridge: added initial virtual key-code translation table.midipix3-0/+163
2016-08-10console: keyboard reader: ptyc_repeat(): implementation and integration.midipix1-1/+46
2016-08-10ptyc_spawn(): pass a inherited sysroot handle to the child process as needed.midipix1-1/+3
2016-07-27gdi.c: fix initialization of gdi32_base_name and user32_base_name.midipix1-2/+2
2016-07-24ptyc_spawn(): use ntapi->tt_spawn_native_process() as a backend.midipix1-216/+55
2016-07-24ptyc_spawn(): support '/??/...' executable path arguments.midipix2-2/+4
2016-07-24debug: added job-control session creation in 'raw' and 'oven' modes.midipix2-0/+84
2016-07-24struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.midipix3-3/+7
2016-07-21console: ptyc_console_poller(): initial implementation.midipix2-2/+79
2016-07-21console: added screen buffer size initialization.midipix2-0/+10
2016-07-21ptyc_spawn(): initial implementation and integration.midipix4-0/+267
2016-07-21pty layer: set client information for pty inheritance.midipix3-0/+60
2016-07-21pty layer: always open both ends of the pty channel.midipix1-6/+0
2016-07-21driver: added --sysroot support.midipix4-0/+19
2016-07-21internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration.midipix4-52/+83
2016-07-21driver: added --exec support.midipix4-2/+68
2016-07-21daemon: added initial signal handling logic.midipix3-1/+29
2016-07-21daemon: added controlling terminal signal delivery initialization logic.midipix1-3/+10
2016-07-21daemon: added ptyc_daemon_loop().midipix1-2/+109
2016-07-21daemon: added ptyc_daemon_connect().midipix2-0/+28
2016-07-21driver: added daemon initialization bits.midipix1-0/+7
2016-07-21utility: added daemon conditional initialization bits.midipix1-0/+10
2016-07-21daemon: added daemon initialization logic.midipix4-0/+142
2016-07-21daemon: added initial definitions and interface declarations.midipix3-0/+44
2016-07-21code maintenance: tidy-up driver bits, remove PTYC_DRIVER_DRY_RUN.midipix1-5/+4
2016-07-21driver: added --daemon support.midipix4-0/+19
2016-07-21driver: make --debug=raw and --debug=oven mutually exclusive.midipix1-4/+8
2016-07-21debug: ptyc_dbg_raw(): initial implementation.midipix1-2/+56
2016-07-21pty layer: ptyc_make_oven(): implementation and integration.midipix1-0/+71
2016-07-21debug: ptyc_dbg_oven(): initial implementation.midipix1-2/+54
2016-07-21threaded loop, debug threads: fix linkage of entry points (for i686/nt32).midipix9-16/+16
2016-07-21console: added initial reader (terminal-to-client) logic.midipix2-2/+164
2016-07-21pty layer: set hptm's mode to raw.midipix1-0/+66
2016-07-21console: added initial writer (client-to-terminal) logic.midipix2-3/+144
2016-07-21bridge: added initial sgr logic.midipix4-2/+272
2016-07-21bridge: added initial csi logic.midipix3-2/+229
2016-07-21bridge: added initial esi logic.midipix3-0/+176
2016-07-21ptycon.h: add missing include for libntapi's primary header (nt_pty).midipix1-0/+1
2016-07-21bridge: added state machine definitions.midipix3-5/+57
2016-07-21debug: ptyc_dbg_cat(): implementation and integration.midipix3-0/+173
2016-07-21driver: added --wait support for slightly more convenient debug sessions.midipix5-0/+29
2016-07-21driver: added --cat support.midipix5-4/+13
2016-07-21debug: ptyc_dbg_event(): initial implementation.midipix1-2/+99
2016-07-21logic: added console initialization and threaded loop allocation.midipix13-0/+391
2016-07-21ptyc_free_driver_ctx(): fix readability.midipix1-2/+2
2016-07-21ptyc_driver_ctx_impl(): implementation and integration (static, inline).midipix2-18/+39
2016-07-21ptyc_init(): change linkage to inline.midipix1-1/+1
2016-07-21driver: gdi accessor table integration.midipix2-11/+24
2016-07-21free-standing environment: added minimal gdi definitions and accessor table.midipix7-0/+350