summaryrefslogtreecommitdiffhomepage
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2016-12-26struct ptyc_vkcode: fix const definitions.midipix1-2/+2
2016-12-26foreign compiler support: nt32/nt64: added ptyc_compiler.asm.midipix2-0/+39
2016-12-09ptyc_open_volume(): update code following libntapi's pre-alpha API update.midipix1-1/+1
2016-11-26argv.h: error code path: remove unneeded if statement (always true).midipix1-5/+2
2016-11-19ptycon_api.h: fix export/import inconsistency.midipix1-1/+1
2016-10-25argv.h: argv_usage(): use correct format for short option name in short mode.midipix1-1/+1
2016-08-18console: ptyc_init_console(): obtain cursor info.midipix1-0/+1
2016-08-14console bridge: added --bell support.midipix1-0/+1
2016-08-14driver: added --bell support.midipix1-0/+1
2016-08-10argv.h: error message formatting: handle lonely long options.midipix1-12/+17
2016-08-10driver: --sysroot: support dos drive notation.midipix1-2/+32
2016-08-10bridge: added initial virtual key-code translation table.midipix1-0/+5
2016-07-27gdi.c: fix initialization of gdi32_base_name and user32_base_name.midipix1-2/+2
2016-07-24ptyc_spawn(): support '/??/...' executable path arguments.midipix1-1/+1
2016-07-24debug: added job-control session creation in 'raw' and 'oven' modes.midipix1-0/+79
2016-07-24struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.midipix1-0/+1
2016-07-21console: ptyc_console_poller(): initial implementation.midipix1-0/+1
2016-07-21console: added screen buffer size initialization.midipix1-0/+2
2016-07-21pty layer: set client information for pty inheritance.midipix2-0/+56
2016-07-21driver: added --sysroot support.midipix1-0/+1
2016-07-21internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration.midipix2-0/+81
2016-07-21driver: added --exec support.midipix1-0/+1
2016-07-21daemon: added initial definitions and interface declarations.midipix1-0/+37
2016-07-21driver: added --daemon support.midipix1-0/+1
2016-07-21console: added initial reader (terminal-to-client) logic.midipix1-0/+8
2016-07-21console: added initial writer (client-to-terminal) logic.midipix1-1/+1
2016-07-21bridge: added initial sgr logic.midipix1-0/+2
2016-07-21bridge: added state machine definitions.midipix2-5/+56
2016-07-21driver: added --wait support for slightly more convenient debug sessions.midipix1-0/+1
2016-07-21driver: added --cat support.midipix1-0/+1
2016-07-21logic: added console initialization and threaded loop allocation.midipix1-0/+18
2016-07-21ptyc_driver_ctx_impl(): implementation and integration (static, inline).midipix1-0/+12
2016-07-21ptyc_init(): change linkage to inline.midipix1-1/+1
2016-07-21driver: gdi accessor table integration.midipix1-0/+3
2016-07-21free-standing environment: added minimal gdi definitions and accessor table.midipix4-0/+345
2016-07-21driver: added --debug support.midipix1-0/+1
2016-07-21pty layer: added ptyc_alloc_pty(), ptyc_free_pty().midipix1-0/+22
2016-07-21driver context: added ptyc_set_status().midipix1-0/+16
2016-07-21driver: added native console accessor table.midipix1-0/+4
2016-07-21created free-standing project skeleton.midipix17-0/+1444