summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
...
* [core] inline some buffer.[ch] routinesGlenn Strauss2018-08-121-4/+21
* [core] check for continuation in server.tagGlenn Strauss2018-08-051-2/+1
* [core] buffer_append_uint_hex_lc() uses lc hexGlenn Strauss2018-08-051-1/+2
* [core] li_tohex_lc() explicitly uses lc hex charsGlenn Strauss2018-08-051-3/+3
* [core] buffer_append_string_encoded_hex_lc()Glenn Strauss2018-08-051-1/+3
* [core] some header cleanupGlenn Strauss2018-04-081-10/+7
* [core] buffer_substr_replace()Glenn Strauss2017-04-241-0/+2
* [core] inline simple buffer is empty checksGlenn Strauss2017-04-241-2/+9
* [core] remove some unused header includesGlenn Strauss2017-03-281-3/+0
* [core] remove now-unused buffer_search_string_lenGlenn Strauss2017-03-191-2/+0
* use li_[iu]tostrn() instead of li_[iu]tostr()Glenn Strauss2016-04-011-2/+0
* pass buf size to li_tohex()Glenn Strauss2016-04-011-1/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-4/+1
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...Loganaden Velvindron2015-09-261-2/+0
* escape all strings for logging (fixes #2646 log file injection, reported by J...Stefan Bühler2015-05-281-1/+4
* [buffer] constify some parametersStefan Bühler2015-02-081-6/+6
* rename buffer_append_long_hex to buffer_append_uint_hexStefan Bühler2015-02-081-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-0/+13
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-12/+12
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-0/+12
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-69/+101
* print backtrace in assert logging with libunwindStefan Bühler2015-02-071-0/+2
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-2/+4
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-0/+1
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)Stefan Bühler2010-08-221-0/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-3/+3
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)Jan Kneschke2007-08-181-1/+1
* encode newlines in HTTP headers (fixes #1106)Jan Kneschke2007-04-091-3/+4
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-5/+5
* ENCODING_MINIMAL_XML was missing in last commitJan Kneschke2006-01-141-0/+1
* in case the length is 0 don't decrement the lenghtJan Kneschke2005-11-231-2/+2
* simplified buffer-encoding functions into one functionJan Kneschke2005-11-071-4/+10
* on SEGFAULT tell were we whereJan Kneschke2005-08-211-1/+1
* added functions for upper/lowercase a buffer and added 'len' the html-encodingJan Kneschke2005-08-151-2/+5
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-081-0/+1
* added a reset function to buffer_arrayJan Kneschke2005-07-071-0/+1
* Looks like the '+' -> ' ' transformation is only applied in the ?query part a...Jan Kneschke2005-06-041-1/+2
* * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()Jan Kneschke2005-02-281-17/+12
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+122