Age | Commit message (Expand) | Author | Files | Lines |
2016-06-17 | __ntapi_sc_accept(): fix handling of ipv6 addresses. | midipix | 1 | -0/+11 |
2016-06-16 | ntapi_sc_listen(): properly support backlog and afd flags. | midipix | 1 | -3/+4 |
2016-06-16 | ntapi_sc_bind(): properly support afd (port-sharing) flags. | midipix | 2 | -8/+11 |
2016-06-16 | __ntapi_sc_getsockopt(): initial implementation and integration. | midipix | 1 | -0/+50 |
2016-06-16 | __ntapi_sc_setsockopt(): initial implementation and integration. | midipix | 1 | -0/+50 |
2016-06-16 | nt_socket.h: struct _nt_afd_listen_info: fix definition. | midipix | 1 | -3/+3 |
2016-06-14 | __ntapi_sc_bind_v2(): fix handling of ipv6 addresses. | midipix | 1 | -8/+20 |
2016-06-14 | __ntapi_sc_connect_v2(): always initialize the entire afd_connect_req struct. | midipix | 1 | -0/+3 |
2016-05-14 | __ntapi_sc_wait(): fix return value assignment after a successful wait. | midipix | 1 | -3/+1 |
2016-05-14 | code maintenance: properly initialize struct entities. | midipix | 1 | -1/+1 |
2016-05-14 | code maintenance: mark unused parameters. | midipix | 6 | -0/+14 |
2016-04-01 | socket interfaces: ntapi_sc_connect_v2(): fix ipv6 support. | midipix | 1 | -0/+11 |
2016-03-27 | socket interfaces: __ntapi_sc_recv(): added connectionless datagram support. | midipix | 1 | -8/+23 |
2016-03-23 | socket interfaces: __ntapi_sc_send(): added connectionless datagram support. | midipix | 1 | -8/+39 |
2016-03-22 | socket interfaces: sc_shutdown(): remove non-native code path and constants. | midipix | 1 | -22/+4 |
2016-03-22 | socket interfaces: sc_getpeername: initial integration. | midipix | 2 | -0/+122 |
2016-01-23 | annual chores. | midipix | 17 | -17/+17 |
2015-07-27 | entered advanced internal development stage. | midipix | 17 | -0/+1231 |