Skip to content
  1. Oct 11, 1999
  2. Oct 10, 1999
  3. Oct 09, 1999
    • 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. Oct 08, 1999
  5. Oct 07, 1999
  6. Oct 06, 1999
  7. Oct 05, 1999
  8. Oct 04, 1999
  9. Oct 01, 1999
  10. Sep 27, 1999
  11. Sep 24, 1999
  12. Sep 23, 1999
  13. Sep 20, 1999
  14. Sep 18, 1999
  15. Sep 17, 1999
  16. Sep 14, 1999
    • 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. Sep 13, 1999