summaryrefslogtreecommitdiff
path: root/server.c (follow)
Commit message (Expand)AuthorAge
* server.c: Drop return statement of parse_config_or_die().Andre Noll2026-07-06
* Move xrename() from fd.c to afh.c and make it static.Andre Noll2026-07-04
* server: Don't include config.h twice.Andre Noll2026-07-03
* Merge topic branch t/vss into masterAndre Noll2026-06-15
|\
| * vss: Recompute announce timeval on SIGHUP.Andre Noll2026-05-28
* | Merge topic branch t/socket-cookie into masterAndre Noll2026-05-30
|\ \ | |/ |/|
| * Kill afs socket cookie and afs_client_list.Andre Noll2026-04-29
* | server: Simplify status_refresh() and merge into server_poll().Andre Noll2026-05-08
* | server: Move alarm(2) call into handle_connect() of command.c.Andre Noll2026-05-08
|/
* server: Rename child_fd -> client_fd.Andre Noll2026-04-08
* server: Rename functions to register tasks.Andre Noll2026-04-08
* Kill signal_shutdown().Andre Noll2026-04-06
* Move para_reap_child() into server.c and make it static.Andre Noll2026-04-06
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Move user_list.[ch] into server.[ch].Andre Noll2026-03-01
* Move send_common.c into http_send.c.Andre Noll2026-01-26
* Move close_on_fork.c into server.c.Andre Noll2025-12-09
* Improve server documentation.Andre Noll2025-10-08
* server: Allocate the scheduler structure after calling afs_init().Andre Noll2025-07-13
* server: Kill global variable sched.Andre Noll2025-07-13
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* server: Delay vss shutdown in command handler context.Andre Noll2025-06-13
* server.c: Remove unused server_get_tasks().Andre Noll2025-05-28
* Merge topic branch t/build into masterAndre Noll2025-05-20
|\
| * build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Merge branch 'refs/heads/t/ll'Andre Noll2022-09-18
|\ \
| * | New server command: ll to change the log level at runtime.Andre Noll2022-07-12
| * | server/audiod: Don't parse loglevel argument unnecessarily.Andre Noll2022-07-02
| |/
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | 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
* | sched: Use integer value for select timeout.Andre Noll2022-08-25
|/
* server: Early vss shutdown for command handlers.Andre Noll2022-05-16
* Merge branch 'maint'Andre Noll2022-05-14
|\
| * server: Fix memory leak at exit.Andre Noll2022-03-27
* | web: Remove selected APIs page.Andre Noll2022-02-10
|/
* server: Wait for command handler exit also when afs dies.Andre Noll2021-09-29
* server.c: Fix double "the" in comment.Andre Noll2021-08-30
* afh: Constify definition of audio format handlers.Andre Noll2018-12-21
* Check for abstract sockets only once.Andre Noll2018-08-12
* Merge branch 'refs/heads/t/long-help'Andre Noll2018-06-10
|\
| * lsu: Add helper to merge config file options, convert server.Andre Noll2018-04-22
* | Merge branch 'refs/heads/t/listen-address'Andre Noll2018-05-28
|\ \
| * | server: Implement --listen-address for control service.Andre Noll2018-04-17
| |/