1. 19 Jul, 2000 1 commit
    • Jeff Trawick's avatar
      Make ap_child_init_lock() work properly... It didn't · d9ce4a6e
      Jeff Trawick authored
      call ap_unix_child_init_lock() at the right time, so any
      lock mechanism which had interesting work to do (only flock())
      was broken.
      
      Fix the flock() flavor of ap_unix_child_init_lock().  It expected
      to create the lock file when it should in fact open the existing
      one.  It also neglected to return the new ap_lock_t structure to
      the caller.
      
      Improve logging of lock init errors in prefork (I know, prefork is
      a lame duck, but I used the improved logging in prefork to help
      debug the problem).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85861 13f79535-47bb-0310-9956-ffa450edef68
      d9ce4a6e
  2. 17 Jul, 2000 3 commits
  3. 16 Jul, 2000 2 commits
  4. 15 Jul, 2000 2 commits
  5. 14 Jul, 2000 3 commits
  6. 13 Jul, 2000 5 commits
  7. 12 Jul, 2000 7 commits
  8. 11 Jul, 2000 7 commits
  9. 10 Jul, 2000 10 commits