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