aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* More url work. Undocument rawurl, and stop using it stats and logs.Garrett D'Amore2024-11-17
* nni_url_sprintfGarrett D'Amore2024-11-17
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* intern URL schemeGarrett D'Amore2024-11-17
* fix parsing bug in abstract URLsGarrett D'Amore2024-11-17
* remove NNG_OPT_SOCKNAME (and socket names altogether)Garrett D'Amore2024-11-17
* init test coverage improvementsGarrett D'Amore2024-11-11
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Add zero test for errorGarrett D'Amore2024-11-05
* remove nni_plat_println - we have nni_plat_printf which is good enoughGarrett D'Amore2024-11-05
* logging: better debug & test logsGarrett D'Amore2024-11-04
* Socket option handling clean ups for endpoints.Garrett D'Amore2024-11-03
* Remove NNI_TYPE_OPAQUE altogether.Garrett D'Amore2024-11-03
* Remove untyped nng_socket_get and nng_socket_set.Garrett D'Amore2024-11-03
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* Remove untyped stream option functions.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.Garrett D'Amore2024-11-02
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* NNI_GETXX macros are brittle due to casting mistake.Garrett D'Amore2024-11-02
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28