Gráfico de commits

  • 84ccd87b31 [mod_magnet] use config_plugin_values_init() gstrauss 2019-10-26 02:00:09 -04:00
  • 476fd9569c [mod_flv_streaming] use config_plugin_values_init() gstrauss 2019-10-26 01:32:25 -04:00
  • 32c42074ec [mod_expire] use config_plugin_values_init() gstrauss 2019-10-26 01:22:13 -04:00
  • 362ccedc41 [mod_indexfile] use config_plugin_values_init() gstrauss 2019-10-25 23:49:39 -04:00
  • d5782eba65 [mod_alias] use config_plugin_values_init() gstrauss 2019-10-25 23:26:54 -04:00
  • 3fabcc3653 [mod_setenv] use config_plugin_values_init() gstrauss 2019-10-25 03:36:52 -04:00
  • a377b159ec [mod_skeleton] use config_plugin_values_init() gstrauss 2019-10-24 02:10:24 -04:00
  • 49140fe308 [mod_staticfile] use config_plugin_values_init() gstrauss 2019-10-24 01:48:54 -04:00
  • 4b9ee09857 [core] use (const char *) in config file parsing gstrauss 2019-10-23 23:12:42 -04:00
  • 20450fd652 [core] mv config_setup_connection to connections.c gstrauss 2019-10-23 20:47:18 -04:00
  • d7a6a7a263 [core] (const buffer *) from strftime_cache_get() gstrauss 2019-10-23 19:44:08 -04:00
  • 784a4355d4 [mod_access] use config_plugin_values_init() gstrauss 2019-10-22 21:23:14 -04:00
  • b87e8783c4 [core] config_plugin_values_init() new interface gstrauss 2019-10-22 21:16:03 -04:00
  • aba290e0bd [core] improve condition caching perf gstrauss 2019-10-21 22:53:57 -04:00
  • b2b41e36e3 [core] struct plugin_data_base gstrauss 2019-10-21 22:49:59 -04:00
  • be04c1239f [core] macros CONST_LEN_STR and CONST_STR_LEN gstrauss 2019-10-20 18:57:18 -04:00
  • e06ac39c81 [core] rearrange server_config, server members gstrauss 2019-10-19 19:01:37 -04:00
  • c022269547 [core] srv->plugin_slots as compact list gstrauss 2019-10-19 02:21:46 -04:00
  • e2de4e581e [core] const char *name in struct plugin gstrauss 2019-10-19 00:30:54 -04:00
  • 2c43ae73dd [mod_redirect,mod_rewrite] store context_ndx gstrauss 2019-10-17 01:54:27 -04:00
  • 36f64b26a1 [core] simpler config_check_cond() gstrauss 2019-10-17 01:27:52 -04:00
  • b6e0880ae6 [mod_accesslog] avoid alloc for parsing cookie val gstrauss 2019-10-17 00:01:32 -04:00
  • feb21b3da2 [core] inline header and env arrays into con gstrauss 2019-10-15 23:50:31 -04:00
  • e3dc34d142 [core] array a->sorted[] as ptrs rather than pos gstrauss 2019-10-15 22:45:30 -04:00
  • a762402da5 [core] keep a->data[] sorted (REVERT) gstrauss 2019-10-14 01:44:06 -04:00
  • 78cf61b152 [core] streamline config_check_cond() gstrauss 2019-10-13 22:47:47 -04:00
  • 5aadcba456 [core] buffer string in data_config gstrauss 2019-10-13 20:14:09 -04:00
  • a51278030e [core] const char *op in data_config gstrauss 2019-10-13 17:06:45 -04:00
  • c2238256e2 [core] inline array as part of data_array value gstrauss 2019-10-13 17:06:05 -04:00
  • 6eb34ef5ab [core] add const to callers of http_header_*_get() gstrauss 2019-10-13 13:57:25 -04:00
  • 601c572c39 [core] inline buffer as part of data_string value gstrauss 2019-10-13 04:59:57 -04:00
  • b7942c58cc [core] (data_unset *) from array_get_element_klen gstrauss 2019-10-13 13:37:40 -04:00
  • 47a758f959 [core] inline buffer key for *_patch_connection() gstrauss 2019-10-13 03:40:03 -04:00
  • ad9b7e009b [core] inline buffer as part of DATA_UNSET key gstrauss 2019-10-13 03:37:59 -04:00
  • cff64cf170 [core] http_header_hkey_get() over const array gstrauss 2019-10-11 01:31:19 -04:00
  • a7a721ab43 [core] treat con->conditional_is_valid as bitfield gstrauss 2019-10-11 00:48:53 -04:00
  • 0c64096555 [core] isolate data_config.c, vector.c gstrauss 2019-10-10 23:52:07 -04:00
  • e01f995ce3 [core] run config_setup_connection() fewer times gstrauss 2019-10-10 03:34:46 -04:00
  • 78a6440492 [core] perf: initialize con->conf using memcpy() gstrauss 2019-10-10 03:01:43 -04:00
  • 0ce30f8c22 [core] (const buffer *) for con->server_name gstrauss 2019-10-10 02:28:04 -04:00
  • 5d13b40824 [core] (const buffer *) in (struct burl_parts_t) gstrauss 2019-10-10 02:26:05 -04:00
  • 83535bbef3 [core] differentiate array_get_* for ro and rw gstrauss 2019-10-09 23:24:25 -04:00
  • 5c0c4936b4 [core] __attribute_returns_nonnull__ gstrauss 2019-10-08 23:31:34 -04:00
  • c9f1b612f1 [core] keep a->data[] sorted; remove a->sorted[] gstrauss 2019-10-06 17:57:11 -04:00
  • 61785d868f [core] array keys are non-empty in key-value list gstrauss 2019-10-06 16:05:00 -04:00
  • db5ff222e4 [core] short-circuit path to clear request.headers gstrauss 2019-10-06 15:55:53 -04:00
  • 5d9bfc9a76 [core] remove unused members of struct server gstrauss 2019-10-04 03:08:57 -04:00
  • 10d71279ae [core] uint32_t for struct buffer sizes gstrauss 2019-10-04 03:08:17 -04:00
  • 62e97967ca [core] prefer uint32_t to size_t in base.h gstrauss 2019-10-04 02:10:02 -04:00
  • ddb78f75ee [core] remove unused array_reset() gstrauss 2019-10-03 08:25:51 -04:00
  • 785037dded [core] http_header.c internal inline funcs gstrauss 2019-10-02 02:51:38 -04:00
  • 70b5d729ae [core] mark some data_* funcs cold gstrauss 2019-10-02 02:16:08 -04:00
  • b2991c686d [core] perf: array.c performance enhancements gstrauss 2019-10-02 01:54:15 -04:00
  • 2fd0faf1bf [mod_extforward] simplify code: use light_isxdigit gstrauss 2019-09-29 03:38:43 -04:00
  • d58787189a [core] handle common case of alnum or - field-name gstrauss 2019-09-28 18:59:48 -04:00
  • 71a7b54947 [core] more 'const' in request.c prototypes gstrauss 2019-09-28 18:58:33 -04:00
  • 36f3206a4c [core] pass ptr to http_request_parse() gstrauss 2019-09-28 18:57:18 -04:00
  • 8223903e50 [core] inline connection_read_header() gstrauss 2019-09-23 01:32:34 -04:00
  • 11f3dd896b [core] perf: connection_read_header_hoff() hot gstrauss 2019-09-22 09:21:43 -04:00
  • ec2ff2c6ae [core] perf: connection_read_header_more() gstrauss 2019-09-22 06:03:33 -04:00
  • 46d7e9c2ed [core] no need to pass srv to connection_set_state gstrauss 2019-09-22 00:55:13 -04:00
  • 63e32e8100 [core] perf: HTTP header parsing using \n offsets gstrauss 2019-07-14 11:30:09 -04:00
  • fa4ab19275 [core] reduce use of struct parse_header_state gstrauss 2019-08-21 00:22:38 -04:00
  • cdf653f8ce [core] pass con around request, not srv and con gstrauss 2019-08-20 23:48:09 -04:00
  • fcd1f57511 [core] connection_chunkqueue_compact() gstrauss 2019-07-14 08:04:15 -04:00
  • 2ad92d17a1 [core] chunkqueue_compact_mem() gstrauss 2019-07-14 03:37:06 -04:00
  • d22e7a769d [core] cold buffer_string_prepare_append_resize() gstrauss 2019-07-14 03:36:22 -04:00
  • c22ec74770 [core] do not pass srv to http header parsing func gstrauss 2019-06-21 07:48:34 -04:00
  • 80d12919d1 [core] replace connection_set_state w/ assignment gstrauss 2019-06-21 07:02:45 -04:00
  • be6964f415 [core] use func rc to indicate done reading header gstrauss 2019-06-21 05:02:50 -04:00
  • 1334436394 [core] store struct server * in struct connection gstrauss 2019-06-21 01:47:56 -04:00
  • 41944e3be8 [core] add User-Agent to http_header_e enum gstrauss 2019-06-21 01:00:23 -04:00
  • 9858051d03 [core] remove srv->split_vals gstrauss 2019-06-15 01:21:32 -04:00
  • bcd5288557 [mod_evhost] use local array to split values gstrauss 2019-06-15 01:20:02 -04:00
  • 1b08c736ba [mod_flv_streaming] parse query string w/o copying gstrauss 2019-06-15 01:16:22 -04:00
  • e2b4c309f6 [core] http_header_str_contains_token() gstrauss 2019-06-14 23:06:02 -04:00
  • 6f803af03c [core] perf: request processing gstrauss 2019-06-09 23:55:39 -04:00
  • 2230b08ef4 - next is 1.4.56 gstrauss 2020-01-31 22:27:44 -05:00
  • b1048b2349 [doc] NEWS lighttpd-1.4.55 gstrauss 2020-01-31 21:46:34 -05:00
  • f37c16aadd [core] fix one-byte OOB read (underflow) gstrauss 2020-01-31 16:47:39 -05:00
  • 2c409321df [build] Fix build when using nested CMake raw 2020-01-30 23:09:00 +01:00
  • 8c9b5480f3 [core] Solaris has getloadavg in sys/loadavg.h Niclas Rosenvik 2019-11-13 20:20:10 +00:00
  • 15cdc313b5 [config] update /var/run -> /run for systemd Elan Ruusamäe 2019-10-10 22:26:44 +03:00
  • 12aa0f4c91 [core] save errno before logging if execve() fails gstrauss 2020-01-23 19:24:51 -05:00
  • fb74bb7514 [core] do not accept() > server.max-connections gstrauss 2020-01-19 00:02:22 -05:00
  • 8bddac9263 [mod_auth] close connection after bad password gstrauss 2020-01-07 01:14:12 -05:00
  • fce489b806 [core] fall back to accept() if accept4() EPERM (fixes #2998) gstrauss 2020-01-01 15:39:32 -05:00
  • 9cdfb48466 [core] preserve %2b and %2B in query string (fixes #2999) gstrauss 2020-01-01 15:28:43 -05:00
  • aaccb1bc5e [multiple] address coverity warnings gstrauss 2019-11-23 12:19:15 -05:00
  • f4a5a09d96 [core] Oracle Solaris does not have POLLRDHUP gstrauss 2019-10-23 21:26:35 -04:00
  • 330c39c694 [mod_accesslog] parse multiple cookies (fixes #2986) gstrauss 2019-10-16 23:59:54 -04:00
  • fa8856757c [mod_openssl] reject invalid ALPN gstrauss 2019-10-16 23:54:46 -04:00
  • 66624b375b [core] reject Transfer-Encoding + Content-Length (#2985) gstrauss 2019-10-06 15:14:05 -04:00
  • 61f85d14ee [core] reject WS following header field-name (fixes #2985) gstrauss 2019-09-28 19:21:56 -04:00
  • 851728c6a1 [core] avoid freeaddrinfo() on NULL ptr (fixes #2984) gstrauss 2019-09-28 19:16:18 -04:00
  • 5c3f439bcf [build] PGSQL_CFLAGS with pkg-config for postgres (#2965) gstrauss 2019-09-11 02:13:08 -04:00
  • e790203a75 [build] PGSQL_CFLAGS with pkg-config for postgres (#2965) gstrauss 2019-09-11 02:04:44 -04:00
  • 0e749c1c84 [mod_auth] http_auth_const_time_memeq() (#2975, #2976) gstrauss 2019-09-08 18:26:58 -04:00
  • 89dfbf14a5 [mod_auth] http_auth_const_time_memeq_pad() gstrauss 2019-09-08 18:25:39 -04:00
  • 6ad325c659 [mod_auth] Authentication-Info: nextnonce=... gstrauss 2019-09-08 18:22:10 -04:00