1. 11 Oct, 1999 2 commits
  2. 10 Oct, 1999 2 commits
  3. 09 Oct, 1999 1 commit
    • David Reid's avatar
      · 6ad4d874
      David Reid authored
      Incorporate Ben's changes to ap_listen_open in the beos mpm.  Also used
      the opportunity to make the setup_listeners routine the same as the other
      mpm's.  If we're all doing it the same should it be in an mpm at all?
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83954 13f79535-47bb-0310-9956-ffa450edef68
      6ad4d874
  4. 08 Oct, 1999 3 commits
  5. 07 Oct, 1999 10 commits
  6. 06 Oct, 1999 2 commits
  7. 05 Oct, 1999 6 commits
  8. 04 Oct, 1999 2 commits
  9. 01 Oct, 1999 1 commit
  10. 27 Sep, 1999 2 commits
  11. 24 Sep, 1999 2 commits
  12. 23 Sep, 1999 1 commit
  13. 20 Sep, 1999 1 commit
  14. 18 Sep, 1999 1 commit
  15. 17 Sep, 1999 2 commits
  16. 14 Sep, 1999 1 commit
    • Ryan Bloom's avatar
      A change to how APR uses user data. Now, user data is a linked list that · d12994c2
      Ryan Bloom authored
      is retreivable using a char string.  Basically, you provide a string that
      will be used as a key when you store the data.  If the key was used before,
      we will overwrite the old data.  When you want to retreive your data, pass
      in the same key, and we will find the data you care about.  This also makes
      it harder to put user data in when creating a context, so that option has
      disappeared.  It is also impossible to inherit user data from parent contexts.
      This option may be added in later.  I will be documenting this VERY soon.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83901 13f79535-47bb-0310-9956-ffa450edef68
      d12994c2
  17. 13 Sep, 1999 1 commit