| Commit message (Expand) | Author | Age | Files | Lines |
* | escape all strings for logging (fixes #2646 log file injection, reported by J... | Stefan Bühler | 2015-05-28 | 1 | -0/+59 |
* | [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 | -2/+2 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -44/+84 |
* | Remove buffer_prepare_copy() and buffer_prepare_append() | Stefan Bühler | 2015-02-08 | 1 | -42/+57 |
* | Remove chunkqueue_get_{append,prepend}* API | Stefan Bühler | 2015-02-08 | 1 | -1/+22 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -461/+291 |
* | print backtrace in assert logging with libunwind | Stefan Bühler | 2015-02-07 | 1 | -0/+71 |
* | add force_assert() to enforce assertions as simple assert()s are disabled by ... | Stefan Bühler | 2014-02-16 | 1 | -8/+15 |
* | [buffer] fix length check in buffer_is_equal_right_len | Stefan Bühler | 2014-02-14 | 1 | -1/+1 |
* | [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if... | Stefan Bühler | 2013-07-31 | 1 | -0/+6 |
* | fix undefined stuff found with clang | Stefan Bühler | 2013-05-15 | 1 | -47/+24 |
* | Mark some data as static. | Cyril Brulebois | 2012-08-31 | 1 | -6/+6 |
* | buffer_caseless_compare: always convert letters to lowercase to get transitiv... | Stefan Bühler | 2012-04-08 | 1 | -6/+5 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -2/+2 |
* | Some small buffer.c fixes (closes #1837) | Stefan Bühler | 2009-02-03 | 1 | -1/+2 |
* | Fix url encoding to encode more characters (#266) | Stefan Bühler | 2008-08-01 | 1 | -11/+13 |
* | Fix buffer_reset to make an empty string | Stefan Bühler | 2008-08-01 | 1 | -0/+2 |
* | protect buffer_is_empty() from NULL buffers | Jan Kneschke | 2007-08-27 | 1 | -0/+1 |
* | renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465) | Jan Kneschke | 2007-08-18 | 1 | -2/+2 |
* | fixed wrong result of buffer_caseless_compare("a", "ab") (fixes #1287) | Jan Kneschke | 2007-08-17 | 1 | -1/+7 |
* | encode newlines in HTTP headers (fixes #1106) | Jan Kneschke | 2007-04-09 | 1 | -0/+31 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -115/+115 |
* | fix cygwin-only path traversal | Jan Kneschke | 2006-09-01 | 1 | -0/+12 |
* | fixed encoding of UTF8 data (Jani Taskinen <sniper@iki.fi>) | Jan Kneschke | 2006-01-12 | 1 | -0/+27 |
* | fixed encoding of the buffers and trust the length of the string | Jan Kneschke | 2005-11-10 | 1 | -5/+4 |
* | simplified buffer-encoding functions into one function | Jan Kneschke | 2005-11-07 | 1 | -138/+146 |
* | detect empty URIs in requests as bad request, status 400 | Jan Kneschke | 2005-10-02 | 1 | -0/+5 |
* | removed optimization as it didn't handled alignement issues | Jan Kneschke | 2005-08-29 | 1 | -21/+3 |
* | trust s_len in encode-html (merged [406]) | Jan Kneschke | 2005-08-15 | 1 | -5/+9 |
* | added functions for upper/lowercase a buffer and added 'len' the html-encoding | Jan Kneschke | 2005-08-15 | 1 | -2/+34 |
* | user defined variable, compute on parsing: string+string, int+int, array+arra... | Jan Kneschke | 2005-08-08 | 1 | -0/+6 |
* | one character was not compared for the string-length was below sizeof(size_t) | Jan Kneschke | 2005-07-11 | 1 | -2/+6 |
* | added a reset function to buffer_array | Jan Kneschke | 2005-07-07 | 1 | -0/+15 |
* | Looks like the '+' -> ' ' transformation is only applied in the ?query part a... | Jan Kneschke | 2005-06-04 | 1 | -6/+12 |
* | compile fixes for MIPSpro on IRIX | Jan Kneschke | 2005-03-01 | 1 | -4/+4 |
* | * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t() | Jan Kneschke | 2005-02-28 | 1 | -382/+211 |
* | moved everything below trunk/ and added branches/ and tags/ | Jan Kneschke | 2005-02-20 | 1 | -0/+1106 |