summaryrefslogtreecommitdiff
path: root/udp_send.c (follow)
Commit message (Expand)AuthorAge
* Move fec related defines from para.h to fec.h.Andre Noll2026-07-03
* Move generic_max_transport_msg_size() into udp_send.c.Andre Noll2026-04-11
* udp: Remove some unnecessary #include directives.Andre Noll2026-04-10
* udp: Combine check_socket_state() and udp_send_fec().Andre Noll2026-04-10
* Remove vss_get_fec_eof_packet().Andre Noll2026-04-10
* udp: Initialize targets at compile time.Andre Noll2026-04-10
* udp: Simplify and rename mcast_sender_setup().Andre Noll2026-04-10
* udp: Simplify udp_check_socket_state().Andre Noll2026-04-10
* udp_send: Simplify udp_send_fec().Andre Noll2026-04-10
* udp_send: Merge udp_init_target_list() into udp_send_init().Andre Noll2026-04-10
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Move user_list.[ch] into server.[ch].Andre Noll2026-03-01
* Remove dccp.Andre Noll2026-01-26
* Move close_on_fork.c into server.c.Andre Noll2025-12-09
* Improve sender documentation.Andre Noll2025-10-08
* Include regex.h from para.h.Andre Noll2025-05-19
* net: Rename para_connect_simple() -> para_connect().Andre Noll2022-10-03
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* | send: Avoid select-specific arguments in {pre,post}_select().Andre Noll2022-08-25
|/
* server: Loglevel adjustments for shutdown path.Andre Noll2022-03-12
* Merge branch 'refs/heads/t/list-cleanups'Andre Noll2021-11-15
|\
| * list.h: Convert INIT_LIST_HEAD macro to inline function.Andre Noll2021-08-08
* | upd sender: Don't send FEC EOF from command handler context.Andre Noll2021-09-29
|/
* Merge branch 'refs/heads/t/clean_server_exit'Andre Noll2018-05-20
|\
| * server: Cleanly shut down senders on exit.Andre Noll2018-03-13
| * server: Make array of senders constant.Andre Noll2018-03-13
* | Move MAX_HOSTLEN from server.h to net.h.Andre Noll2018-04-17
|/
* Shorten copyright notice.Andre Noll2017-09-22
* Merge branch 'maint'Andre Noll2017-07-31
|\
| * udp sender: Send EOF package only once.Andre Noll2017-07-29
* | Convert para_server to lopsub.Andre Noll2017-03-26
|/
* udp_send.c: Send EOF packet only once.Andre Noll2016-04-05
* Merge branch 'refs/heads/t/com_sender'Andre Noll2016-03-06
|\
| * Avoid duplication of sender subcommands.Andre Noll2015-11-13
* | udp_send.c: Remove pointless function.Andre Noll2015-12-28
|/
* Update year in copyright headers.Andre Noll2015-01-12
* Remove some duplicate #include statements.Andre Noll2015-01-11
* Assorted typo fixes in comments.Andre Noll2015-01-11
* Merge branch 'refs/heads/t/server_cmds'Andre Noll2014-10-09
|\
| * Add sender subcommand "status".Andre Noll2014-08-14
* | Make senders independent of afs and osl.Andre Noll2014-09-06
* | doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
|/
* Merge branch 't/misc'Andre Noll2014-03-30
|\
| * Change copyright year to 2014.Andre Noll2014-02-22
* | net: Remove networking headers from para.h.Andre Noll2014-01-01
|/
* Fix build on FreeBSDAndre Noll2013-05-17
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* Rename write_nonblock() to xwrite().Andre Noll2012-01-20