Skip to content
  1. May 06, 2011
    • 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
    • Eric Covener's avatar
      Merge r820760, r919323, r937858, r938265 from trunk: · 590aa99b
      Eric Covener authored
      Reviewed By: sf, trawick, covener
      
          core: Treat timeout reading request as 408 error, not 400.
          Log 408 errors in access log as was done in Apache 1.3.x.
      
          PR: 39785
          Submitted by: Nobutaka Mantani, Stefan Fritsch
          Reviewed and added to by: Dan Poirier
      
      
          * Only log a 408 if it is no keepalive timeout.
      
          PR: 39785
          Submitted by: Mark Montague <markmont umich.edu>, rpluem
          Reviewed by: rpluem
      
      
          PR49167, unexpected 413 and double-errordoc during a timeout reading a 
          chunk-size.
      
      
      
          Use the more specific 408 (timed out) instead of a generic 400 during a timeout 
          reading a chunk-length.
      
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100200 13f79535-47bb-0310-9956-ffa450edef68
      590aa99b
    • Eric Covener's avatar
      vote/promote · 3c8ec7bf
      Eric Covener authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100196 13f79535-47bb-0310-9956-ffa450edef68
      3c8ec7bf
  2. May 05, 2011
  3. May 03, 2011
  4. May 01, 2011
  5. Apr 30, 2011
  6. Apr 25, 2011
  7. Apr 18, 2011
  8. Apr 17, 2011
  9. Apr 16, 2011
  10. Apr 15, 2011
  11. Apr 14, 2011
  12. Apr 10, 2011