summaryrefslogtreecommitdiffhomepage
path: root/src/internal
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16__ntapi_sc_setsockopt(): initial implementation and integration.midipix2-0/+2
2016-05-28code maintenance: debug: change type of 'char *' parameters to 'const char *'.midipix1-5/+5
2016-05-14__ntapi_log_write(): properly handle signedness.midipix1-2/+2
2016-05-14code maintenance: properly initialize struct entities.midipix1-4/+8
2016-05-14code maintenance: mark unused parameters.midipix2-0/+5
2016-05-14internals: __ntapi_log_write(): initial implementation.midipix1-0/+66
2016-05-14debug: remove dead buffer.midipix1-3/+1
2016-03-22socket interfaces: sc_getpeername: initial integration.midipix2-0/+4
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-23annual chores.midipix9-9/+9
2015-09-26makefile replacement: step 2/2: use the midipix build template.midipix1-1/+1
2015-09-26pty inheritance: client-side implementation.midipix2-0/+2
2015-07-27entered advanced internal development stage.midipix9-0/+1360