summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use apr_time_from_sec() shortcutJeff Trawick2011-03-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085779 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2011-03-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085772 13f79535-47bb-0310-9956-ffa450edef68
* aplog_module_index must always be set for C++, so simplifyJeff Trawick2011-03-261-0/+4
| | | | | | | | the APLOG_MODULE_INDEX macro to avoid warnings with some C++ compilers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085724 13f79535-47bb-0310-9956-ffa450edef68
* Correct C++ incompatibility with http_log.h.Jeff Trawick2011-03-262-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085719 13f79535-47bb-0310-9956-ffa450edef68
* Add the unregistered media type for 7zRoy T. Fielding2011-03-251-0/+1
| | | | | | | PR: 46959 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085573 13f79535-47bb-0310-9956-ffa450edef68
* Add the WebP and webfont media types (that have not been registered byRoy T. Fielding2011-03-251-0/+2
| | | | | | | | | | | the same WHATWG idiots who regularly complain about servers not being configured correctly for mime types). PR: 50624 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085522 13f79535-47bb-0310-9956-ffa450edef68
* Add the WebM media types (that have not been registered by the same WHATWGRoy T. Fielding2011-03-251-0/+2
| | | | | | | | | | idiots who regularly complain about servers not being configured correctly for mime types). PR: 50624 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085507 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate entry for application/vnd.stardivision.writerRoy T. Fielding2011-03-251-2/+1
| | | | | | | PR: 48052 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085498 13f79535-47bb-0310-9956-ffa450edef68
* Update with IANA registered types as of 2011 Mar 25 15:08 CETRoy T. Fielding2011-03-251-1/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085496 13f79535-47bb-0310-9956-ffa450edef68
* Replace 'CVS' with 'svn', as per bug 50973Rich Bowen2011-03-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085494 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformation.Rich Bowen2011-03-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085369 13f79535-47bb-0310-9956-ffa450edef68
* Fixes typo in mod_rewrite flags doc.Rich Bowen2011-03-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085361 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Rich Bowen2011-03-233-16/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1084731 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect example. (Missing slash)Rich Bowen2011-03-232-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1084728 13f79535-47bb-0310-9956-ffa450edef68
* Or, perhaps that's even clearer, without getting too verbose.Rich Bowen2011-03-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1084714 13f79535-47bb-0310-9956-ffa450edef68
* Attemps to clarify a rather cryptic error message.Rich Bowen2011-03-231-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1084698 13f79535-47bb-0310-9956-ffa450edef68
* * server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have aJoe Orton2011-03-213-6/+15
| | | | | | | | | | | write() beyond 2GB fail with E2BIG rather than killing the process in the now hopefully rare case of non-LFS file usage on LFS systems. * server/mpm/worker/worker.c (set_signals): Likewise. * server/mpm/event/event.c (set_signals): Likewise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1084000 13f79535-47bb-0310-9956-ffa450edef68
* Done with making the 1.3 docs point to the relevant 2.2 docs.Rich Bowen2011-03-211-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083845 13f79535-47bb-0310-9956-ffa450edef68
* Drop obscure 1.3 change backrefsWilliam A. Rowe Jr2011-03-201-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083584 13f79535-47bb-0310-9956-ffa450edef68
* 1.3? nahWilliam A. Rowe Jr2011-03-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083580 13f79535-47bb-0310-9956-ffa450edef68
* Create dav.imp dynamically from header to catch all exports.Guenter Knauf2011-03-204-70/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083540 13f79535-47bb-0310-9956-ffa450edef68
* Removed dav_get_limit_xml_body() from mod_dav.h.Guenter Knauf2011-03-201-3/+0
| | | | | | | | | This was a forgotten prototype hanging around for close to 11 years where no code for existed (see r85816); now removed from all branches per wrowe's permission. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083536 13f79535-47bb-0310-9956-ffa450edef68
* More NetWare build fixes.Guenter Knauf2011-03-204-35/+28
| | | | | | | Sorted some makefile dependencies; fixed DAV makefiles. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083478 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-03-203-14/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083465 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NetWare build install dir namings.Guenter Knauf2011-03-201-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083371 13f79535-47bb-0310-9956-ffa450edef68
* Some more NetWare buildsystem tweaks.Guenter Knauf2011-03-202-84/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083366 13f79535-47bb-0310-9956-ffa450edef68
* transformationJeff Trawick2011-03-181-8/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082976 13f79535-47bb-0310-9956-ffa450edef68
* separate the issue of passing APLOG_MARK to your own functionsJeff Trawick2011-03-181-8/+26
| | | | | | | | and the sometimes-related issue of not passing APLOG_MARK to ap_log_*(), adding coverage for APLOG_MODULE_INDEX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082975 13f79535-47bb-0310-9956-ffa450edef68
* transformationJeff Trawick2011-03-181-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082934 13f79535-47bb-0310-9956-ffa450edef68
* describe the ap_log_error(...,ap_server_conf,...) idiomJeff Trawick2011-03-181-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082933 13f79535-47bb-0310-9956-ffa450edef68
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-1830-101/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082821 13f79535-47bb-0310-9956-ffa450edef68
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-18101-101/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsDaniel Earl Poirier2011-03-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082646 13f79535-47bb-0310-9956-ffa450edef68
* Add a note that mod_lua is still experimental and changingDaniel Earl Poirier2011-03-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082645 13f79535-47bb-0310-9956-ffa450edef68
* GA planJim Jagielski2011-03-171-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082628 13f79535-47bb-0310-9956-ffa450edef68
* * support/ab.c (test): Catch more calloc failures.Joe Orton2011-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082586 13f79535-47bb-0310-9956-ffa450edef68
* Close PR 50861 where enabling and disabling of bufferedJim Jagielski2011-03-172-0/+12
| | | | | | logs can cause a segfault. Patch by: Torsten Förtsch <torsten.foertsch@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082518 13f79535-47bb-0310-9956-ffa450edef68
* Added prototype for initgroups().Guenter Knauf2011-03-162-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082250 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in RLIMIT_NPROCDaniel Earl Poirier2011-03-161-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082237 13f79535-47bb-0310-9956-ffa450edef68
* Add a pointer to the build instructions for the manualDaniel Earl Poirier2011-03-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082224 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsDaniel Earl Poirier2011-03-1611-16/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082207 13f79535-47bb-0310-9956-ffa450edef68
* Fix XML so it validates againDaniel Earl Poirier2011-03-162-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082203 13f79535-47bb-0310-9956-ffa450edef68
* * modules/ssl/ssl_private.h: Drop some redundant/unused macros; pickJoe Orton2011-03-163-21/+7
| | | | | | | | | | | up stdlib.h. * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle), modules/ssl/ssl_engine_vars.c: Stop pretending mod_ssl has a version independent of the rest of the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082202 13f79535-47bb-0310-9956-ffa450edef68
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-168-20/+56
| | | | | | | | | | in request URL path info but not decode them. Change behavior of option "On" to decode the encoded slashes as 2.0 and 2.2 do. PR 35256, PR 46830. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082196 13f79535-47bb-0310-9956-ffa450edef68
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Compare SNIJoe Orton2011-03-162-1/+4
| | | | | | | | | | hostname against Host header case-insensitively. PR: 49491 Submitted by: Mayank Agrawal <magrawal.08 gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082189 13f79535-47bb-0310-9956-ffa450edef68
* * server/main.c (main): Use the real null cleanup callback.Joe Orton2011-03-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082170 13f79535-47bb-0310-9956-ffa450edef68
* Fixed mod_lua - 2nd trial.Guenter Knauf2011-03-161-3/+4
| | | | | | | | Reverted changed vm_release call from r1082026; fixed cleanup_lua call. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082033 13f79535-47bb-0310-9956-ffa450edef68
* Fixed indent.Guenter Knauf2011-03-161-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082030 13f79535-47bb-0310-9956-ffa450edef68
* Fixed mod_lua.Guenter Knauf2011-03-161-7/+10
| | | | | | | | Added some casts to make picky compilers happy; changed vm_release() proto and call. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082026 13f79535-47bb-0310-9956-ffa450edef68
* Some more NetWare build fine tuning of tools usage.Guenter Knauf2011-03-161-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082009 13f79535-47bb-0310-9956-ffa450edef68