summaryrefslogtreecommitdiff
path: root/send.h (follow)
Commit message (Expand)AuthorAge
* vss: Simplify initialize_fec_client().Andre Noll2026-04-11
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Remove dccp remnants in comments.Andre Noll2026-03-01
* http_send.c: Move header_sent to struct private_http_sender_data.Andre Noll2026-01-26
* http_send.c: Move chunk queue into struct private_http_sender_data.Andre Noll2026-01-26
* struct sender: Remove unused sched pointer argument of ->post_monitor().Andre Noll2026-01-26
* struct sender: Remove unused chunks_sent parameter of ->send().Andre Noll2026-01-26
* Move struct sender_status into http_send.c.Andre Noll2026-01-26
* Move send_common.c into http_send.c.Andre Noll2026-01-26
* Remove dccp.Andre Noll2026-01-26
* acl: Make default_deny a boolean.Andre Noll2025-11-16
* Improve sender documentation.Andre Noll2025-10-08
* Compile with -Wsuggest-attribute=malloc.Andre Noll2023-12-24
* Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* Misc documentation cleanups related to select().Andre Noll2022-08-25
* send: Avoid select-specific arguments in {pre,post}_select().Andre Noll2022-08-25
* net: Drop fd_set parameter from para_accept().Andre Noll2022-08-25
* vss: Fix harmless memory leaks at exit.Andre Noll2019-12-08
* send.h: Document cpp magic.Andre Noll2019-10-12
* Merge branch 'refs/heads/t/listen-address'Andre Noll2018-05-28
|\
| * server: Add --http-listen-address and --dccp-listen-address.Andre Noll2018-04-17
* | Merge branch 'refs/heads/t/clean_server_exit'Andre Noll2018-05-20
|\ \ | |/ |/|
| * sender: Deplete ACLs on exit.Andre Noll2018-03-13
| * server: Cleanly shut down senders on exit.Andre Noll2018-03-13
| * server: Make array of senders constant.Andre Noll2018-03-13
* | send_common: Improve error diagnostics of generic_com_on().Andre Noll2018-04-17
|/
* Shorten copyright notice.Andre Noll2017-09-22
* doxygen: Add \ref to references.Andre Noll2017-06-25
* Convert para_server to lopsub.Andre Noll2017-03-26
* Avoid duplication of sender subcommands.Andre Noll2015-11-13
* Update year in copyright headers.Andre Noll2015-01-12
* Merge branch 'refs/heads/t/server_cmds'Andre Noll2014-10-09
|\
| * Add sender subcommand "status".Andre Noll2014-08-14
| * Doxify the sender_subcommand enum.Andre Noll2014-08-14
* | doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
|/
* Change copyright year to 2014.Andre Noll2014-02-22
* Change copyright year to 2013.Andre Noll2013-03-25
* Change year in copyright message to 2012.Andre Noll2012-01-07
* send: Make ->send_fec() return void.Andre Noll2011-12-18
* Merge branch 't/periodic_header_optional'Andre Noll2011-01-22
|\
| * vss: Let the transport specify whether periodic headers are necessary.Andre Noll2010-11-27
* | Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
|/
* Remove FEC parameter max_slice_bytes.Andre Noll2010-10-31
* sender: add a hook to resolve target namesGerrit Renker2010-06-23
* Move send_chunk() from send_common.c to http_send.c.Andre Noll2010-06-09
* cleanup: remove redundant 'max length' argumentGerrit Renker2010-06-07
* sender: clean up old FEC APIGerrit Renker2010-06-07
* vss: unify calls to the FEC layerGerrit Renker2010-06-07
* Basic infrastructure changes for FEC/DCCP support.Andre Noll2010-06-07
* Rework para_accept().Andre Noll2010-04-25