Age | Commit message (Expand) | Author | Files | Lines |
2018-08-13 | driver: removed unused return-value definitions. | midipix | 1 | -4/+1 |
2018-08-09 | front-end utility: ptyc_main(): remove the redundant argc parameter. | midipix | 1 | -1/+1 |
2018-08-04 | library: removed ptyc_create_driver_ctx() [too much of a good thing]. | midipix | 1 | -1/+0 |
2016-12-26 | ptycon_api.h: remove unnecessary #include of limits.h. | midipix | 1 | -2/+0 |
2016-11-19 | ptycon_api.h: fix export/import inconsistency. | midipix | 1 | -2/+2 |
2016-08-18 | driver: exit as needed after version printing. | midipix | 1 | -0/+4 |
2016-08-14 | driver: added --bell support. | midipix | 1 | -0/+1 |
2016-07-21 | ptyc_spawn(): initial implementation and integration. | midipix | 1 | -0/+1 |
2016-07-21 | driver: added --sysroot support. | midipix | 1 | -0/+2 |
2016-07-21 | driver: added --exec support. | midipix | 1 | -0/+1 |
2016-07-21 | daemon: added initial definitions and interface declarations. | midipix | 1 | -0/+6 |
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 | 1 | -0/+2 |
2016-07-21 | ptycon.h: add missing include for libntapi's primary header (nt_pty). | midipix | 1 | -0/+1 |
2016-07-21 | driver: added --wait support for slightly more convenient debug sessions. | midipix | 1 | -0/+1 |
2016-07-21 | driver: added --cat support. | midipix | 1 | -0/+1 |
2016-07-21 | logic: added console initialization and threaded loop allocation. | midipix | 1 | -0/+5 |
2016-07-21 | driver: added --debug support. | midipix | 1 | -2/+3 |
2016-07-21 | pty layer: added ptyc_alloc_pty(), ptyc_free_pty(). | midipix | 1 | -0/+8 |
2016-07-21 | created free-standing project skeleton. | midipix | 2 | -0/+111 |