1. 12 Jan, 2001 2 commits
  2. 10 Jan, 2001 1 commit
  3. 09 Jan, 2001 1 commit
  4. 08 Jan, 2001 3 commits
  5. 07 Jan, 2001 1 commit
  6. 04 Jan, 2001 1 commit
  7. 29 Dec, 2000 3 commits
  8. 27 Dec, 2000 3 commits
    • William A. Rowe Jr's avatar
      · d1c2d97b
      William A. Rowe Jr authored
        This patch for Win32 depreciates the ConfFile registry entry, and allows
        the user to create a ConfigArgs entry by adding arguments to the
        apache -n server -k install command, e.g. -D FOO, and always stores the
        -f and -d options, at minimum.  These default command line args are
        merged unless the user invokes -k install, -k uninstall, or -k config.
      
        To reconfigure, the user may use the new command option;
        apache -n server -k config  which blows away the existing defaults and
        replaces them with whatever the user specifies on that command line.
      
        The patch also leverages the -t option for Win32, so it also report the
        default arguments added before the usual httpd.conf file test.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87535 13f79535-47bb-0310-9956-ffa450edef68
      d1c2d97b
    • William A. Rowe Jr's avatar
      · e575379f
      William A. Rowe Jr authored
        Whoops... win32 getopt implementation was not -quite- kosher, added
        optreset per getopt(3) man page's re-parse instructions.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87534 13f79535-47bb-0310-9956-ffa450edef68
      e575379f
    • Jim Jagielski's avatar
      Ho ho ho · 8bc1b83c
      Jim Jagielski authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87533 13f79535-47bb-0310-9956-ffa450edef68
      8bc1b83c
  9. 22 Dec, 2000 2 commits
  10. 21 Dec, 2000 1 commit
  11. 20 Dec, 2000 12 commits
  12. 19 Dec, 2000 3 commits
    • William A. Rowe Jr's avatar
      · b3ad9a6a
      William A. Rowe Jr authored
        Round out the Win32 build.  Changes include:
      
          ApacheModuleProxy.dsp moved to os/win32 with the rest of them
            (yes, all could move the their respective folders, this was the
             path of least resistance.)
          All compilation and linkage tags are identical, no incremental tags
            CPP /Gm removed, /incremental:no consistently applied, and the
            exception handling /GX was removed from release builds.
          Every lib builds to LibD/LibR directories.  Every executable and
            dynamic module builds to Debug/Release directories.  /Fd"name" tags
            force .pdb/.idb files to be named as the project, rather than VC##.
          Assure the build works correctly, and is similar to the normal style.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87433 13f79535-47bb-0310-9956-ffa450edef68
      b3ad9a6a
    • William A. Rowe Jr's avatar
      · ca78ade3
      William A. Rowe Jr authored
        Finally.  Install link libs and headers with the Win32 make.  Also move
        printenv as printenv.pl [needs a rewrite for the shebang, but ran out of
        time today.]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87420 13f79535-47bb-0310-9956-ffa450edef68
      ca78ade3
    • William A. Rowe Jr's avatar
      · 0912efb7
      William A. Rowe Jr authored
        Quote the destination paths in the event that INSTDIR contains spaces.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87419 13f79535-47bb-0310-9956-ffa450edef68
      0912efb7
  13. 18 Dec, 2000 3 commits
  14. 17 Dec, 2000 1 commit
  15. 15 Dec, 2000 3 commits