summaryrefslogtreecommitdiff
path: root/src/mod_rrdtool.c
Commit message (Collapse)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-501/+0
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add server.breakagelog, a "special" stderr (fixes #1863)stbuehler2009-06-211-4/+0
| | | | | | | | | | | * The breakage-log simply replaces stderr (the old stderr is moved away if needed for errorlog), and stderr isn't closed after forking. It defaults to stderr if started with -n (no daemonize), otherwise it defaults to /dev/null. It is _not_ reopened in log_error_cycle, as there may be many long running childs which have it still open anyway. Use a pipe-logger with cycle-support if you need it. git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2552 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix many warningsstbuehler2009-04-271-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2490 152afb58-edef-0310-8abb-c4023f1b3aa9
* merge: Create rrd file for empty rrdfile in mod_rrdtool (#1788)stbuehler2009-04-091-40/+44
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2457 152afb58-edef-0310-8abb-c4023f1b3aa9
* Port some mod_rrdtool fixes from 1.4.x (#604, #419 and more)stbuehler2009-03-071-26/+76
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2416 152afb58-edef-0310-8abb-c4023f1b3aa9
* Replace buffer_{append,copy}_string with the _len variant where possible ↵stbuehler2008-07-311-22/+22
| | | | | | | | | (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x)) git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2263 152afb58-edef-0310-8abb-c4023f1b3aa9
* - made SEGFAULT() a normal log-macrojan2007-05-081-4/+3
| | | | | | | - added valgrind.h to the distribution git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@1827 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a huge win32 patch by jtiaijan2007-02-171-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@1653 152afb58-edef-0310-8abb-c4023f1b3aa9
* - make sure GNU_SOURCE is defined where neededdarix2006-12-291-0/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@1495 152afb58-edef-0310-8abb-c4023f1b3aa9
* - fix a few warnings with unused variablesdarix2006-12-121-0/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@1466 152afb58-edef-0310-8abb-c4023f1b3aa9
* * con->file_finished 1 is con->send->is_closed = 1 nowjan2006-08-031-1/+1
| | | | | | | | | | | * the plugin-handles have changed * http_chunk_* is gone and http-chunking is done automaticly * con->request_content_queue is con->recv now * con->write_queue is con->send now * con->request.http_if_none_match is gone, fetch it form the request-headers instead git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1245 152afb58-edef-0310-8abb-c4023f1b3aa9
* don't care about the errorlog jan2006-07-181-5/+0
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1193 152afb58-edef-0310-8abb-c4023f1b3aa9
* r623@D2XNG01J: Jan | 2006-06-26 03:59:03 +0200Jan2006-07-021-1/+4
| | | | | | | | | | | | | | more win32 fixes - use _WIN32 instead of __WIN32 - remove UNIX specific includes - handle FDSET_SIZE correctly on windows - DIR_SEPERATOR - simplified NETWORK_BACKEND defines git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1132 152afb58-edef-0310-8abb-c4023f1b3aa9
* - remove all trailing whitespaces in the c filesdarix2006-03-311-106/+106
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1071 152afb58-edef-0310-8abb-c4023f1b3aa9
* - added PATCH_OPTION() macro that replaces all the local PATCH()darix2006-03-311-6/+3
| | | | | | | | macros in the modules. git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1070 152afb58-edef-0310-8abb-c4023f1b3aa9
* on SEGFAULT tell were we wherejan2005-08-211-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@603 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed possible uninit variables of the config-parser fails (merged [183])jan2005-08-161-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@551 152afb58-edef-0310-8abb-c4023f1b3aa9
* removed setup_connection (merged [295])jan2005-08-081-27/+11
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@512 152afb58-edef-0310-8abb-c4023f1b3aa9
* cleaned up the errorlog writing, default is now stderr, syslog is requested ↵jan2005-07-261-3/+4
| | | | | | explicitly git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@475 152afb58-edef-0310-8abb-c4023f1b3aa9
* close stderr or redirect it to our logfilejan2005-07-151-1/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@448 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+457
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9