index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
internal
/
ntapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-02
added crc64 definitions and interfaces.
midipix
1
-0
/
+6
2017-01-26
guid <--> string conversion functions: normalized interfaces.
midipix
1
-2
/
+2
2017-01-07
pty interfaces: added __ntapi_pty_open_pair().
midipix
1
-0
/
+1
2016-12-25
file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle.
midipix
1
-1
/
+0
2016-12-12
vmount module: removed current impl. of the virtual mount system client.
midipix
1
-14
/
+0
2016-10-23
__ntapi_tt_fork(): added resilient interface around low-level implementation.
midipix
1
-2
/
+1
2016-08-22
pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.
midipix
1
-0
/
+1
2016-08-12
sync block: remove validate/invalidate api, fix lock_tries logic, tidy up.
midipix
1
-3
/
+2
2016-08-11
struct ntapi_vtbl: added missing pointer to __ntapi_tt_sync_block_discard().
midipix
1
-0
/
+1
2016-07-24
process creation: added __ntapi_tt_spawn_native_process().
midipix
1
-0
/
+1
2016-06-30
whitespace meditation.
midipix
1
-4
/
+4
2016-06-30
ntapi_vtbl: string functions: code maintenance.
midipix
1
-2
/
+2
2016-06-30
__ntapi_init_completed: as in __ntapi_init_once, return address of shadow vtbl.
midipix
1
-1
/
+1
2016-06-29
free-standing environment: remove fluff from the argv/envp parsing facility.
midipix
1
-2
/
+0
2016-06-28
string functions: added __ntapi_tt_strncmp_utf16().
midipix
1
-0
/
+1
2016-06-28
string functions: added __ntapi_tt_strncmp_multibyte().
midipix
1
-0
/
+1
2016-06-28
string functions: added __ntapi_tt_strcmp_utf16().
midipix
1
-0
/
+1
2016-06-28
string functions: added __ntapi_tt_strcmp_multibyte().
midipix
1
-0
/
+1
2016-06-24
process tokens: added __ntapi_tt_[enable/disable]_token_privilege().
midipix
1
-0
/
+4
2016-06-24
internals: added handle to the process's primary token.
midipix
1
-0
/
+7
2016-06-16
__ntapi_sc_getsockopt(): initial implementation and integration.
midipix
1
-0
/
+1
2016-06-16
__ntapi_sc_setsockopt(): initial implementation and integration.
midipix
1
-0
/
+1
2016-05-14
code maintenance: properly initialize struct entities.
midipix
1
-4
/
+8
2016-05-14
code maintenance: mark unused parameters.
midipix
1
-0
/
+1
2016-03-22
socket interfaces: sc_getpeername: initial integration.
midipix
1
-0
/
+2
2016-01-23
annual chores.
midipix
1
-1
/
+1
2015-09-26
pty inheritance: client-side implementation.
midipix
1
-0
/
+1
2015-07-27
entered advanced internal development stage.
midipix
1
-0
/
+411
[prev]