Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-24 | process creation: added __ntapi_tt_spawn_native_process(). | midipix | 1 | -0/+1 | |
2016-07-24 | internals: added __ntapi_tt_open_file_utf8() and __ntapi_tt_open_dir_utf8(). | midipix | 1 | -0/+1 | |
2016-06-29 | free-standing environment: remove fluff from the argv/envp parsing facility. | midipix | 1 | -1/+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/+1 | |
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-03-22 | socket interfaces: sc_getpeername: initial integration. | midipix | 1 | -0/+2 | |
Integration of this function into the library has been delayed since the AFD ioctl operation, while succeeding, seems to only memset the caller's address buffer, and accordingly to never copy the remote socket address to it. Callers of sc_getpeername() should therefore first check the return value for success -- which may be used as indication that the socket is connected -- and then test the returned address buffer for validity. | |||||
2015-09-26 | makefile replacement: step 2/2: use the midipix build template. | midipix | 1 | -0/+103 | |