summaryrefslogtreecommitdiffhomepage
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
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