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