1. 08 Sep, 2004 4 commits
  2. 02 Sep, 2004 1 commit
  3. 28 Aug, 2004 5 commits
  4. 27 Aug, 2004 4 commits
  5. 20 Aug, 2004 1 commit
  6. 19 Aug, 2004 2 commits
  7. 17 Aug, 2004 1 commit
  8. 19 Jul, 2004 1 commit
    • William A. Rowe Jr's avatar
      · 115c3e1d
      William A. Rowe Jr authored
        Back out a bit of the bogus commit 1.22 - which removed the -release-
        mode flag /incremental:no.  /debug enables this option, but this opt
        also increases the size of the binaries as they are 'rebuildable'.
        Since devstudio thinks -release- builds are non-debug, already with
        this option it will optimize away this flag in the IDE :(
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104331 13f79535-47bb-0310-9956-ffa450edef68
      115c3e1d
  9. 15 Jul, 2004 1 commit
  10. 04 Jul, 2004 1 commit
  11. 22 Jun, 2004 1 commit
  12. 21 Jun, 2004 1 commit
    • William A. Rowe Jr's avatar
      · 7adaacbf
      William A. Rowe Jr authored
        Fix the rewrite_map program invocation for Win32.  Someone borrowed
        the pass-environ[][] construct from unix, but CreateProcess is much
        happier to copy the current environment when passed NULL for the
        flat environment strings argument (properly formatted, that argument
        must be null or a string in the format "var1=val\0var2=val\0\0".)
      
        The only other CreateProcess call which does *not* pass NULL for
        the envvars arg, in util_script.c for cgi, does the right thing
        in constructing that argument.
      
      Submitted by: Philip Gladstone [pgladstone cisco.com]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104005 13f79535-47bb-0310-9956-ffa450edef68
      7adaacbf
  13. 11 Jun, 2004 1 commit
  14. 02 Jun, 2004 1 commit
  15. 01 Jun, 2004 2 commits
    • William A. Rowe Jr's avatar
      · 075ef0d0
      William A. Rowe Jr authored
        If XtOffsetOf() is already defined, don't redefine.
        When we need our own flavor, it must be namespace
        protected.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103813 13f79535-47bb-0310-9956-ffa450edef68
      075ef0d0
    • William A. Rowe Jr's avatar
      · 8fbb8e7d
      William A. Rowe Jr authored
        HPUX11 must be tested before HPUX, since the former
        is a superset of the other, and sane environments may
        define both.
      
        In the process, define HAVE_MMAP and USE_MMAP_FILES.
        Testing confirms this works fine.
      
        Drop the commented-out USE_MMAP_SCOREBOARD and
        HAVE_PTHREAD_SERIALIZED_ACCEPT defines, since they
        don't suggest the corresponding USE_SHMGET_SCOREBOARD
        and HAVE_FCNTL_SERIALIZED_ACCEPT must be commented out
        for the compiled httpd to behave as expected.  Also,
        the other platforms don't show alternatives, so this
        seemed inconsistent.
      
        In testing, USE_MMAP_SCOREBOARD works just fine, however
        USE_SHMGET_SCOREBOARD is preferred on linux where both
        are also supported, so I left the current default and
        followed the linux preference.
      
        Have not tested HAVE_PTHREAD_SERIALIZED_ACCEPT.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103812 13f79535-47bb-0310-9956-ffa450edef68
      8fbb8e7d
  16. 28 May, 2004 2 commits
  17. 20 May, 2004 1 commit
  18. 19 May, 2004 1 commit
  19. 17 May, 2004 1 commit
  20. 14 May, 2004 2 commits
  21. 12 May, 2004 1 commit
  22. 11 May, 2004 1 commit
  23. 10 May, 2004 1 commit
  24. 07 May, 2004 2 commits
  25. 04 May, 2004 1 commit