1. 21 Jan, 2002 1 commit
  2. 20 Jan, 2002 8 commits
  3. 18 Jan, 2002 4 commits
  4. 17 Jan, 2002 2 commits
    • Bill Stoddard's avatar
      On HPUX 11.x, the 'ENOBUFS, No buffer space available' · 426f708a
      Bill Stoddard authored
      error occures because the accept() cannot complete.
      You will not see ENOBUFS at 10.20 because the kernel
      hides any occurrence from being returned from user space.
      ENOBUFS at 11.0 TCP/IP is quite possible, and could
      occur intermittently. As a work-around, we are going to
      ingnore ENOBUFS.
      
      Submitted by:	madhusudan_mathihalli@hp.com
      Reviewed by:	Bill Stoddard
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92892 13f79535-47bb-0310-9956-ffa450edef68
      426f708a
    • Jim Jagielski's avatar
      PR: · b6d5d564
      Jim Jagielski authored
      Obtained from:
      Submitted by:	Stipe Tolj <tolj@wapme-systems.de>
      Reviewed by:
      Add in Stipe's Cygwin changes.... Have not folded in the Cygwin
      timeout kill signaling patch yet... waiting for feedback.
      
      Here are the changes:
      
        * src/include/ap_config.h: adding HAVE_PTHREAD_SERIALIZED_ACCEPT to
      Cygwin block and defaulting to it.
      
        * src/main/http_main.c: exluding pthread_mutexattr_setpshared() call
      for Cygwin platform. This calls seems yet not fully functional on this
      platform. Forwarding problem to Cygwin core developers.
      
        * src/Configure: changed OS_MODULE_INCLUDE var for the Cygwin
      platform block to refer to the (absolute) relative path for the
      Makefile.Cygwin file.
      
        * src/modules/proxy/Makefile.tmpl: target libproxy.dll is hardcoded
      for OS/2. That's not good. We have the same target on Cygwin, but use
      other calls for it, so if construct here.
      
        * src/modules/standard/Makefile.Cygwin: adding a dummy target %.def
      : %.c to satisfy OS/2 related dependacies on Cygwin too. Changed the
      "run make twice" screen slightly.
      
        * src/Configuration.tmpl: added rule CYGWIN_WINSOCK=no
      
        * src/Configure: added loading of rule CYGWIN_WINSOCK and Cygwin
      platform block specific if statement to include libwsock32.a lib for
      Cygwin.
      
        * src/main/buff.c: added a couple of #define add-ons for
      CYGWIN_WINSOCK
      
        * src/main/http_main.c: added two #defines for CYGWIN_WINSOCK and
      compilation flag information output if set at configure time.
      
        * src/os/cygwin/os.h: added required #defines for CYGWIN_WINSOCK and
      declarations for Win32 native calls.
      
      Also a patch against current 1.3 cvs tree to fix the detection
      of the gdbm library for the Cygwin platform to support dbm-enabled
      mod_rewrite.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92888 13f79535-47bb-0310-9956-ffa450edef68
      b6d5d564
  5. 16 Jan, 2002 4 commits
  6. 15 Jan, 2002 1 commit
  7. 14 Jan, 2002 3 commits
  8. 11 Jan, 2002 1 commit
  9. 09 Jan, 2002 2 commits
    • Ken Coar's avatar
      · 9d42f239
      Ken Coar authored
      	Whoops, forgot to bump MMN.  Major bump because of a change
      	to the semi-private core_dir_config structure.  (Also fix a
      	stale comment from an earlier version of the FileETag patch.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92787 13f79535-47bb-0310-9956-ffa450edef68
      9d42f239
    • William A. Rowe Jr's avatar
      · 3086e2e9
      William A. Rowe Jr authored
        It's clear from recent security reports that including configuration
        examples for non-core add-ins with our default .conf files causes some
        admins to bypass actually researching -how-to-configure- the given
        add-in module.  While this example was nice, we need to find another
        useful example, in addition to x-tar perhaps, to make this clearer.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92784 13f79535-47bb-0310-9956-ffa450edef68
      3086e2e9
  10. 08 Jan, 2002 3 commits
  11. 05 Jan, 2002 1 commit
    • Ken Coar's avatar
      · b6e75586
      Ken Coar authored
      	Replace automatic ETag generation with configurable algorithm
      	defined by FileETag directive.  Keywords are All, None,
      	[+|-]INode, [+|-]Size, [+|-]MTime.  Server farms with content
      	fanout may want to use 'FileETag MTime Size' to keep the system-
      	variant inode from being included and busting caches.
      PR:		7010
      Submitted by:	Based on an idea proposed by Phil Dietz
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92738 13f79535-47bb-0310-9956-ffa450edef68
      b6e75586
  12. 02 Jan, 2002 3 commits
  13. 28 Dec, 2001 1 commit
    • William A. Rowe Jr's avatar
      · 87baa8b6
      William A. Rowe Jr authored
        Normalize symbol exports for Win32/Netware to the httpd.exp reference.
        Diff tags pre_win_nw_syms/post_win_nw_syms for complete edit.
      
        Note I've corrected _SEVERAL_ badly declared symbols on Win32 into
        API_EXPORT_NONSTD flavors (e.g. those using (...) args).  This may,
        or may not, break binary compatibility depending on how those args
        are addressed, and if those functions were used.
      
        I've further tested by setting aside the .def file and rebuilding,
        and validated that our symbols list corresponds to the API_DECLARE()
        macros at this moment.
      
      Submitted by:	Thomas Eibner <thomas@stderr.net>
      Reviewed by:	Stoddard, Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92633 13f79535-47bb-0310-9956-ffa450edef68
      87baa8b6
  14. 26 Dec, 2001 1 commit
  15. 22 Dec, 2001 1 commit
  16. 21 Dec, 2001 2 commits
  17. 18 Dec, 2001 2 commits