aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* posix tcp: use common refcnt implementationGarrett D'Amore2024-12-22
* port events poller (illumos/Solaris): use atomic events maskGarrett D'Amore2024-12-22
* epoll: use atomic event maskGarrett D'Amore2024-12-22
* pollers: use atomic bit masking operations to eliminate lockssGarrett D'Amore2024-12-22
* ipc dialer: use common refcnt logicGarrett D'Amore2024-12-22
* test: fix valgrind complaint about unitialized test data in ipc testGarrett D'Amore2024-12-22
* dialer: configure default redial cool-down times (fixes #1964)Garrett D'Amore2024-12-22
* poll: sign extension bug + incorrect use leads to tiny max files on macOSGarrett D'Amore2024-12-22
* http: limit handler uri to 1KGarrett D'Amore2024-12-22
* http server test: fix leak in testGarrett D'Amore2024-12-22
* http: nng_http_handler_set_data is now void return (API break)Garrett D'Amore2024-12-22
* nng_http_server_collect_body now void return (API break)Garrett D'Amore2024-12-22
* http: handler set tree no longer returns a value (API break)Garrett D'Amore2024-12-22
* HTTP: nng_http_handler_set_method no longer failsGarrett D'Amore2024-12-22
* HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)Garrett D'Amore2024-12-22
* http: setting response status never fails (breaking API change)Garrett D'Amore2024-12-22
* http: method on request structure is now staticGarrett D'Amore2024-12-22
* http handler: avoid method allocationGarrett D'Amore2024-12-22
* HTTP: intern the version and avoid allocationv2.0.0-alpha.1Garrett D'Amore2024-12-22
* posix IPv6: BSD platforms us netinet6/in6.hGarrett D'Amore2024-12-21
* posix udp: AF_INET6 fixupGarrett D'Amore2024-12-21
* posix udp: More explicit checks for bogus address familyGarrett D'Amore2024-12-21
* files test: check to skip permissions before testingGarrett D'Amore2024-12-21
* posix udp: stop the PFD explicitly before finalizingGarrett D'Amore2024-12-21
* nuts: add 20 millisecond delay before nng_finiGarrett 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
* http: don't assume 200 status unless we actually exchange dataGarrett 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
* syslog: test for existenceGarrett D'Amore2024-12-17
* websocket: stop trying to accept once we're closedGarrett D'Amore2024-12-16
* tls: fix deadlock in error pathGarrett D'Amore2024-12-16
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* websocket transport: use inline SP objectsGarrett D'Amore2024-12-15
* tls transport: use inline SP structuresGarrett D'Amore2024-12-15
* tls transport: inline aiosGarrett D'Amore2024-12-15
* inproc: use inline data structures for SP blocksGarrett D'Amore2024-12-15
* inproc: use nni_refcntGarrett D'Amore2024-12-15
* remove panic - left over from debugGarrett D'Amore2024-12-15
* test: fix uninitialized complaint from tcp recv max testGarrett D'Amore2024-12-15
* ipc: remove unnecessary check for null msg in finiGarrett D'Amore2024-12-15
* tcp transport: use preallocated SP objectsGarrett D'Amore2024-12-15
* tcp transport: inline aios (eliminate failure paths)Garrett D'Amore2024-12-15
* http server: inline connection aio objectsGarrett D'Amore2024-12-15