- Jan 17, 2003
-
-
Jeff Trawick authored
PR: 13609 Submitted by: Joseph Senulis <Joseph.Senulis@dnr.state.wi.us>, Jeff Trawick] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98309 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98308 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 15, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98284 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2003
-
-
Jeff Trawick authored
occasionally caused exec to fail. The argument array passed to apr_proc_create() needs to have a NULL entry at the end. PR: 15491 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98258 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2003
-
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98221 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2003
-
-
William A. Rowe Jr authored
Bring forward the IndexOptions IgnoreCase option to mod_autoindex from Apache 1.3 for both 2.0 and 2.1 (since the patch/feature was previously accepted for 1.3, I'm committing without the usual vote specific to 2.0.) Only small modification of David's patch to avoid future reformatting of the options list and better handle the strnatcmp side effects. PR: 14276 Obtained from: Submitted by: David Shane Holden <dpejesh@yahoo.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98181 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 04, 2003
-
-
Justin Erenkrantz authored
can use the dav_hooks_locks_generic structure to implement locking in a non-optimal, but compliant fashion. (Use 'dav-lock', 'generic', '0' to ap_lookup_provider to retrieve it.) Use the DavGenericLockDB directive to configure the location of the lock database (may be server-relative or absolute). This allows all DAV providers to use a baseline locking API rather than roll their own. This code is based mainly off the mod_dav_fs locking code (which uses the on-disk storage for locking), but removing components that aren't needed in a non-file-backed repository (such as recording inodes). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98161 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2003
-
-
Brian Pane authored
object with atomic compare-and-swap loops. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98159 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 01, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98150 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98137 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
OtherBill and Brad have confirmed that including ap_config_layout.h isn't a problem on non-Unix platforms as they don't use suexec. PR: 15713 Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98134 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 19, 2002
-
-
Justin Erenkrantz authored
This allows Sun's cpp to generate valid .deps dependencies. (This is a similar patch as applied to APR.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98035 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2002
-
-
Bill Stoddard authored
implementation of MCacheMaxStreamingBuffer from mod_cache to mod_mem_cache. MCacheMaxStreamingBuffer now defaults to the lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should eliminate the need for explicitly coding MCacheMaxStreamingBuffer in most configurations. [Bill Stoddard] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98007 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2002
-
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97995 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
mod_cache: Fix PR 15113, a core dump in cache_in_filter when a redirect occurs. The code was passing a format string and integer to apr_pstrcat. Changed to apr_psprintf. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97970 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 15, 2002
-
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97924 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97911 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2002
-
-
Jeff Trawick authored
*) Reorder the definitions for mod_ldap and mod_auth_ldap within config.m4 to make sure the parent mod_ldap is defined first. This ensures that mod_ldap comes before mod_auth_ldap in the httpd.conf file, which is necessary for mod_auth_ldap to load. PR 14256 [Graham Leggett] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97895 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2002
-
-
Jeff Trawick authored
into 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97858 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2002
-
-
Greg Ames authored
leak fd's until the end of a keepalive connection. Thanks to: Jeff Trawick for the original concept Sander Striker for the mmap ring idea Cliff Woolley for implementing the above change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97824 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
apxs -i -a will add an un-commented AddModule directive for the new module, which breaks the config. PR: 11212 Obtained from: Submitted by: Joe Orton Reviewed by: Bill Stoddard, Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97820 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
bodies. Previously, if an input filter changed the request body, the original C-L would be sent which would be incorrect. Due to HTTP compliance, we must either send the body T-E: chunked or include a C-L for the request body. Connection: Close is not an option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97812 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2002
-
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97777 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2002
-
-
Justin Erenkrantz authored
for ap_post_read_request, since that is the only opportunity for modules to handle Expect extensions. Obtained from: apache-1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97765 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backports accomplished ... please keep in sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97759 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2002
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97756 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 2002
-
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97706 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
For your consideration; the following CHANGES entries do not occur in the APACHE_2_0_BRANCH CHANGES file. If you already committed them, please reflect in both CHANGES files. If you would like to commit them, please do so, and then reflect the patches under Apache 2.0.44. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97701 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
functions. This allows modules to register different versions of the same provider. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97696 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reflect that AAA overhaul is deferrred. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97695 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2002
-
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97678 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2002
-
-
William A. Rowe Jr authored
Changes committed - and set aside a placeholder for 2.1 patches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97651 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 22, 2002
-
-
Jeff Trawick authored
contains '='. PR: 13914 Submitted by: Ville Skytt� <ville.skytta@iki.fi> (mod_cgi) Jeff Trawick (mod_cgid) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97601 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
as set by apr-util in util_ldap.c. This should allow mod_ldap to work with the Netscape/Mozilla LDAP library. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97600 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 14256 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97599 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97598 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97597 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
implementation which broke IPv4 listening sockets on systems with IPV6_V6ONLY socket option. That option should only be done on IPv6 listening sockets. Submitted by: hiroyuki hanai <hanai@imgsrc.co.jp>] Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97595 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2002
-
-
Jeff Trawick authored
now work as in Apache 1.3, where no trailing '/' is specified on the directory name. Previously, the trailing '/' *had* to be specified, which was incompatible with Apache 1.3. PR: 7990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97590 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Fix for PR 14556. The expiry calculations in mod_cache were trying to perform "now + ((date - lastmod) * factor)" where date == lastmod resulting in "now + 0". The code now follows the else path (using the default expiration) if date is equal to lastmod. [rx@armstrike.com (Sergey), Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97589 13f79535-47bb-0310-9956-ffa450edef68
-