aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix
Commit message (Expand)AuthorAge
* posix udp: AF_INET6 fixupGarrett D'Amore2024-12-21
* posix udp: More explicit checks for bogus address familyGarrett D'Amore2024-12-21
* posix udp: stop the PFD explicitly before finalizingGarrett D'Amore2024-12-21
* poll: fix poll based pollerGarrett D'Amore2024-12-21
* epoll: fixes for races and early wakeupsGarrett D'Amore2024-12-21
* posix: fix for IPC and TCP dialingGarrett D'Amore2024-12-21
* posix pollers: inline the pfd and make callbacks constantGarrett D'Amore2024-12-20
* poll: performance improvements, simplificationsGarrett D'Amore2024-12-19
* posix pollers: expose pfd structures (for sizes) and fix poller selectionGarrett D'Amore2024-12-19
* kqueue: eliminate extra locking on each I/OGarrett D'Amore2024-12-18
* POSIX poller: add support for select, and for choosing the pollerGarrett D'Amore2024-12-17
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* ipc: Add NNG_OPT_REMADDR for dialer.Garrett D'Amore2024-11-23
* Use 32-bit port numbers.Garrett D'Amore2024-11-21
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* Cleanup POSIX platform initialization.Garrett D'Amore2024-11-11
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Remove unused sockaddr NULL checkGarrett D'Amore2024-11-06
* remove nni_plat_println - we have nni_plat_printf which is good enoughGarrett D'Amore2024-11-05
* ipc: listener cancellation testGarrett D'Amore2024-11-05
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Include sys/types.h to resolve possible missing typeGarrett D'Amore2024-10-28
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* posix: add getentropy() based RNGGarrett D'Amore2024-10-06
* fixes #1866 clock_gettime is not used on Android, even though availablev1.9.0Garrett D'Amore2024-09-07
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* add header to posix_rand_getrandom.cshikokuchuo2024-04-13
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett 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
* 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
* 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 #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 #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
* 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