summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mod_authn_socache: fix namespacing issueNick Kew2011-11-091-1/+5
* Applies patch provided by Luke Meyer in https://issues.apache.org/bugzilla/sh...Rich Bowen2011-11-092-0/+81
* Update transformations.Rainer Jung2011-11-08971-3251/+1126
* Remove some ap_add_version_component() calls that don't provide any informationStefan Fritsch2011-11-083-7/+0
* fix typoStefan Fritsch2011-11-081-1/+1
* mod_dumpio: s/ap_log_error/ap_log_cerror/Jeff Trawick2011-11-081-27/+27
* And we are at 2.3.16-devJim Jagielski2011-11-084-3/+7
* Getting ready to tag 2.3.15-devJim Jagielski2011-11-082-3/+3
* Update docs for default TimeOut value forRainer Jung2011-11-085-6/+6
* Update transformations.Rainer Jung2011-11-08758-1131/+3085
* Fix invalid XHTML: duplicate id "apr".Rainer Jung2011-11-081-3/+3
* Update xml transformations.Rainer Jung2011-11-085-5/+5
* Regenerate convenience.map.Rainer Jung2011-11-081-1/+1
* Update xml meta files after fixing simplified chinese.Rainer Jung2011-11-08203-0/+203
* Regenerated style files after simplified chinese fix.Rainer Jung2011-11-084-4/+5
* Change def timeout from a nasty 5 mins to a more reasonable 1minJim Jagielski2011-11-082-2/+2
* Add "reallyall" and --enable-load-all-modules toRainer Jung2011-11-083-8/+40
* Fix XML validation errors.Rainer Jung2011-11-081-5/+4
* Fix docs generation for simplified chinese.Rainer Jung2011-11-081-1/+1
* Load all modules in the generated default configurationRainer Jung2011-11-084-2/+18
* update xformsStefan Fritsch2011-11-089-18/+30
* mod_reqtimeout: Change the default to set some reasonable timeout values if l...Stefan Fritsch2011-11-085-37/+102
* Don't send a 500 if there is a timeoutStefan Fritsch2011-11-081-5/+14
* Silence compiler warning about signedness differences.Rainer Jung2011-11-081-6/+6
* Fix make variable reference.Rainer Jung2011-11-081-1/+1
* Fix up some length limit calculationStefan Fritsch2011-11-081-2/+6
* update xformsStefan Fritsch2011-11-0820-1731/+1703
* Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch2011-11-085-5/+14
* Point to list of undocumented modules in the docs subdirectorySander Temme2011-11-081-0/+3
* add info about new early/late arguments and a note aboutEric Covener2011-11-082-12/+58
* Add some comments and another line length checkStefan Fritsch2011-11-081-14/+42
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-085-1/+36
* We still have to pass the dependency check to APACHE_MODULE to ensureStefan Fritsch2011-11-081-1/+5
* allow some lua hooks to be run in "early" or "late" modeEric Covener2011-11-082-48/+185
* correct return val, the char* is pushed on the lua stack.Eric Covener2011-11-081-1/+1
* By default, only load those modules that are either requiredStefan Fritsch2011-11-084-5/+23
* Solaris doesn't support "test -e" in combinationRainer Jung2011-11-071-1/+1
* Link the modules that use it against the XML library so the server will start.Sander Temme2011-11-071-0/+2
* Remove ProxyHTMLLogVerbose in favor of trace loglevelsStefan Fritsch2011-11-072-63/+17
* if mod_session_crypto prereq isn't available, don't bail ifJeff Trawick2011-11-071-5/+15
* More error checking for ap_pregsubStefan Fritsch2011-11-072-1/+21
* auto var verbose not usedJeff Trawick2011-11-071-6/+0
* remove solved Windows AcceptFilter blockerStefan Fritsch2011-11-071-2/+3
* More ap_pregsub error checking/loggingStefan Fritsch2011-11-071-0/+7
* More checks of ap_pregsub return valuesStefan Fritsch2011-11-071-0/+11
* Check return value of ap_pregsub()Stefan Fritsch2011-11-071-9/+27
* Fix integer overflow in ap_pregsub. This can be triggered e.g.Stefan Fritsch2011-11-072-0/+6
* No need to zero memory that we will overwrite anywayStefan Fritsch2011-11-071-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-073-2/+5
* Also do length check if the last line is not LF terminatedStefan Fritsch2011-11-071-0/+7