summaryrefslogtreecommitdiff
path: root/server.c (follow)
Commit message (Expand)AuthorAge
...
* | Merge branch 'refs/heads/t/clean_server_exit'Andre Noll2018-05-20
|\ \
| * | server: Free parse result also in afs.Andre Noll2018-03-13
| * | afs: Deplete user list at startup.Andre Noll2018-03-13
| * | server: Deplete user list on exit.Andre Noll2018-03-13
| * | server: Rename functions related to user lists.Andre Noll2018-03-13
| * | server: Deplete close on fork list on exit.Andre Noll2018-03-13
| * | daemon: Introduce log mutex.Andre Noll2018-03-13
| * | server: Exit cleanly on SIGINT/SIGTERM.Andre Noll2018-03-13
| * | server: Cleanly shut down senders on exit.Andre Noll2018-03-13
| * | server: Shutdown the scheduler before handling commands.Andre Noll2018-03-13
| * | server: Define server command task structure in main().Andre Noll2018-03-13
* | | Merge branch 'refs/heads/t/crypt'Andre Noll2018-05-13
|\ \ \ | |_|/ |/| |
| * | crypt: Introduce crypt_shutdown().Andre Noll2018-02-26
| * | crypt: Rename init_random_seed_or_die() -> crypt_init().Andre Noll2018-02-26
| |/
* / Move MAX_HOSTLEN from server.h to net.h.Andre Noll2018-04-17
|/
* server: Close logfile later on SIGHUP.Andre Noll2018-02-11
* server: Simplify afs socket cookie code.Andre Noll2018-02-11
* server: Move afs_pid out of mmd struct.Andre Noll2017-10-02
* server: Don't pass peername to handle_connect().Andre Noll2017-10-02
* Shorten copyright notice.Andre Noll2017-09-22
* server: Fix typo in comment.Andre Noll2017-08-13
* server: Get rid of a dead store.Andre Noll2017-08-12
* Merge branch 'maint'Andre Noll2017-08-11
|\
| * server: Perform hostname lookup in client process.Andre Noll2017-08-08
* | server: Rename init_vss_task() to vss_init().Andre Noll2017-08-08
* | Convert para_server to lopsub.Andre Noll2017-03-26
* | server: Convert com_lsatt() to lopsub.Andre Noll2017-03-26
|/
* Merge branch 'refs/heads/t/simple_error_codes'Andre Noll2016-12-31
|\
| * Simplify the error subsystem, get rid of error2.[ch].Andre Noll2016-12-20
* | Merge branch 'refs/heads/t/format-signedness'Andre Noll2016-12-28
|\ \
| * | Fix signedness issues in format strings.Andre Noll2016-12-04
| |/
* | server: Fix race condition in afs startup.Andre Noll2016-10-04
* | daemon: Fix race condition in daemonize().Andre Noll2016-10-04
|/
* daemon: Make daemon_init_colors_or_die() independent of gengetopt.Andre Noll2016-08-07
* daemon: New option --priority for server and audiod.Andre Noll2015-10-15
* Fix typo in server.c.Andre Noll2015-08-24
* server: Reduce scope of struct server_command.Andre Noll2015-08-12
* daemon: Improve daemon_log_welcome().Andre Noll2015-07-22
* Doxygen: Fix references on main page.Andre Noll2015-03-13
* Improve signal init and shutdown.Andre Noll2015-02-19
* signal: Provide generic signal_pre_select().Andre Noll2015-02-08
* daemon: Introduce daemon_init_colors_or_die().Andre Noll2015-02-08
* Update year in copyright headers.Andre Noll2015-01-12
* server: Add com_tasks().Andre Noll2014-11-23
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Merge branch 't/daemon_cleanups'Andre Noll2014-08-17
|\
| * daemon: Rename public functions.Andre Noll2014-06-19
| * Simplify set_server_start_time().Andre Noll2014-06-19
* | Merge branch 't/sched_improvements'Andre Noll2014-07-23
|\ \ | |/ |/|
| * sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25