summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...stbuehler2015-09-261-2/+0
* escape all strings for logging (fixes #2646 log file injection, reported by J...stbuehler2015-05-281-1/+4
* [buffer] constify some parametersstbuehler2015-02-081-6/+6
* rename buffer_append_long_hex to buffer_append_uint_hexstbuehler2015-02-081-1/+1
* Use buffer API to read and modify "used" memberstbuehler2015-02-081-0/+13
* Remove buffer_prepare_copy() and buffer_prepare_append()stbuehler2015-02-081-12/+12
* Remove chunkqueue_get_{append,prepend}* APIstbuehler2015-02-081-0/+12
* fix buffer, chunk and http_chunk APIstbuehler2015-02-081-69/+101
* print backtrace in assert logging with libunwindstbuehler2015-02-071-0/+2
* add force_assert() to enforce assertions as simple assert()s are disabled by ...stbuehler2014-02-161-2/+4
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...stbuehler2013-07-311-0/+1
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)stbuehler2010-08-221-0/+1
* Fix header inclusion order, always include "config.h" before any system headerstbuehler2009-10-111-3/+3
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)jan2007-08-181-1/+1
* encode newlines in HTTP headers (fixes #1106)jan2007-04-091-3/+4
* - white space cleanup part 2 this time 1.4 ;)darix2006-10-041-5/+5
* ENCODING_MINIMAL_XML was missing in last commitjan2006-01-141-0/+1
* in case the length is 0 don't decrement the lenghtjan2005-11-231-2/+2
* simplified buffer-encoding functions into one functionjan2005-11-071-4/+10
* on SEGFAULT tell were we wherejan2005-08-211-1/+1
* added functions for upper/lowercase a buffer and added 'len' the html-encodingjan2005-08-151-2/+5
* user defined variable, compute on parsing: string+string, int+int, array+arra...jan2005-08-081-0/+1
* added a reset function to buffer_arrayjan2005-07-071-0/+1
* Looks like the '+' -> ' ' transformation is only applied in the ?query part a...jan2005-06-041-1/+2
* * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()jan2005-02-281-17/+12
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+122