2
0
Fork 0
lighttpd2/src/main
Stefan Bühler 4a4fd8fd11 [core] include and use hedley (v15) header
hedley is a single header to handle compiler-specific features:
https://nemequ.github.io/hedley/

Prefer headly macros over glib for now.

Change-Id: I3c67ebee0d43e27fde6402d47788e1045144e864
2021-08-05 12:29:46 +02:00
..
Makefile.am [autotools] remove generated ragel parsers from dist 2014-02-04 13:22:01 +01:00
actions.c handle ENAMETOOLONG in various places 2017-05-20 15:48:36 +02:00
actions_lua.c [core] handle differences between options/actions/setups in plugin.c 2013-08-22 18:02:50 +02:00
angel.c disable some debug messages 2013-05-26 18:59:44 +02:00
angel_fake.c [angel_fake] use li_sockaddr_from_string in li_angel_fake_listen 2014-04-15 13:05:52 +02:00
backends.c [debug] provide more unique event names for waitqueues 2015-08-09 10:12:21 +02:00
base_lua.c fix bugs found with clang-3.3 -fsanitize=address,undefined 2013-05-17 12:35:25 +02:00
chunk.c assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork 2014-04-15 11:11:51 +02:00
chunk_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
chunk_parser.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
collect.c [common] implement libev wrapper 2013-05-23 17:56:23 +02:00
condition.c [core] expose request.raw_path as condition variable 2014-06-06 11:16:22 +02:00
condition_lua.c [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind 2014-04-11 11:40:24 +02:00
config_lua.c [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind 2014-04-11 11:40:24 +02:00
config_parser.rl [core] include and use hedley (v15) header 2021-08-05 12:29:46 +02:00
connection.c [core] Reset con->out (response body) queue counters (used by mod_accesslog) for keep-alive 2021-02-28 12:38:33 +00:00
core_lua.c [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind 2014-04-11 11:40:24 +02:00
environment.c [core] move CGI environment creation to core 2019-08-31 13:48:17 +02:00
environment_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
etag.c Add some missing LI_/li prefixes for types and enum values 2010-08-19 17:24:07 +02:00
filter.c [lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile 2015-06-13 22:57:54 +02:00
filter_buffer_on_disk.c [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind 2014-04-11 11:40:24 +02:00
filter_chunked.c [core] fix chunk decoding bug: reused stale context after forwarding chunk data 2019-08-26 00:36:59 +02:00
filters_lua.c [lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile 2015-06-13 22:57:54 +02:00
http_headers.c [core] include and use hedley (v15) header 2021-08-05 12:29:46 +02:00
http_headers_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
http_range_parser.rl [parsers] fix unused variable warnings 2016-08-27 11:32:23 +02:00
http_request_parser.rl [parsers] fix unused variable warnings 2016-08-27 11:32:23 +02:00
http_response_parser.rl [core/mod_proxy] support http backends trying to run keep-alive 2019-08-25 11:45:18 +02:00
lighttpd_glue.c [core] remove lighttpd-glue.h from base.h 2010-09-23 18:35:57 +02:00
lighttpd_worker.c fix missing li prefixes 2013-05-23 17:56:24 +02:00
log.c [core] include and use hedley (v15) header 2021-08-05 12:29:46 +02:00
mimetype.c [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind 2014-04-11 11:40:24 +02:00
network.c [core] include and use hedley (v15) header 2021-08-05 12:29:46 +02:00
network_sendfile.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
network_write.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
network_writev.c fix bugs and warnings reported by clang 2013-06-08 20:11:23 +02:00
options.c Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
pattern.c [core] include and use hedley (v15) header 2021-08-05 12:29:46 +02:00
physical_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
plugin.c [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind 2014-04-11 11:40:24 +02:00
plugin_core.c [core] add strict.post_content_length option 2018-09-08 23:12:22 +02:00
request.c [core] add strict.post_content_length option 2018-09-08 23:12:22 +02:00
request_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
response.c [core] handle Connection: Upgrade 2013-05-31 20:28:53 +02:00
response_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
server.c track event "names" for debugging 2015-01-17 15:16:29 +01:00
stat_cache.c [core] use readdir instead of readdir_r 2017-07-29 15:25:55 +02:00
stat_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
stream.c fix refcount issue: don't drop rc in li_iostream_reset 2021-05-03 23:24:48 +02:00
stream_http_response.c [mod_proxy] fall back to waiting for connection close if no message length indicator is found in HTTP/1.1 response 2021-07-18 12:08:52 +02:00
stream_simple_socket.c fix refcount issue: don't drop rc in li_iostream_reset 2021-05-03 23:24:48 +02:00
subrequest_lua.c [core] handle Connection: Upgrade 2013-05-31 20:28:53 +02:00
throttle.c [core] include and use hedley (v15) header 2021-08-05 12:29:46 +02:00
url_parser.rl [parsers] fix unused variable warnings 2016-08-27 11:32:23 +02:00
value.c [value] move value functions that depend on angel / main implementations into separate file, included in the other implementations 2014-05-22 14:58:26 +02:00
value_lua.c [common] remove hash value type (use key/value lists instead) 2014-04-10 12:40:08 +02:00
virtualrequest.c [core] encode path in li_vrequest_redirect_directory 2020-06-22 20:36:58 +02:00
virtualrequest_lua.c [lua] check values for NULL before pushing to stack 2013-05-24 11:21:13 +02:00
worker.c [debug] provide more unique event names for waitqueues 2015-08-09 10:12:21 +02:00