summaryrefslogtreecommitdiff
path: root/src/sock_addr.c
Commit message (Expand)AuthorAgeFilesLines
* [core] check getaddrinfo EAI_ADDRFAMILY w/ glibcGlenn Strauss2023-05-141-1/+1
* [core] _WIN32 protect code w/ HAVE_IPV6Glenn Strauss2023-05-031-0/+6
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-4/+4
* [core] sock_addr_set_port()Glenn Strauss2021-09-081-0/+20
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-3/+3
* [core] sock_addr_from_buffer_hints_numeric unusedGlenn Strauss2021-08-271-0/+2
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-2/+1
* [core] prefer IPv6+IPv4 func vs IPv4-specific funcGlenn Strauss2020-12-231-5/+29
* [multiple] replace fall through comment with attrGlenn Strauss2020-12-161-1/+1
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [core] C99 restrict on some base funcsGlenn Strauss2020-07-081-10/+11
* [core] remove include base.h where unusedGlenn Strauss2020-07-081-1/+0
* [multiple] rename r to rc rv rd wr to be differentGlenn Strauss2020-07-081-10/+10
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-52/+47
* [core] avoid freeaddrinfo() on NULL ptr (fixes #2984)Glenn Strauss2020-01-261-1/+2
* [core] allocate unix socket paths with SUN_LEN()+1 (fixes #2962)Glenn Strauss2019-06-251-3/+2
* [core] quiet coverity false positiveGlenn Strauss2018-09-251-0/+3
* [core] quiet coverity false positiveGlenn Strauss2017-11-031-0/+1
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-0/+685