summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed warnings on empty response-body, added debug output to mod_proxyJan Kneschke2005-08-175-4/+6
* the test-cases revealed that broken-scriptfilename is really needed, reverted...Jan Kneschke2005-08-171-8/+3
* updated to new docutils which installs rst2html without .pyJan Kneschke2005-08-171-1/+1
* initialize balancer-configJan Kneschke2005-08-171-0/+1
* better error-handling and cleanup (merged [257] and [282])Jan Kneschke2005-08-171-2/+10
* make output of array/config same format as lighttpd.conf, with auto indentionmOo2005-08-174-14/+108
* added the event-handler note for macos x (fixes #70)Jan Kneschke2005-08-161-2/+5
* don't segfault on stat-failedJan Kneschke2005-08-161-0/+2
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-1619-34/+36
* fixes compiling after last mergeJan Kneschke2005-08-161-0/+2
* mod_staticfile is the next plugin, so don't call HANDLER_FINISHED Jan Kneschke2005-08-151-13/+7
* trust s_len in encode-html (merged [406])Jan Kneschke2005-08-151-5/+9
* removed double freeJan Kneschke2005-08-151-11/+0
* fix [545] so for able to disable mysqlmOo2005-08-151-0/+2
* fix mysql_config configurationmOo2005-08-153-34/+38
* fixed compilation and documentation for lighy + phpJan Kneschke2005-08-151-15/+15
* don't serve .php .inc and ... as static filesJan Kneschke2005-08-151-0/+6
* respect withval for mysql_configJan Kneschke2005-08-151-21/+22
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-1512-1337/+1769
* fixed error-msg for EAGAIN in connect()Jan Kneschke2005-08-151-6/+5
* use the 'len' parameter for html-encodingJan Kneschke2005-08-151-2/+1
* don't segfault on configfile errorJan Kneschke2005-08-151-0/+2
* added WebDAV methods and statuscodesJan Kneschke2005-08-152-2/+12
* cosmeticsJan Kneschke2005-08-151-2/+2
* fixed error-msgJan Kneschke2005-08-151-1/+2
* added functions for upper/lowercase a buffer and added 'len' the html-encodingJan Kneschke2005-08-152-4/+39
* forward all known methodsJan Kneschke2005-08-151-13/+2
* ..physical_path is gone and has ben replaced by subrequest_startJan Kneschke2005-08-155-10/+4
* added support for LDAP-bind()Jan Kneschke2005-08-153-20/+31
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-0931-164/+933
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-0810-70/+111
* added weak-ref and nicer print() (merged [332], [336])Jan Kneschke2005-08-088-24/+73
* minor cosmetics (merged [329], [330], [331])Jan Kneschke2005-08-082-16/+31
* leak fixesJan Kneschke2005-08-0810-39/+87
* const 1st arg for copy/print (merged [314])Jan Kneschke2005-08-087-14/+14
* checked | to 'else' (merged [316])Jan Kneschke2005-08-084-14/+11
* allow numbers in header-keysJan Kneschke2005-08-088-19/+61
* fixed config eval (merged [315])Jan Kneschke2005-08-081-9/+15
* fixed testcasesJan Kneschke2005-08-081-3/+7
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-0826-147/+682
* added nested conditionals (merged [298])Jan Kneschke2005-08-0815-93/+500
* fixed colors of the generated graphsJan Kneschke2005-08-081-5/+8
* this is the merge branch for 1.4.0Jan Kneschke2005-08-081-1/+12
* configparser.h is generated automaticlyJan Kneschke2005-08-081-19/+0
* fixed typoJan Kneschke2005-08-081-1/+1
* moved mysql-include to mysql-vhost-cppflags (merged [296])Jan Kneschke2005-08-081-1/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-0824-564/+205
* missing parts of the starttls patchJan Kneschke2005-08-082-0/+12
* added usertrack.cooke-max-age, usertrack.cooke-domain (merged [176], [295])Jan Kneschke2005-08-081-31/+56
* indent array for readability (merged [288])Jan Kneschke2005-08-088-20/+37