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