summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_gnutls] GnuTLS option for TLS (fixes #109)Glenn Strauss2020-07-081-1/+12
* [mod_mbedtls] mbedTLS option for TLSGlenn Strauss2020-07-081-5/+10
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-1/+2
* [core] restart dead piped loggers every 64 secGlenn Strauss2020-07-081-2/+7
* [core] isolate stat_cache subsystemGlenn Strauss2020-07-081-1/+1
* [core] isolate fdevent subsystemGlenn Strauss2020-07-081-20/+23
* [core] slightly simpify server_(over)load_check()Glenn Strauss2020-07-081-5/+2
* [core] remove unused arg to fdevent_fcntl_set_nb*Glenn Strauss2020-07-081-2/+2
* [core] support multiple error logsGlenn Strauss2020-07-081-220/+4
* [core] static buffers for mtime_cacheGlenn Strauss2020-07-081-11/+5
* [core] separate log_error_open* funcsGlenn Strauss2020-07-081-30/+41
* [core] store log filename in (log_error_st *)Glenn Strauss2020-07-081-25/+17
* [multiple] store srv->tmp_buf in tb varGlenn Strauss2020-07-081-3/+4
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-5/+3
* [multiple] reduce direct use of srv->errhGlenn Strauss2020-07-081-3/+3
* [multiple] extern log_epoch_secsGlenn Strauss2020-07-081-10/+9
* [multiple] reduce direct use of srv->cur_tsGlenn Strauss2020-07-081-3/+1
* [multiple] plugin_stats arrayGlenn Strauss2020-07-081-2/+0
* [core] create http chunk header on the stackGlenn Strauss2020-07-081-2/+0
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-131/+116
* [core] array_init() arg for initial sizeGlenn Strauss2020-07-081-11/+1
* [core] isolate use of data_config, configfile.hGlenn Strauss2020-07-081-1/+0
* [core] run all trigger and sighup handlersGlenn Strauss2020-07-081-19/+2
* [core] collect more config logic into configfile.cGlenn Strauss2020-07-081-79/+6
* [core] use config_plugin_values_init()Glenn Strauss2020-07-081-71/+30
* [core] (const buffer *) from strftime_cache_get()Glenn Strauss2020-05-231-2/+1
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-6/+4
* [core] streamline config_check_cond()Glenn Strauss2020-02-241-4/+0
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-3/+3
* [core] remove unused members of struct serverGlenn Strauss2020-02-241-6/+0
* [core] prefer uint32_t to size_t in base.hGlenn Strauss2020-02-241-48/+33
* [core] remove srv->split_valsGlenn Strauss2020-02-241-2/+0
* [core] Solaris has getloadavg in sys/loadavg.hNiclas Rosenvik2020-01-301-0/+4
* [core] move con state handling to connections*.cGlenn Strauss2019-09-071-131/+3
* [core] fdevent_poll() is effective periodic timerGlenn Strauss2019-09-071-3/+6
* [core] behavior change: stricter URL normalizationGlenn Strauss2019-05-041-4/+0
* [core] new worker_init hook to follow parent forkGlenn Strauss2019-04-201-0/+4
* [core] struct log_error_st for error loggingGlenn Strauss2019-04-201-26/+24
* [core] pass conf.follow_symlink in more placesGlenn Strauss2019-03-101-2/+2
* [core] pass (fdnode *) for registered fdevent fdGlenn Strauss2019-03-071-5/+2
* [core] isolate fdevent processingGlenn Strauss2019-03-071-8/+2
* [core] pull server load checks out of main loopGlenn Strauss2019-03-071-32/+48
* [core] remove fde_ndx member outside fdeventsGlenn Strauss2019-03-071-7/+8
* [core] dispatch events from within event frameworkGlenn Strauss2019-02-131-6/+4
* [core] store joblist pointer on stackGlenn Strauss2019-02-041-4/+4
* [core] remove server.hGlenn Strauss2019-02-041-1/+1
* [core] srv->max_fds_lowat and srv->max_fds_hiwatGlenn Strauss2019-02-041-2/+5
* [core] fdevent_process()Glenn Strauss2019-02-041-20/+1
* [core] some server_main_loop() cleanupGlenn Strauss2019-02-041-28/+27