summaryrefslogtreecommitdiff
path: root/http_send.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Move user_list.[ch] into server.[ch].Andre Noll2026-03-01
* http_send.c: Simplify format_url().Andre Noll2026-01-26
* Move format_url() from net.c to http_send.c.Andre Noll2026-01-26
* Merge acl.c into http_send.c.Andre Noll2026-01-26
* Merge chunk_queue.c into http_send.c.Andre Noll2026-01-26
* 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
* http_send.c: Kill http_send_ok_msg() and http_send_err_msg().Andre Noll2026-01-26
* http_send.c: Remove trivial shutdown wrapper.Andre Noll2026-01-26
* http_send.c: Merge free_sender_status() into http_shutdown().Andre Noll2026-01-26
* http_send.c: Merge init_sender_status() into http_send_init().Andre Noll2026-01-26
* http_send.c: Rename or remove generic_foo().Andre Noll2026-01-26
* http_send.c: Remove sender_status pointer arguments.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
* Move close_on_fork.c into server.c.Andre Noll2025-12-09
* Improve sender documentation.Andre Noll2025-10-08
* http sender: Kill pointless macro.Andre Noll2025-05-26
* Include regex.h from para.h.Andre Noll2025-05-19
* fd: Improve read_pattern(), rename it to read_and_compare().Andre Noll2023-05-07
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Hide implementation of para_fd_set().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
* | fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
|/
* vss: Fix harmless memory leaks at exit.Andre Noll2019-12-08
* 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
| * Remove some unused includes from {dccp,http}_send.c.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
* | Move MAX_HOSTLEN from server.h to net.h.Andre Noll2018-04-17
* | send_common: Improve error diagnostics of generic_com_on().Andre Noll2018-04-17
|/
* Shorten copyright notice.Andre Noll2017-09-22
* 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
* | 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
|\