Age | Commit message (Expand) | Author | Files | Lines |
2019-06-28 | remove nt_sync_block and related interfaces in favor of pure atomic primitives. | midipix | 1 | -1/+0 |
2019-06-18 | subsystem interfaces: removed unsued / not-implemented vms bits. | midipix | 1 | -2/+0 |
2019-06-08 | remove nt_symlink.h (use a kernel driver on winxp, not needed otherwise). | midipix | 1 | -1/+0 |
2019-05-28 | debug interfaces: normalize extension functions (set prefix to tt_debug_). | midipix | 1 | -1/+1 |
2019-05-28 | debug helpers: __ntapi_tt_debug_break_process(): initial implementation. | midipix | 1 | -0/+1 |
2019-05-28 | debug helpers: __ntapi_tt_debug_execution_flow(): initial implementation. | midipix | 1 | -0/+1 |
2019-05-28 | debug helpers: added __ntapi_tt_create_{attach_}debug_object(). | midipix | 2 | -0/+2 |
2019-05-27 | native api: added debug-related definitions. | midipix | 1 | -0/+1 |
2019-05-25 | internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly. | midipix | 2 | -2/+2 |
2019-02-22 | attribute protected visibility to declarations of internal functions. | midipix | 1 | -1/+1 |
2019-02-02 | project: apply protected visibility to the static build. | midipix | 1 | -1/+1 |
2019-02-02 | project: apply hidden visibility to the static build. | midipix | 1 | -1/+1 |
2019-02-02 | project: remove the obsolete clbuild.sh. | midipix | 2 | -227/+0 |
2018-12-31 | project: set ARCH (nt32/nt64) based on CC_BITS. | midipix | 1 | -6/+2 |
2018-06-17 | tty client-side interfaces(): added ntapi_tty_query_server_pts_slot_info(). | midipix | 1 | -0/+1 |
2018-06-16 | pty query: client-side interfaces: revised and extended for api consistency. | midipix | 1 | -0/+1 |
2018-06-15 | string helper api's: added ntapi_tt_dec_utf16_to_uint{16|32|64|ptr}(). | midipix | 1 | -0/+1 |
2018-06-14 | string helper api's: added ntapi_tt_uintptr_to_dec{_null}_utf{8|16}(). | midipix | 1 | -0/+1 |
2018-06-06 | internals: removed __ntapi_log_write(), as it is no longer needed. | midipix | 1 | -1/+0 |
2018-05-15 | string interfaces: __ntapi_tt_aligned_block_memlock(): initial integration. | midipix | 1 | -0/+1 |
2018-05-07 | advisory file locking: integrated client-side interfaces. | midipix | 2 | -0/+7 |
2018-05-07 | subsystem interfaces: integrated advisory file locking definitions. | midipix | 1 | -0/+1 |
2018-05-07 | fs interfaces: ntapi_tt_open_volume_by_guid(): initial integration. | midipix | 1 | -0/+1 |
2018-03-20 | acl helper interfaces: added ntapi_acl_init_common_descriptor(). | midipix | 2 | -0/+2 |
2018-03-20 | sid helper interfaces: added ntapi_tt_sid_copy(). | midipix | 1 | -0/+1 |
2017-12-06 | project: foreign framework support: explicitly set dependency visibility flags. | midipix | 1 | -2/+2 |
2017-10-08 | process creation: added __ntapi_tt_spawn_foreign_process(). | midipix | 1 | -0/+1 |
2017-09-08 | integrated msgqueue client side interfaces. | midipix | 2 | -0/+9 |
2017-09-08 | subsystem interfaces: integrated sysv msgqueue definitions. | midipix | 1 | -0/+1 |
2017-08-18 | project: src/ipc: normalized source file names. | midipix | 1 | -2/+2 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore client-side interfaces. | midipix | 2 | -0/+7 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_client_session_disconnect(). | midipix | 1 | -0/+1 |
2017-07-31 | subsystem interfaces: integrated ipc connection section handlers. | midipix | 1 | -0/+1 |
2017-07-31 | subsystem interfaces: integrated ipc connection handlers. | midipix | 1 | -0/+1 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_query_information_service(). | midipix | 1 | -0/+1 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore definitions. | midipix | 1 | -0/+1 |
2017-02-02 | added crc64 definitions and interfaces. | midipix | 2 | -0/+2 |
2017-01-16 | daemon initialization: establish SEH frames for the daemon and internal thread. | midipix | 3 | -0/+11 |
2016-12-19 | project: clbuild-bat: added -mno-stack-arg-probe support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added static front-end support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added link target (shared-lib/default-app) support. | midipix | 2 | -3/+10 |
2016-12-18 | project: clbuild-bat: whitespace meditation. | midipix | 1 | -15/+15 |
2016-12-18 | project: removed the generated clbuild.bat, should be provided externally. | midipix | 1 | -907/+0 |
2016-12-18 | project: clbuild-bat: added -static support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added -Wno-unused-parameter support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added -Wno-missing-field-initializers support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added proper version.tag support. | midipix | 2 | -9/+27 |
2016-12-15 | project: clbuild.bat: initial check-in (generated via: make clbuild-bat). | midipix | 1 | -0/+907 |
2016-12-15 | project: clbuilt-bat: added shared-objs-asm and static-objs-asm build targets. | midipix | 1 | -0/+4 |
2016-12-15 | added clbuild-bat: a poor man's transitional clbuild command translator. | midipix | 2 | -0/+197 |