Skip to content
  1. Oct 13, 2004
  2. Sep 30, 2004
  3. Sep 27, 2004
  4. Sep 22, 2004
  5. Sep 16, 2004
  6. Sep 15, 2004
  7. Sep 08, 2004
  8. Sep 02, 2004
  9. Aug 28, 2004
  10. Aug 27, 2004
  11. Aug 20, 2004
  12. Aug 19, 2004
  13. Aug 17, 2004
  14. Jul 19, 2004
    • 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
  15. Jul 15, 2004
  16. Jul 04, 2004
  17. Jun 22, 2004
  18. Jun 21, 2004
    • 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
  19. Jun 11, 2004
  20. Jun 02, 2004