1. 11 Jun, 2011 1 commit
  2. 06 Jun, 2011 1 commit
  3. 04 Jun, 2011 1 commit
  4. 31 May, 2011 1 commit
  5. 27 May, 2011 1 commit
  6. 24 May, 2011 1 commit
  7. 22 May, 2011 1 commit
  8. 21 May, 2011 1 commit
  9. 20 May, 2011 2 commits
  10. 19 May, 2011 2 commits
  11. 18 May, 2011 3 commits
  12. 17 May, 2011 1 commit
  13. 14 May, 2011 3 commits
  14. 09 May, 2011 9 commits
  15. 08 May, 2011 2 commits
  16. 07 May, 2011 6 commits
  17. 06 May, 2011 4 commits
    • William A. Rowe Jr's avatar
      Going forwards, keep win32 build in svn once a tree is stable. · 6855fa4b
      William A. Rowe Jr authored
      Visual Studio 2010 users cannot convert our .dsp files, and
      ddk toolchain users couldn't either.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100294 13f79535-47bb-0310-9956-ffa450edef68
      6855fa4b
    • William A. Rowe Jr's avatar
    • Jeff Trawick's avatar
      Grab these from trunk: · 1b8f6f35
      Jeff Trawick authored
      r1091079 fix const-ness mismatch in call to mpm_nt_eventlog_stderr_open()
      r1091076 match expected type of arg to StartService()
      r1089600 cleanups to function signatures, prototypes, visibility
      r1089605 yank some dead code and variables
               (only a small part of the patch to service.c was applicable)
      r1089614 Log the OS socket (int) instead of the apr_socket_t *.
      r1089624 can't format time_t with %d; cast this small interval time to int
      r1089639 HANDLE is PVOID which is reasonably formatted by %pp, but not by %d
      r1089659 format string fixes: DWORD is unsigned long and needs %lu instead of %d or %i
      r1089688 axe ap_registry_get_server_root(), which seems to have been unused after httpd 1.3
      r1089689 get prototype for ap_os_create_privileged_process()
      r1089690 axe a couple of unused vars, mark a function as static
      r1089857-equivalent Fix format string for pid in "Child: <pid>" messages
      r1040220 subset (fuangk) Fixed some win32 types.
               mod_win32.c changes aren't needed
               "DWORD tid" is "unsigned tid" due to use of different thread create fn
      r1025492 subset (fuangk)  get prototypes for time(), _beginthreadex()
               remove cast from apr_getopt_init() call to fix warning,
               fix const-ness of service_name
      r983412 (fuangk) ap_regkey.c: Added casts to silent compiler warnings.
      
      No direct trunk equiv since code was rewritten or removed:
      . util_script.c warnings for assignent+truth value
      . missing const from signature of set_disable_acceptex()
      
      Reviewed by: wrowe, covener
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100216 13f79535-47bb-0310-9956-ffa450edef68
      1b8f6f35
    • Jeff Trawick's avatar
      Grab r1090634 from trunk: · da92d025
      Jeff Trawick authored
      don't try to shut down child if it wasn't created
      (or, fix warning about reference to uninitialized variable
      child_exit_event)
      
      Reviewed by: wrowe, covener
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100211 13f79535-47bb-0310-9956-ffa450edef68
      da92d025