aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* syslog: test for existenceGarrett D'Amore2024-12-17
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* remove panic - left over from debugGarrett D'Amore2024-12-15
* tcp transport: use preallocated SP objectsGarrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* transports: all transports implement stop functionsGarrett D'Amore2024-12-11
* endpoints: add transport ep stop functionsGarrett D'Amore2024-12-11
* pipes and endpoints: support for inline allocations of transport dataGarrett D'Amore2024-12-08
* aio: task_abort was a mistakeGarrett D'Amore2024-12-07
* device: fixes for socket holds and leaking aio dataGarrett D'Amore2024-12-07
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* ctx: Simplify handling for closed contexts.Garrett D'Amore2024-12-07
* aio: make sure aio is initialized before certain operationsGarrett D'Amore2024-12-07
* Pipe protocol data is never null.Garrett D'Amore2024-12-07
* reap: thread exits prematurely after reinitializationGarrett D'Amore2024-12-07
* aio: stop has to wait for expirations to finishGarrett D'Amore2024-12-07
* fini: add drain mechanism for aio, reap, and task subsystemsGarrett D'Amore2024-12-07
* aio: separate stop / shutdown from fini (deallocate)Garrett D'Amore2024-12-07
* aio: do not reschedule or start operations when expire queue is exitingGarrett D'Amore2024-12-07
* fixes #1408 Reference count as a first class typeGarrett D'Amore2024-12-07
* url: add nng_url_resolve_portGarrett D'Amore2024-12-06
* sockfd: check the result of nni_aio_scheduleGarrett D'Amore2024-12-03
* tests: void instead of empty parameter listGarrett D'Amore2024-12-01
* tests: convert synch test to NUTS.Garrett D'Amore2024-11-30
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
* Remove all the set_ptr option functions.Garrett D'Amore2024-11-24
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* socket: fds can never be negativeGarrett D'Amore2024-11-23
* tests: add listener and dialer testsGarrett D'Amore2024-11-23
* listener: add listener_create_url and listen_urlGarrett D'Amore2024-11-23
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* Add nni_url_clone_inline.Garrett D'Amore2024-11-23
* url: add huge url testsGarrett D'Amore2024-11-23
* Remove u_rawurl member of URL.Garrett D'Amore2024-11-23
* core: remove NNG_OPT_URL entirelyGarrett D'Amore2024-11-23
* dialer/listener: don't allocate before we have a transportGarrett D'Amore2024-11-23
* test: sock_test should not use NNG_OPT_URLGarrett D'Amore2024-11-23
* Fix socket:// hostname should be null, and add test caseGarrett D'Amore2024-11-22
* Select transport using raw URL string.Garrett D'Amore2024-11-22
* Fix leak on bad URLGarrett D'Amore2024-11-22
* Introduce nng_listener_get_url and nng_dialer_get_url.Garrett D'Amore2024-11-21
* Inline dialer URL.Garrett D'Amore2024-11-21
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* Use 32-bit port numbers.Garrett D'Amore2024-11-21
* Avoid extra allocs for listener url.Garrett D'Amore2024-11-21
* Add new nni_url_parse_inline, and add more test cases for coverage.Garrett D'Amore2024-11-18
* url: Use NNG_EINVAL for parse failuresGarrett D'Amore2024-11-18
* Introduce accessors for nng_url struct and make it opaque.Garrett D'Amore2024-11-18
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18