index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pty
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-08
struct nt_pty_context(): replace the .sync member with a simple atomic lock.
midipix
1
-3
/
+8
2018-06-19
pty client interfaces: pty_query(): added NT_PTY_OFD_INFORMATION support.
midipix
1
-0
/
+26
2018-06-19
__ntapi_pty_query(): refactor in anticipation of NT_PTY_OFD_INFORMATION.
midipix
1
-22
/
+24
2018-06-18
pty client interfaces: pty_xquery(): added NT_PTY_CONTEXT_INFORMATION support.
midipix
1
-3
/
+70
2018-06-16
pty query: client-side interfaces: revised and extended for api consistency.
midipix
3
-37
/
+93
2018-06-16
pty query/set interfaces: code maintenance, whitespace meditation.
midipix
2
-23
/
+34
2018-06-06
internals: removed __ntapi_log_write(), as it is no longer needed.
midipix
1
-5
/
+1
2017-02-04
annual chores.
midipix
6
-6
/
+6
2017-01-26
guid <--> string conversion functions: normalized interfaces.
midipix
1
-1
/
+1
2017-01-07
__ntapi_pty_inherit(): do not repeat __ntapi_pty_free() upon failure.
midipix
1
-3
/
+1
2017-01-07
pty interfaces: added __ntapi_pty_open_pair().
midipix
1
-6
/
+45
2016-12-15
__ntapi_pty_query(): properly validate pty_info_class.
midipix
1
-0
/
+2
2016-08-22
pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.
midipix
1
-0
/
+109
2016-07-19
__ntapi_pty_inherit(): re-set client info, free context upon failure.
midipix
1
-1
/
+12
2016-07-18
pty layer: __ntapi_pty_inherit(): obtain hpty from the server.
midipix
1
-0
/
+1
2016-07-06
__ntapi_pty_open(): properly set the context's hpty member when opening a pts.
midipix
1
-0
/
+1
2016-06-29
__ntapi_pty_open: refactor, explicit string comparison.
midipix
1
-6
/
+11
2016-05-14
__ntapi_pty_query(), __ntapi_pty_set(): remove an always-false comparison.
midipix
2
-2
/
+2
2016-05-14
code maintenance: mark unused parameters.
midipix
1
-0
/
+4
2016-05-14
__ntapi_pty_connect(): added resilience.
midipix
1
-1
/
+17
2016-03-02
__ntapi_pty_read_write(): defer thread-based pty ownership to posix layer.
midipix
1
-3
/
+0
2016-01-23
annual chores.
midipix
6
-6
/
+6
2015-09-26
oopsy daisy.
midipix
1
-2
/
+2
2015-09-26
__ntapi_pty_query(): explicitly cast return value from uintptr_t to uint32_t.
midipix
1
-4
/
+4
2015-09-26
pty inheritance: client-side implementation.
midipix
3
-13
/
+96
2015-07-27
entered advanced internal development stage.
midipix
6
-0
/
+628