Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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. | |||||
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/+262 | |