summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-23ptycon_api.h: PTYCON_STATIS now implies protected visibility.midipix1-1/+8
2018-08-13driver: removed unused return-value definitions.midipix1-4/+1
2018-08-09front-end utility: ptyc_main(): remove the redundant argc parameter.midipix1-1/+1
2018-08-04library: removed ptyc_create_driver_ctx() [too much of a good thing].midipix1-1/+0
2016-12-26ptycon_api.h: remove unnecessary #include of limits.h.midipix1-2/+0
2016-11-19ptycon_api.h: fix export/import inconsistency.midipix1-2/+2
2016-08-18driver: exit as needed after version printing.midipix1-0/+4
2016-08-14driver: added --bell support.midipix1-0/+1
2016-07-21ptyc_spawn(): initial implementation and integration.midipix1-0/+1
2016-07-21driver: added --sysroot support.midipix1-0/+2
2016-07-21driver: added --exec support.midipix1-0/+1
2016-07-21daemon: added initial definitions and interface declarations.midipix1-0/+6
2016-07-21code maintenance: tidy-up driver bits, remove PTYC_DRIVER_DRY_RUN.midipix1-5/+4
2016-07-21driver: added --daemon support.midipix1-0/+2
2016-07-21ptycon.h: add missing include for libntapi's primary header (nt_pty).midipix1-0/+1
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/+5
2016-07-21driver: added --debug support.midipix1-2/+3
2016-07-21pty layer: added ptyc_alloc_pty(), ptyc_free_pty().midipix1-0/+8
2016-07-21created free-standing project skeleton.midipix2-0/+111