aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* fix maybe uninitialized warningshikokuchuo2024-10-05
* fix int-to-pointer conversion warningshikokuchuo2024-10-05
* fixes #1866 clock_gettime is not used on Android, even though availablev1.9.0Garrett D'Amore2024-09-07
* fixes #1837 IPC - Use After FreeGarrett D'Amore2024-08-13
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* windows: refactor IPC to avoid possible hangs and use after free.Garrett D'Amore2024-05-30
* windows: TCP connection use-after-free fixesGarrett D'Amore2024-05-30
* windows: ipc listen use after freeGarrett D'Amore2024-05-30
* windows: ipc conn conn_aio not usedGarrett D'Amore2024-05-30
* windows: fix TCP use-after-free in listenerGarrett D'Amore2024-05-30
* windows: drop the hEvent initialization for win_io structures.Garrett D'Amore2024-05-30
* windows: IPC conn->conn_io is unusedGarrett D'Amore2024-05-30
* fixes #1825 Compiler warning due to unused variable in win_clock.cGarrett D'Amore2024-05-22
* Windows: add a check for broken legacy environments without timespec_get.Garrett D'Amore2024-05-22
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* add header to posix_rand_getrandom.cshikokuchuo2024-04-13
* Convert UDP platform test to NUTS.Garrett D'Amore2024-02-25
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1543 Deadlock in nng_close(socket)Garrett D'Amore2024-02-25
* windows: Add missing header for string.hGarrett D'Amore2024-02-25
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* provide NNG_MAX_POLLER_THREADSGarrett D'Amore2023-12-29
* ipc: refactor get peerid support to use common POSIX codeGarrett D'Amore2023-12-29
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* fixes #1675 undefined behavior in posix ipc_dialer_dialGarrett D'Amore2023-09-14
* Update win_tcpconn.cNissimBendanan2023-09-14
* posix_resolv_gai.c: add AI_NUMERICSERV where undefinedSergey Fedorov2023-04-19
* Fill NNG_PKGS to request nng dependencies from installed location. (#1641)Garrett D'Amore2023-02-05
* Fixes the call to setsockopt(SO_UPDATE_ACCEPT_CONTEXT) on Windows (#1604)Ruben Valls2022-07-15
* Fix mingw atomics (#1601)Ruben Valls2022-06-20
* fixes Undefined reference to nni_atomic_dec & nni_atomic_dec64 on Windows. (#...alvin12212022-05-29
* fixes #1586 Undefined reference to nni_atomic_swap & nni_atomic_cas(Built by ...alvin12212022-05-29
* fixes #1576 Fallback not used when clock_gettime is unavailable (crash on OSX...Garrett D'Amore2022-04-18
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* fixes #1552 Several warnings compiling in Windows with Visual Studio 2019Garrett D'Amore2021-12-25
* fixes #1550 GCC diagnostic inside functions not supported in older compilersGarrett D'Amore2021-12-25
* Could use GCC atomics for older versions of GCC.Garrett D'Amore2021-12-08
* Fixes compiling on windows 32-bit (#1549)Edward Rudd2021-12-08
* Compilation failure for atomics on legacy platforms (gcc 4.8, centos 7)Garrett D'Amore2021-12-08
* Static condvar initialization.Garrett D'Amore2021-12-05
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* Provide atomic pointer support.Garrett D'Amore2021-12-05
* fixes #1526 NNG_USE_CLOCKID Bug?Garrett D'Amore2021-11-27
* fixes #1346 windows ipc winsec fails frequently in CI/CDGarrett D'Amore2021-11-02
* Remove redundant check.Garrett D'Amore2021-09-06
* fixes #1347 windows IPC accept cancellation not wired upGarrett D'Amore2021-09-06
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* Fix valgrind error epoll_ctl points to uninitialised bytes (#1469)Jesper Wramberg2021-07-21
* fixes #1409 reader/writer lock desiredGarrett D'Amore2021-07-11