aboutsummaryrefslogtreecommitdiff
path: root/src/core/url.h
Commit message (Expand)AuthorAge
* 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
* Add nni_url_clone_inline.Garrett D'Amore2024-11-23
* Remove u_rawurl member of URL.Garrett D'Amore2024-11-23
* 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
* 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
* More url work. Undocument rawurl, and stop using it stats and logs.Garrett D'Amore2024-11-17
* URL u_port should be a number not a string.Garrett 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
* 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
* 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