summaryrefslogtreecommitdiff
path: root/net.c (follow)
Commit message (Expand)AuthorAge
* net.c: Check the return value of socket().Andre Noll2026-06-29
* Move generic_max_transport_msg_size() into udp_send.c.Andre Noll2026-04-11
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Move format_url() from net.c to http_send.c.Andre Noll2026-01-26
* Remove dccp.Andre Noll2026-01-26
* Make send_cred_buffer() and recv_cred_buffer() local.Andre Noll2026-01-04
* Remove E_RECVMSG and E_SENDMSG.Andre Noll2026-01-04
* net.c: Make a local variable non-static.Andre Noll2025-11-10
* net.c: Convert SS_IS_ADDR_V4MAPPED() to lower case.Andre Noll2025-06-02
* Include regex.h from para.h.Andre Noll2025-05-19
* Compile with -Wsuggest-attribute=malloc.Andre Noll2023-12-24
* net: De-doxify static functions.Andre Noll2022-10-03
* net: Refer to correct man page in stringify_port().Andre Noll2022-10-03
* net: Pass true/false instead of 0/1 to makesock().Andre Noll2022-10-03
* net: Demote log level of error message in makesock().Andre Noll2022-10-03
* net: Make is_valid_ipv{4,6}_address() local to net.c.Andre Noll2022-10-03
* net: Make single-use macros local.Andre Noll2022-10-03
* net: Combine documentation of struct flowopts.Andre Noll2022-10-03
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | net: Drop fd_set parameter from para_accept().Andre Noll2022-08-25
|/
* list.h: Convert INIT_LIST_HEAD macro to inline function.Andre Noll2021-08-08
* net.c: Remove compat macros for AI_V4MAPPED et al.Andre Noll2018-09-01
* Check for abstract sockets only once.Andre Noll2018-08-12
* server: Add --http-listen-address and --dccp-listen-address.Andre Noll2018-04-17
* server: Implement --listen-address for control service.Andre Noll2018-04-17
* net: Combine para_listen() and para_listen_simple().Andre Noll2018-04-17
* net: Improve error diagnostics of makesock_addrinfo().Andre Noll2018-04-17
* Shorten copyright notice.Andre Noll2017-09-22
* doxygen: Add \ref to references.Andre Noll2017-06-25
* doxygen: Trivial cleanups.Andre Noll2017-06-25
* net.c: Silence clang warning.Andre Noll2017-06-14
* Merge branch 'maint'Andre Noll2017-04-25
|\
| * net: Always initialize struct sockaddr_storage.Andre Noll2017-04-21
* | Remove compatibility code for abstract unix domain sockets.Andre Noll2017-01-22
|/
* Fix signedness issues in format strings.Andre Noll2016-12-04
* net.c: Fix two trivial whitespace issues.Andre Noll2016-08-26
* Remove explicit uses of _GNU_SOURCE.Andre Noll2016-06-12
* Merge branch 'maint'Andre Noll2016-04-02
|\
| * Avoid member access within misaligned address for ancillary data buffer.Andre Noll2016-03-28
* | Abstract sockets for server and audiod.Andre Noll2015-02-14
* | create_local_socket(): Avoid code duplication.Andre Noll2015-02-14
* | net.c: Combine remote_name() and __get_sock_name().Andre Noll2015-02-14
* | Remove socket address parameter of create_local_socket().Andre Noll2015-02-14
* | Update year in copyright headers.Andre Noll2015-01-12
* | net.c: Remove unused local_name().Andre Noll2015-01-12
* | Assorted typo fixes in comments.Andre Noll2015-01-11
* | net.c: Fix format string in stringify_port().Andre Noll2015-01-11
* | doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* | net.c: Improve documentation of send_cred_buffer() and recv_cred_buffer().Andre Noll2014-07-17