| Commit message (Expand) | Author | Age | Files | Lines |
* | [multiple] replace buffer_is_equal_caseless_string | Glenn Strauss | 2021-01-07 | 1 | -3/+1 |
* | [multiple] extend enum http_header_e list | Glenn Strauss | 2020-10-11 | 1 | -4/+4 |
* | [core] separate http_header_e from _htags bitmask | Glenn Strauss | 2020-10-11 | 1 | -4/+4 |
* | [core] tst,set,clr macros for r->{rqst,resp}_htags | Glenn Strauss | 2020-10-11 | 1 | -0/+5 |
* | [core] light_isupper(), light_islower() | Glenn Strauss | 2020-10-11 | 1 | -3/+6 |
* | [core] inline buffer_reset() | Glenn Strauss | 2020-08-10 | 1 | -2/+22 |
* | [core] disperse settings.h to appropriate headers | Glenn Strauss | 2020-08-10 | 1 | -0/+6 |
* | [core] C99 restrict on some base funcs | Glenn Strauss | 2020-07-08 | 1 | -19/+19 |
* | [multiple] split con, request (very large change) | Glenn Strauss | 2020-07-08 | 1 | -1/+0 |
* | [multiple] plugin_stats array | Glenn Strauss | 2020-07-08 | 1 | -2/+2 |
* | [core] macros CONST_LEN_STR and CONST_STR_LEN | Glenn Strauss | 2020-05-23 | 1 | -1/+2 |
* | [core] __attribute_returns_nonnull__ | Glenn Strauss | 2020-02-24 | 1 | -0/+7 |
* | [core] uint32_t for struct buffer sizes | Glenn Strauss | 2020-02-24 | 1 | -8/+8 |
* | [core] mark some more funcs w/ __attribute_pure__ | Glenn Strauss | 2019-06-06 | 1 | -4/+20 |
* | [core] specialized buffer_eq_*() for short strings | Glenn Strauss | 2019-06-06 | 1 | -1/+12 |
* | [core] log_error, log_perror using printf-like fmt | Glenn Strauss | 2019-04-20 | 1 | -0/+2 |
* | [core] buffer_append_path_len() | Glenn Strauss | 2018-11-28 | 1 | -0/+1 |
* | [multiple] validate UTF-8 in url-decoded paths | Glenn Strauss | 2018-11-25 | 1 | -0/+1 |
* | [core] perf: inline buffer_copy_buffer() | Glenn Strauss | 2018-11-25 | 1 | -1/+5 |
* | [core] perf: small improvement buffer_string_space | Glenn Strauss | 2018-11-23 | 1 | -1/+1 |
* | [core] perf: simple, quick buffer_clear() | Glenn Strauss | 2018-11-23 | 1 | -0/+11 |
* | [core] perf: simpler buffer_string_space() (tests) | Glenn Strauss | 2018-11-18 | 1 | -1/+1 |
* | [core] perf: simpler buffer_string_space() (fixed) | Glenn Strauss | 2018-11-18 | 1 | -1/+1 |
* | [core] perf: simpler buffer_string_space() | Glenn Strauss | 2018-11-12 | 1 | -3/+1 |
* | [core] perf: inline buffer_append_string_buffer() | Glenn Strauss | 2018-11-12 | 1 | -1/+5 |
* | [core] log_failed_assert() __attribute__((cold)) | Glenn Strauss | 2018-09-23 | 1 | -5/+2 |
* | [core] inline some buffer.[ch] routines | Glenn Strauss | 2018-08-12 | 1 | -4/+21 |
* | [core] check for continuation in server.tag | Glenn Strauss | 2018-08-05 | 1 | -2/+1 |
* | [core] buffer_append_uint_hex_lc() uses lc hex | Glenn Strauss | 2018-08-05 | 1 | -1/+2 |
* | [core] li_tohex_lc() explicitly uses lc hex chars | Glenn Strauss | 2018-08-05 | 1 | -3/+3 |
* | [core] buffer_append_string_encoded_hex_lc() | Glenn Strauss | 2018-08-05 | 1 | -1/+3 |
* | [core] some header cleanup | Glenn Strauss | 2018-04-08 | 1 | -10/+7 |
* | [core] buffer_substr_replace() | Glenn Strauss | 2017-04-24 | 1 | -0/+2 |
* | [core] inline simple buffer is empty checks | Glenn Strauss | 2017-04-24 | 1 | -2/+9 |
* | [core] remove some unused header includes | Glenn Strauss | 2017-03-28 | 1 | -3/+0 |
* | [core] remove now-unused buffer_search_string_len | Glenn Strauss | 2017-03-19 | 1 | -2/+0 |
* | use li_[iu]tostrn() instead of li_[iu]tostr() | Glenn Strauss | 2016-04-01 | 1 | -2/+0 |
* | pass buf size to li_tohex() | Glenn Strauss | 2016-04-01 | 1 | -1/+1 |
* | consistent inclusion of config.h at top of files (fixes #2073) | Glenn Strauss | 2016-03-19 | 1 | -4/+1 |
* | [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ... | Loganaden Velvindron | 2015-09-26 | 1 | -2/+0 |
* | escape all strings for logging (fixes #2646 log file injection, reported by J... | Stefan Bühler | 2015-05-28 | 1 | -1/+4 |
* | [buffer] constify some parameters | Stefan Bühler | 2015-02-08 | 1 | -6/+6 |
* | rename buffer_append_long_hex to buffer_append_uint_hex | Stefan Bühler | 2015-02-08 | 1 | -1/+1 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -0/+13 |
* | Remove buffer_prepare_copy() and buffer_prepare_append() | Stefan Bühler | 2015-02-08 | 1 | -12/+12 |
* | Remove chunkqueue_get_{append,prepend}* API | Stefan Bühler | 2015-02-08 | 1 | -0/+12 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -69/+101 |
* | print backtrace in assert logging with libunwind | Stefan Bühler | 2015-02-07 | 1 | -0/+2 |
* | add force_assert() to enforce assertions as simple assert()s are disabled by ... | Stefan Bühler | 2014-02-16 | 1 | -2/+4 |
* | [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if... | Stefan Bühler | 2013-07-31 | 1 | -0/+1 |