summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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.midipix3-2/+271
2016-07-21bridge: added initial csi logic.midipix2-2/+228
2016-07-21bridge: added initial esi logic.midipix1-0/+174
2016-07-21bridge: added state machine definitions.midipix2-5/+56
2016-07-21debug: ptyc_dbg_cat(): implementation and integration.midipix2-0/+172
2016-07-21driver: added --wait support for slightly more convenient debug sessions.midipix4-0/+28
2016-07-21driver: added --cat support.midipix4-4/+12
2016-07-21debug: ptyc_dbg_event(): initial implementation.midipix1-2/+99
2016-07-21logic: added console initialization and threaded loop allocation.midipix10-0/+376
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.midipix4-0/+345
2016-07-21driver: added --debug support.midipix3-0/+22
2016-07-21pty layer: added ptyc_alloc_pty(), ptyc_free_pty().midipix4-0/+118
2016-07-21driver context: added ptyc_set_status().midipix1-0/+16
2016-07-21driver: added native console accessor table.midipix2-0/+54
2016-07-21created free-standing project skeleton.midipix21-0/+1908