summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* install cache_common.h; add notes on other files that aren't installedJeff Trawick2013-09-082-1/+6
* add apreq and skiplist to libhttpd, support mod_apreqJeff Trawick2013-09-082-5/+25
* fix odd bug that prevented the manual from being installedJeff Trawick2013-09-081-3/+1
* elaborate on fastcgistarer, which is a) not yet supported on windows andEric Covener2013-09-081-2/+4
* Added missing export for proxy module.Guenter Knauf2013-09-081-1/+2
* support mod_lua; add some tweaks/disclaimers to the READMEJeff Trawick2013-09-082-3/+14
* handle mod_ldap/mod_authnz_ldap, along with tiny infrastructureJeff Trawick2013-09-082-7/+26
* Add macro for checking apr/apu defines like APR_HAS_feature,Jeff Trawick2013-09-072-8/+78
* Update.Lucien Gentis2013-09-071-3/+197
* style consistency in winnt's worker_mainEric Covener2013-09-071-9/+6
* Add a warning if protocol given in SSLProtocol or SSLProxyProtocol will over...Christophe Jaillet2013-09-062-1/+8
* Mistakenly try to use a line comment to the end of your ListenJeff Trawick2013-09-053-2/+13
* mod_lua: init cookie as NULL.Daniel Gruno2013-09-051-0/+1
* remove an unneeded variable I just added, oops.Daniel Gruno2013-09-051-1/+0
* mod_lua: Use ap_cookie_read for reading cookie values, since it's already there.Daniel Gruno2013-09-051-7/+5
* Set LONG_NAME and BIN_NAME to something reasonable for httpd.rc,Jeff Trawick2013-09-051-0/+1
* Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques...Daniel Gruno2013-09-043-0/+63
* Update related to r1519556Christophe Jaillet2013-09-031-2/+3
* Add missing spaceChristophe Jaillet2013-09-031-1/+1
* mod_status, mod_echo: Fix the display of client addresses. They were truncate...Christophe Jaillet2013-09-032-1/+5
* mod_lua: If the first yield() of a LuaOutputFilter returns a string, it shouldEric Covener2013-09-022-12/+36
* mention some trickyness with mod_lua + mod_filter.Eric Covener2013-09-022-0/+14
* avoid non-continous ranges in EBCDIC in the scanner, important characters lik...Eric Covener2013-09-021-4/+4
* forgot my nameEric Covener2013-09-021-1/+1
* mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilterEric Covener2013-09-022-0/+9
* register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE...Eric Covener2013-09-022-2/+11
* *) mod_filter: Add "change=no" as a proto-flag to FilterProtocolEric Covener2013-09-022-0/+7
* Return a 500 error instead of DECLINED when LuaHook* script does not Eric Covener2013-09-022-0/+8
* trace4 logging of return codes from LuaHook* functions.Eric Covener2013-09-021-0/+2
* Removed comment which should never have been committed.Guenter Knauf2013-09-011-1/+0
* some xformsDaniel Gruno2013-09-0118-367/+443
* Adding a simple logging hook for mod_lua, which allows users to create their ...Daniel Gruno2013-09-012-2/+75
* Let the location of APR[-Util] and PCRE libs andJeff Trawick2013-09-012-16/+75
* add some log messages and AP_DEBUG_ASSERTs for functions that should never beStefan Fritsch2013-09-011-4/+51
* Updates.Lucien Gentis2013-08-319-110/+104
* remove c++ commentEric Covener2013-08-311-1/+1
* Simplify -DENABLE_MOD_foo to -DENABLE_FOOJeff Trawick2013-08-312-14/+29
* add option EXTRA_INCLUDE_DIRS for pointing to outside directoriesJeff Trawick2013-08-312-2/+31
* adjust default module enablement to kinda-sorta sync withJeff Trawick2013-08-301-47/+61
* mention the PATH issueJeff Trawick2013-08-291-0/+32
* move cmake howto/buglist to a separate file, README.cmakeJeff Trawick2013-08-292-81/+175
* Only minor adjustments were required to support 2.4.x too, soJeff Trawick2013-08-291-12/+34
* Fix source path to error documents and icons.Jeff Trawick2013-08-291-2/+2
* Don't forget to disable an optional module if the prerequisiteJeff Trawick2013-08-291-3/+4
* Support new configuration feature Jeff Trawick2013-08-291-1/+34
* Generate and install .conf filesJeff Trawick2013-08-282-10/+127
* Expires in a 304 is not a contradiction in terms of r1487118:Eric Covener2013-08-281-1/+0
* remove <var> from the literal parm optionsEric Covener2013-08-281-1/+1
* add "default" option to LDAPReferrals, to allow "off" to really mean "off".Eric Covener2013-08-281-7/+28
* Handle the libxml2 prereq of some modules, including its possibleJeff Trawick2013-08-281-23/+50