aboutsummaryrefslogtreecommitdiff
path: root/src/core/url.c
Commit message (Expand)AuthorAge
* fix includes for coreGarrett D'Amore2025-10-11
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* More nng_err -- this time for dialer and listener allocations.Garrett D'Amore2025-04-27
* http: use common canonify at request parse timeGarrett D'Amore2025-01-12
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* url: add nng_url_resolve_portGarrett D'Amore2024-12-06
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* Add nni_url_clone_inline.Garrett D'Amore2024-11-23
* Remove u_rawurl member of URL.Garrett D'Amore2024-11-23
* Fix socket:// hostname should be null, and add test caseGarrett D'Amore2024-11-22
* 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
* 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
* Introduce nni_url_to_address for common URL to sockaddr support.Garrett D'Amore2024-10-05
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* fixes #879 Desire NNG_OPT_TCP_BOUND_PORTGarrett D'Amore2019-02-16
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* nni_url_parse does not handle ipc and inproc David Horsley2018-06-28
* fixes #509 We need "relative" IPC URLsGarrett D'Amore2018-06-08
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* Add, and document, the url->u_requri member.Garrett D'Amore2018-02-02
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #217 URL canonicalization needs workGarrett D'Amore2018-01-21
* fixes #211 Restore handling of '*' in URL logicGarrett D'Amore2018-01-17
* Supply default ports for some well-known schemes.Garrett D'Amore2018-01-16
* url: fix typoLiam Staskawicz2018-01-16
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05