summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-21free-standing environment: .freestd is now a supported named section.midipix1-1/+1
2016-11-19ptycon_api.h: fix export/import inconsistency.midipix1-1/+1
2016-11-17set tty affiliation in the driver, effective for both the library and utility.midipix2-5/+7
2016-10-25argv.h: argv_usage(): use correct format for short option name in short mode.midipix1-1/+1
2016-10-25console: ptyc_flush_screen_buffer(): maintain cursor visibility as needed.midipix1-7/+10
2016-09-16ptycon_daemon_entry_point(): fix signature.midipix1-1/+1
2016-09-16ptyc_spawn(): implementation: fix signature.midipix1-1/+1
2016-09-16ptyc_loop_thread_entry(): fix signature.midipix1-1/+1
2016-08-22pty layer: integrated __ntapi_pty_inherit_runtime_ctty().midipix2-27/+26
2016-08-18console: ptyc_flush_screen_buffer(): maintain cursor visibility.midipix1-0/+8
2016-08-18driver: exit as needed after version printing.midipix1-0/+4
2016-08-18driver: fix eargv initialization.midipix1-1/+1
2016-08-18console: ptyc_init_console(): obtain cursor info.midipix2-0/+7
2016-08-18console: ptyc_console_reader(): send backspace (0x08) as delete (0x7f).midipix1-0/+3
2016-08-14console bridge: added --bell support.midipix3-0/+7
2016-08-14driver: added --bell support.midipix3-0/+9
2016-08-14virtual key-code translation: added page up/down, home/end, insert/delete.midipix1-6/+6
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-10console: reader: added ptyc_translate_virtual_keycode().midipix1-1/+19
2016-08-10bridge: added initial virtual key-code translation table.midipix2-0/+162
2016-08-10console: keyboard reader: ptyc_repeat(): implementation and integration.midipix1-1/+46
2016-08-10ptyc_spawn(): pass a inherited sysroot handle to the child process as needed.midipix1-1/+3
2016-07-27gdi.c: fix initialization of gdi32_base_name and user32_base_name.midipix1-2/+2
2016-07-24ptyc_spawn(): use ntapi->tt_spawn_native_process() as a backend.midipix1-216/+55
2016-07-24ptyc_spawn(): support '/??/...' executable path arguments.midipix2-2/+4
2016-07-24debug: added job-control session creation in 'raw' and 'oven' modes.midipix2-0/+84
2016-07-24struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.midipix3-3/+7
2016-07-21console: ptyc_console_poller(): initial implementation.midipix2-2/+79
2016-07-21console: added screen buffer size initialization.midipix2-0/+10
2016-07-21ptyc_spawn(): initial implementation and integration.midipix2-0/+265
2016-07-21pty layer: set client information for pty inheritance.midipix3-0/+60
2016-07-21pty layer: always open both ends of the pty channel.midipix1-6/+0
2016-07-21driver: added --sysroot support.midipix3-0/+17
2016-07-21internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration.midipix3-52/+82
2016-07-21driver: added --exec support.midipix3-2/+67
2016-07-21daemon: added initial signal handling logic.midipix2-1/+28
2016-07-21daemon: added controlling terminal signal delivery initialization logic.midipix1-3/+10
2016-07-21daemon: added ptyc_daemon_loop().midipix1-2/+109
2016-07-21daemon: added ptyc_daemon_connect().midipix1-0/+27
2016-07-21driver: added daemon initialization bits.midipix1-0/+7
2016-07-21utility: added daemon conditional initialization bits.midipix1-0/+10
2016-07-21daemon: added daemon initialization logic.midipix2-0/+139
2016-07-21daemon: added initial definitions and interface declarations.midipix1-0/+37
2016-07-21driver: added --daemon support.midipix3-0/+17
2016-07-21driver: make --debug=raw and --debug=oven mutually exclusive.midipix1-4/+8
2016-07-21debug: ptyc_dbg_raw(): initial implementation.midipix1-2/+56
2016-07-21pty layer: ptyc_make_oven(): implementation and integration.midipix1-0/+71
2016-07-21debug: ptyc_dbg_oven(): initial implementation.midipix1-2/+54
2016-07-21threaded loop, debug threads: fix linkage of entry points (for i686/nt32).midipix9-16/+16