Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-21 | daemon interfaces: ntapi_dsr_create_port(): allow passing a security desc. | midipix | 1 | -1/+1 | |
2017-02-04 | annual chores. | midipix | 1 | -1/+1 | |
2017-01-16 | __ntapi_dsr_start_impl(): copy the loop routine addr and ctx onto the stack. | midipix | 1 | -2/+4 | |
Since params might point to an address on the stack of the thread which called __ntapi_dsr_init(), and given that __ntapi_dsr_init() returns as soon as the internal client connection had been established, we may not access params upon return from __ntapi_dsr_connect_internal_client(). | |||||
2017-01-16 | daemon initialization: establish SEH frames for the daemon and internal thread. | midipix | 1 | -2/+10 | |
2017-01-07 | daemon initialization: simplified logic, fixed params-related race hazard. | midipix | 1 | -15/+23 | |
2016-10-23 | daemon service routine: set daemon status using atomic updates. | midipix | 1 | -9/+42 | |
2016-08-11 | daemon initialization routines: support daemon loop termination. | midipix | 1 | -27/+34 | |
2016-05-07 | daemon init routine: internal client init: take a more robust code path. | midipix | 1 | -0/+14 | |
Following this change, the temporary internal client thread is created only after the daemon dedicated thread has signaled the daemon-is-ready event. | |||||
2016-01-23 | annual chores. | midipix | 1 | -1/+1 | |
2015-07-27 | entered advanced internal development stage. | midipix | 1 | -0/+189 | |