Age | Commit message (Expand) | Author | Files | Lines |
2016-06-16 | __ntapi_sc_getsockopt(): initial implementation and integration. | midipix | 6 | -0/+63 |
2016-06-16 | __ntapi_sc_setsockopt(): initial implementation and integration. | midipix | 6 | -0/+63 |
2016-06-16 | nt_socket.h: add afd sockopt definitions. | midipix | 1 | -0/+15 |
2016-06-16 | nt_socket.h: add ipv6 sockopt constants. | midipix | 1 | -0/+31 |
2016-06-16 | nt_socket.h: struct _nt_afd_listen_info: fix definition. | midipix | 2 | -5/+5 |
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-29 | nt_object.h: nt_io_apc_routine function signature: fix linkage. | midipix | 1 | -1/+1 |
2016-05-28 | code maintenance: debug: change type of 'char *' parameters to 'const char *'. | midipix | 2 | -10/+10 |
2016-05-28 | build system: support project-specific overrides of OS and toolchain defs. | midipix | 2 | -0/+2 |
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-23 | nt_atomic.h: i386: implement at_store_64() in terms or at_locked_cas_64. | midipix | 1 | -7/+3 |
2016-05-22 | nt_atomic.h: i386: implement at_locked_cas_64 as inline asm (distilled pain). | midipix | 1 | -9/+19 |
2016-05-19 | project: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE. | midipix | 1 | -0/+4 |
2016-05-19 | build system: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE. | midipix | 4 | -4/+29 |
2016-05-19 | build system: when building from a git repo, explicitly depend on .git/index. | midipix | 2 | -4/+4 |
2016-05-15 | build system: remove generic dependency on version.tag. | midipix | 1 | -2/+2 |
2016-05-15 | nt_socket.h: added NT_AFD_POLL_CONNECT_FAIL. | midipix | 1 | -0/+1 |
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 | nt_sync.h: union _nt_sync_block: changed type of lock_tries to int32_t. | midipix | 1 | -1/+1 |
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 | build system: PE targets: handle subsystem setting in pe.mk. | midipix | 2 | -3/+3 |
2016-05-14 | project: remove direct linker invocation sysroot assignment (no longer needed). | midipix | 1 | -3/+0 |
2016-05-14 | project: free-standing environment: LDFLAGS_SHARED: add missing -nostdlib. | midipix | 1 | -1/+1 |
2016-05-14 | build system: upgrade build system, eliminate differences in core definitions. | midipix | 30 | -161/+751 |
2016-05-14 | __ntapi_pty_connect(): added resilience. | midipix | 1 | -1/+17 |
2016-05-14 | internals: __ntapi_log_write(): initial implementation. | midipix | 2 | -0/+67 |
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-21 | build system: remove syslibdir support, fix related typo in config.usage. | midipix | 3 | -10/+1 |
2016-04-21 | build system: added empty --prefix and --exec-prefix support. | midipix | 1 | -2/+8 |
2016-04-21 | build system: set proper defaults to the various directory variables. | midipix | 2 | -21/+10 |
2016-04-21 | build system: added --exec-prefix support. | midipix | 4 | -0/+11 |
2016-04-21 | build system: properly use DESTDIR in conjunction with individual variables. | midipix | 3 | -16/+16 |
2016-04-21 | build system: remove erroneous build-time references to LIBDIR. | midipix | 2 | -8/+8 |
2016-04-01 | socket interfaces: added afd poll-related definitions. | midipix | 1 | -0/+25 |
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 | 2 | -8/+31 |
2016-03-23 | socket interfaces: __ntapi_sc_send(): added connectionless datagram support. | midipix | 2 | -8/+41 |