index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-20
__ntapi_tt_create_pipe_v2(): refactor, always close hdevpipes.
midipix
1
-17
/
+15
2016-06-20
__ntapi_uc_validate_unicode_stream_utf16(): preserve callback fn return value.
midipix
1
-2
/
+5
2016-06-20
__ntapi_uc_validate_unicode_stream_utf8(): preserve callback fn return value.
midipix
1
-2
/
+5
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
3
-0
/
+52
2016-06-16
__ntapi_sc_setsockopt(): initial implementation and integration.
midipix
3
-0
/
+52
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-28
code maintenance: debug: change type of 'char *' parameters to 'const char *'.
midipix
1
-5
/
+5
2016-05-27
__ntapi_tt_create_thread(): strictly align thread context and stack params.
midipix
1
-2
/
+2
2016-05-23
__tt_fork_v1(): nt32: add missing _v1 suffixes to internal symbols.
midipix
1
-3
/
+3
2016-05-14
__ntapi_sc_wait(): fix return value assignment after a successful wait.
midipix
1
-3
/
+1
2016-05-14
__ntapi_tt_sync_block_lock(): properly handle signedness.
midipix
1
-1
/
+2
2016-05-14
__ntapi_tt_generic_memset(): properly handle signedness.
midipix
1
-1
/
+1
2016-05-14
__ntapi_log_write(): properly handle signedness.
midipix
1
-2
/
+2
2016-05-14
__ntapi_tt_get_argv_envp_utf16(): properly handle signedness.
midipix
1
-1
/
+1
2016-05-14
__blt_popcount(): properly handle signedness.
midipix
1
-1
/
+2
2016-05-14
__ntapi_pty_query(), __ntapi_pty_set(): remove an always-false comparison.
midipix
2
-2
/
+2
2016-05-14
__is_bmp_code_point(): remove an always-true comparison, add readability.
midipix
1
-3
/
+2
2016-05-14
ntapi_tt_get_option(): properly declare static inlined functions.
midipix
1
-2
/
+2
2016-05-14
code maintenance: properly initialize struct entities.
midipix
4
-8
/
+16
2016-05-14
code maintenance: mark unused parameters.
midipix
24
-0
/
+82
2016-05-14
code maintenance: remove unused variables.
midipix
1
-1
/
+0
2016-05-14
__ntapi_pty_connect(): added resilience.
midipix
1
-1
/
+17
2016-05-14
internals: __ntapi_log_write(): initial implementation.
midipix
1
-0
/
+66
2016-05-14
debug: remove dead buffer.
midipix
1
-3
/
+1
2016-05-07
daemon init routine: internal client init: take a more robust code path.
midipix
2
-10
/
+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
4
-0
/
+126
2016-03-02
__ntapi_pty_read_write(): defer thread-based pty ownership to posix layer.
midipix
1
-3
/
+0
2016-01-23
annual chores.
midipix
107
-107
/
+107
2015-12-17
crc32 functions: add missing const qualifier.
midipix
1
-6
/
+6
2015-09-26
makefile replacement: step 2/2: use the midipix build template.
midipix
1
-1
/
+1
2015-09-26
oopsy daisy.
midipix
1
-2
/
+2
2015-09-26
__ntapi_tt_sync_block_unlock(): construct the 64-bit comparison value by way ...
midipix
1
-5
/
+8
2015-09-26
fix labels in the 32-bit fork assembly wrapper.
midipix
1
-3
/
+3
2015-09-26
__ntapi_pty_query(): explicitly cast return value from uintptr_t to uint32_t.
midipix
1
-4
/
+4
2015-09-26
fix comment format in asm file.
midipix
1
-5
/
+5
2015-09-26
oopsy daisy.
midipix
1
-1
/
+1
2015-09-26
pty inheritance: client-side implementation.
midipix
5
-13
/
+98
2015-09-26
fix incorrect logic (&& vs. &), remove unnecessary comparisons.
midipix
2
-5
/
+4
2015-09-26
remove dependency on compiler flags that supress generated calls to memcpy an...
midipix
1
-1
/
+8
2015-07-27
entered advanced internal development stage.
midipix
112
-0
/
+14028
[prev]