Age | Commit message (Expand) | Author | Files | Lines |
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 | 4 | -0/+19 |
2016-07-21 | internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration. | midipix | 4 | -52/+83 |
2016-07-21 | driver: added --exec support. | midipix | 4 | -2/+68 |
2016-07-21 | daemon: added initial signal handling logic. | midipix | 3 | -1/+29 |
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 | 2 | -0/+28 |
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 | 4 | -0/+142 |
2016-07-21 | daemon: added initial definitions and interface declarations. | midipix | 3 | -0/+44 |
2016-07-21 | code maintenance: tidy-up driver bits, remove PTYC_DRIVER_DRY_RUN. | midipix | 1 | -5/+4 |
2016-07-21 | driver: added --daemon support. | midipix | 4 | -0/+19 |
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 |
2016-07-21 | bridge: added initial sgr logic. | midipix | 4 | -2/+272 |
2016-07-21 | bridge: added initial csi logic. | midipix | 3 | -2/+229 |
2016-07-21 | bridge: added initial esi logic. | midipix | 3 | -0/+176 |
2016-07-21 | ptycon.h: add missing include for libntapi's primary header (nt_pty). | midipix | 1 | -0/+1 |
2016-07-21 | bridge: added state machine definitions. | midipix | 3 | -5/+57 |
2016-07-21 | debug: ptyc_dbg_cat(): implementation and integration. | midipix | 3 | -0/+173 |
2016-07-21 | driver: added --wait support for slightly more convenient debug sessions. | midipix | 5 | -0/+29 |
2016-07-21 | driver: added --cat support. | midipix | 5 | -4/+13 |
2016-07-21 | debug: ptyc_dbg_event(): initial implementation. | midipix | 1 | -2/+99 |
2016-07-21 | logic: added console initialization and threaded loop allocation. | midipix | 13 | -0/+391 |
2016-07-21 | ptyc_free_driver_ctx(): fix readability. | midipix | 1 | -2/+2 |
2016-07-21 | ptyc_driver_ctx_impl(): implementation and integration (static, inline). | midipix | 2 | -18/+39 |
2016-07-21 | ptyc_init(): change linkage to inline. | midipix | 1 | -1/+1 |
2016-07-21 | driver: gdi accessor table integration. | midipix | 2 | -11/+24 |
2016-07-21 | free-standing environment: added minimal gdi definitions and accessor table. | midipix | 7 | -0/+350 |
2016-07-21 | driver: added --debug support. | midipix | 4 | -2/+25 |
2016-07-21 | pty layer: added ptyc_alloc_pty(), ptyc_free_pty(). | midipix | 8 | -0/+129 |
2016-07-21 | driver context: added ptyc_set_status(). | midipix | 2 | -0/+17 |
2016-07-21 | driver: added native console accessor table. | midipix | 3 | -1/+55 |
2016-07-21 | created free-standing project skeleton. | midipix | 59 | -0/+3945 |
2016-07-04 | created repository. | midipix | 2 | -0/+12 |