1. 26 Jul, 2001 1 commit
    • Jeff Trawick's avatar
      Fix a segfault in threaded.c caused by passing uninitialized · 5924491a
      Jeff Trawick authored
      apr_thread_t * to apr_thread_join().  Now we clear the array
      of apr_thread_t * initially so we can track which threads we
      actually created.
      
      Other changes:
      
      don't clobber storage by passing bogus array entry as 1st
      parameter to apr_thread_create() to create the start_threads()
      thread
      
      join up with the start_threads() thread at termination so that
      it is cleaned up and so that no worker threads are still being
      created
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89735 13f79535-47bb-0310-9956-ffa450edef68
      5924491a
  2. 24 Jul, 2001 2 commits
  3. 23 Jul, 2001 1 commit
  4. 22 Jul, 2001 1 commit
  5. 21 Jul, 2001 1 commit
  6. 19 Jul, 2001 3 commits
  7. 18 Jul, 2001 2 commits
  8. 13 Jul, 2001 1 commit
    • Bill Stoddard's avatar
      Win32: Prevent listening sockets from being inherited by · f0d05926
      Bill Stoddard authored
      the Apache child process, CGI scripts, rotatelog process
      etc.  If the Apache child process segfaults, any processes
      that the child started are not reaped. Prior to this fix,
      these processes inherited the listening sockets which sometimes
      prevented the restarted Apache child process from accepting
      connections (ie, the server would hang).
      
      The Sleep(1000) is a bit of a hack but it is sufficient I believe. All
      that is really necessary is for the parent to give up its quantum and
      allow the child to run. I could not get WaitForInputIdle to work properly.
      Will investigate alternative solutions later.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89547 13f79535-47bb-0310-9956-ffa450edef68
      f0d05926
  9. 12 Jul, 2001 1 commit
  10. 11 Jul, 2001 2 commits
  11. 10 Jul, 2001 1 commit
  12. 09 Jul, 2001 2 commits
  13. 06 Jul, 2001 1 commit
  14. 05 Jul, 2001 1 commit
  15. 02 Jul, 2001 3 commits
  16. 28 Jun, 2001 4 commits
  17. 27 Jun, 2001 1 commit
  18. 26 Jun, 2001 1 commit
  19. 20 Jun, 2001 1 commit
  20. 18 Jun, 2001 2 commits
  21. 15 Jun, 2001 1 commit
  22. 12 Jun, 2001 2 commits
  23. 11 Jun, 2001 1 commit
  24. 10 Jun, 2001 2 commits
  25. 09 Jun, 2001 1 commit
  26. 07 Jun, 2001 1 commit
    • Victor J. Orlikowski's avatar
      Generate httpd.exp on the fly. · af60b7d2
      Victor J. Orlikowski authored
      This should allow DSOs to work on AIX, without the headache of maintaining
      the httpd.exp file.
      This is adapted from OS/2's generation of ApacheCoreOS2.def.
      There exist a few bugs still:
          1) mod_dav and mod_proxy may not yet work, due to certain namespace issues.
          2) Some symbols may need to be added, a la core_header.def
      Once these have been fixed, the old httpd.exp file will be deleted.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89288 13f79535-47bb-0310-9956-ffa450edef68
      af60b7d2