summaryrefslogtreecommitdiffstats
path: root/build/library.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-03-07Minor MMN bump:André Malo6-26/+114
Forward port: Escape special characters (especially control characters) in mod_log_config to make a clear distinction between client-supplied strings (with special characters) and server-side strings. This was already introduced in version 1.3.25. Obtained from: Patch in 1.3.25-dev by Martin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98912 13f79535-47bb-0310-9956-ffa450edef68
2003-03-07mod_usertrack: don't set the cookie in subrequests. This worksAndré Malo2-1/+6
around the problem that cookies were set twice during fast internal redirects. PR: 13211 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98910 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06Let mod_logio be mostly included.André Malo1-1/+1
Submitted by: Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98909 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames6-0/+25
CoreDumpDirectory is explicitly coded git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98908 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06* include/http_config.hSander Striker3-15/+64
(ap_get_module_config, ap_set_module_config): Always declare. * include/httpd.h (ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c): Always declare. * server/util_debug.c (ap_get_module_config, ap_set_module_config, ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c): Always implement and export. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98903 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 Jeff reminds me, document this one (users observed the bug).William A. Rowe Jr1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98901 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 DougM confirms Madhu's suspicions, this change was inadvertent.William A. Rowe Jr1-1/+1
Reverting to no longer skip the first cert in the chain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98896 13f79535-47bb-0310-9956-ffa450edef68
2003-03-05new directive 'compressionlevel'Ian Holsman3-1/+46
Default compression level now changed to Zlib's default (was 'best_speed') Obtained from: Stephen Pierzchala <stephen@pierzchala.com> Michael Schroepl <Michael.Schroepl@telekurs.de> Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98895 13f79535-47bb-0310-9956-ffa450edef68
2003-03-05Restore the ability of htdigest.exe to create files that containAndré Malo2-12/+57
more than one user. On win32 we cannot system("copy") a file, while it's open. PR: PR 12910 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98893 13f79535-47bb-0310-9956-ffa450edef68
2003-03-05... as I walked by the dockside one evening so fair ...André Malo1-6/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98891 13f79535-47bb-0310-9956-ffa450edef68
2003-03-04Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XPAllan K. Edwards4-11/+63
to work around problems with certain VPN and Firewall products that have buggy AcceptEx implementations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98890 13f79535-47bb-0310-9956-ffa450edef68
2003-03-03Fix validation issue (added missing XML declaration).Erik Abele1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98889 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02Unescape the supplied wildcard pattern. Otherwise the pattern willAndré Malo2-12/+23
not always match as desired. In order to be correct and safe, the pattern will be re-escaped for output. PR: 12596 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98885 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02add some comments and WS to make it better readable (hopefully ;-)André Malo1-12/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98884 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02emit and accept modern query string parameter delimiters (;).André Malo2-22/+31
Thus column headers no longer contain unescaped ampersands. PR: 10880 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98883 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02buhuh! use the correct target string and don't forgetAndré Malo2-1/+4
F=x and V=y in column headers ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98882 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02WS and style issues. No code changes.André Malo1-117/+123
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98880 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02STATUS update plus another opinion on the FAQ.Erik Abele1-9/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98879 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02Bust 'em :)Erik Abele8-1639/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98875 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02Cleaned up the misc directory and busted the followingErik Abele19-142/+18
files (as proposed some weeks ago): misc/custom_errordocs.html misc/descriptors.html misc/fin_wait_2.html misc/known_client_problems.html misc/tutorials.html images/custom_errordocs.gif The correspondig links were also removed. What remains are the Japanese docs: urlmapping.xml.ja mod/mod_include.xml.ja vhosts/fd-limits.xml.ja env.xml.ja sitemap.xml.ja git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98874 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02document the changed behaviour of mod_negotiation.André Malo4-4/+16
add a cross link from mod_negotiation docs to env.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98872 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02Extend mod_negotiation to evaluate the environment variablesAndré Malo2-0/+55
no-gzip and gzip-only-text/html the same way as mod_deflate does. (it drops all non-identity encodings, not only gzip) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98871 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01Fixed some minor XHTML issues (CENTER -> center).Erik Abele3-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98869 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01fix style and WS issues. No code changes.André Malo1-128/+149
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98867 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01update transformations of recent changesAndré Malo4-13/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98865 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01add documentation of RewriteOptions MaxRedirectsAndré Malo1-10/+22
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98864 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01Prevent endless loops of internal redirects in mod_rewrite byAndré Malo3-24/+125
aborting after exceeding a limit of internal redirects. The limit defaults to 10 and can be changed using the RewriteOptions directive with the new MaxRedirects=n argument. (The latter required some restructuring of the RewriteOptions evaluation code). (Documentation patch follows asap) PR: 17462 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98863 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01Mention that ProxyPassReverse takes the hostname in respectAndré Malo2-2/+6
to the UseCanonicalName setting PR: 8625 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98861 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01Apache hooks return int: so s/apr_status_t/int/Stas Bekman1-1/+1
PR: Obtained from: Submitted by: Reviewed by: trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98860 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01add the two new modules mod_authz_owner and mod_identAstrid Malo4-323/+335
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98856 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01be consistent with 1.3 and use .sv extension for Swedish documentsAndré Malo4-3/+3
The index file itself didn't change (only renamed) The netware config still needs to be changed. PR: 12877 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98854 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28add a hint about PHP and PATH_INFOAndré Malo2-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98848 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28show a little (so called) example for --with-mpm.André Malo2-1/+15
Submitted by: Luiz Rocha <lsdr@lsdr.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98845 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28fix some license text which was inadvertently lostJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98843 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28huh, add missing changelog entry ...André Malo1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98842 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28mod_rewrite: Fix some problems reporting errors with mappingJeff Trawick2-4/+17
programs (RewriteMap prg:/something). the wrong field was specified when trying to log the name of the program that couldn't be started recent APR features used to provide better error reporting on systems where apr_proc_create() uses fork() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98840 13f79535-47bb-0310-9956-ffa450edef68
2003-02-27Updated outdated IANA url.Erik Abele2-6/+6
PR: 17433 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98826 13f79535-47bb-0310-9956-ffa450edef68
2003-02-27account for a fix merged into stable branchJeff Trawick1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98822 13f79535-47bb-0310-9956-ffa450edef68
2003-02-27account for a mod_ssl fix merged into stable branchJeff Trawick1-0/+3
(there never was a CHANGES entry for 2.1-dev... bad Madhu :) ) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98819 13f79535-47bb-0310-9956-ffa450edef68
2003-02-27Reflect some backported patches.Justin Erenkrantz1-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98817 13f79535-47bb-0310-9956-ffa450edef68
2003-02-27keep the entries consistent.André Malo1-3/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98813 13f79535-47bb-0310-9956-ffa450edef68
2003-02-27Fix mod_rewrite's abs_URI handling.André Malo2-82/+174
- uris were partially not correctly escaped (in particular: ldap, news, mailto) - not all uri schemes contain an authority component (//) - add nntp:// scheme - don't add a query string (and drop r->args) if it's not http or mailto scheme - be more efficient (think so) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98808 13f79535-47bb-0310-9956-ffa450edef68
2003-02-26Win32: Avoid busy wait which consumes 100% of the CPU when all the workerBill Stoddard2-52/+87
threads are busy. Submitted by: Igor Nazarenko Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98804 13f79535-47bb-0310-9956-ffa450edef68
2003-02-26 Brad, Stas, I presume these patches were first committed to 2.1-dev.William A. Rowe Jr1-1/+13
Please keep the CHANGES logs in sync! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98802 13f79535-47bb-0310-9956-ffa450edef68
2003-02-26check the return value of ap_run_pre_connection(). So if theStas Bekman1-2/+6
pre_connection phase fails (without setting c->aborted) ap_run_process_connection is not executed. PR: Obtained from: Submitted by: Reviewed by: trawick, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98798 13f79535-47bb-0310-9956-ffa450edef68
2003-02-25When using Redirect in directory context, append requested queryAndré Malo2-0/+10
string if there's no one supplied by configuration. PR: 10961 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98796 13f79535-47bb-0310-9956-ffa450edef68
2003-02-25 Confirmed by Milan Kosina that this code was still broken - I realizedWilliam A. Rowe Jr1-12/+30
we weren't updating stat correctly, and shouldn't have been trying to pass the status, but the headers instead, from WriteClient(). This way we can actually count the bytes consumed and begin treating the rest as body contents. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98793 13f79535-47bb-0310-9956-ffa450edef68
2003-02-25fix some const-ness problems which break the compile with the nativeJeff Trawick1-3/+3
compiler for AIX (and probably HP-UX and Tru64 as well, since they tend to be picky too) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98792 13f79535-47bb-0310-9956-ffa450edef68
2003-02-25It's a quite visible problem, so add a changelog entry.André Malo1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98791 13f79535-47bb-0310-9956-ffa450edef68
2003-02-25LDAP stabilization workBradley Nicholes1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98788 13f79535-47bb-0310-9956-ffa450edef68