summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-166/+0
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-0/+1
* fixed several crashes in log-request-handling with %s being NULL onjan2007-10-271-0/+4
* renamed ltostr() to LI_ltostr() (merged [1951] from 1.4.x, fixes #465)jan2007-08-181-1/+1
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-58/+53
* added a huge win32 patch by jtiaijan2007-02-171-52/+55
* - cleanup trailing whitespacesdarix2006-12-291-2/+2
* moved buffer_pool() functions to buffer.hjan2006-11-151-0/+14
* introduce BUF_STR() to access the NUL-terminated string-part of the bufferjan2006-07-181-3/+3
* r622@D2XNG01J: Jan | 2006-06-26 03:33:35 +0200Jan2006-07-021-4/+0
* fix #608. configs_stack must be stack, not unique key arraymoo2006-04-171-0/+17
* fixed comments (wording, typos) by Ryan Schmidt <lighty-2006Q1@ryandesign.com>jan2006-04-031-5/+5
* add buffer_is*type() to check the whole buffer for a ctypemoo2006-04-021-0/+6
* - remove all trailing whitespaces in the c filesdarix2006-03-311-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