index
:
ptycon
main
pty-console bridge
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-09
ptyc_open_volume(): update code following libntapi's pre-alpha API update.
midipix
1
-1
/
+1
2016-11-26
argv.h: error code path: remove unneeded if statement (always true).
midipix
1
-5
/
+2
2016-11-19
ptycon_api.h: fix export/import inconsistency.
midipix
1
-1
/
+1
2016-10-25
argv.h: argv_usage(): use correct format for short option name in short mode.
midipix
1
-1
/
+1
2016-08-18
console: ptyc_init_console(): obtain cursor info.
midipix
1
-0
/
+1
2016-08-14
console bridge: added --bell support.
midipix
1
-0
/
+1
2016-08-14
driver: added --bell support.
midipix
1
-0
/
+1
2016-08-10
argv.h: error message formatting: handle lonely long options.
midipix
1
-12
/
+17
2016-08-10
driver: --sysroot: support dos drive notation.
midipix
1
-2
/
+32
2016-08-10
bridge: added initial virtual key-code translation table.
midipix
1
-0
/
+5
2016-07-27
gdi.c: fix initialization of gdi32_base_name and user32_base_name.
midipix
1
-2
/
+2
2016-07-24
ptyc_spawn(): support '/??/...' executable path arguments.
midipix
1
-1
/
+1
2016-07-24
debug: added job-control session creation in 'raw' and 'oven' modes.
midipix
1
-0
/
+79
2016-07-24
struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.
midipix
1
-0
/
+1
2016-07-21
console: ptyc_console_poller(): initial implementation.
midipix
1
-0
/
+1
2016-07-21
console: added screen buffer size initialization.
midipix
1
-0
/
+2
2016-07-21
pty layer: set client information for pty inheritance.
midipix
2
-0
/
+56
2016-07-21
driver: added --sysroot support.
midipix
1
-0
/
+1
2016-07-21
internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration.
midipix
2
-0
/
+81
2016-07-21
driver: added --exec support.
midipix
1
-0
/
+1
2016-07-21
daemon: added initial definitions and interface declarations.
midipix
1
-0
/
+37
2016-07-21
driver: added --daemon support.
midipix
1
-0
/
+1
2016-07-21
console: added initial reader (terminal-to-client) logic.
midipix
1
-0
/
+8
2016-07-21
console: added initial writer (client-to-terminal) logic.
midipix
1
-1
/
+1
2016-07-21
bridge: added initial sgr logic.
midipix
1
-0
/
+2
2016-07-21
bridge: added state machine definitions.
midipix
2
-5
/
+56
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
/
+18
2016-07-21
ptyc_driver_ctx_impl(): implementation and integration (static, inline).
midipix
1
-0
/
+12
2016-07-21
ptyc_init(): change linkage to inline.
midipix
1
-1
/
+1
2016-07-21
driver: gdi accessor table integration.
midipix
1
-0
/
+3
2016-07-21
free-standing environment: added minimal gdi definitions and accessor table.
midipix
4
-0
/
+345
2016-07-21
driver: added --debug support.
midipix
1
-0
/
+1
2016-07-21
pty layer: added ptyc_alloc_pty(), ptyc_free_pty().
midipix
1
-0
/
+22
2016-07-21
driver context: added ptyc_set_status().
midipix
1
-0
/
+16
2016-07-21
driver: added native console accessor table.
midipix
1
-0
/
+4
2016-07-21
created free-standing project skeleton.
midipix
17
-0
/
+1444