Skip to content
  1. Oct 07, 1999
    • Ben Hyde's avatar
      Man! This file vastly improved. Thanks Dean! · bb29070b
      Ben Hyde authored
      Use the abstraction API_EXPORT_NONSTD for exporting main (aka
      apache_main).  Use clear rather than destroy on ptemp as other
      'systolic' pools do.  That also fixing a leak of the first ptemp
      created.  Let the destroy of pglobal to all the cleanup.  Meanwhile,
      all exit paths should destroy pglobal so the cleanup/unwind gets run
      and this routine sets a bad example by having many exits that don't -
      another day.
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83939 13f79535-47bb-0310-9956-ffa450edef68
      bb29070b
  2. Oct 06, 1999
  3. Oct 05, 1999
  4. Oct 04, 1999
  5. Oct 01, 1999
  6. Sep 27, 1999
  7. Sep 24, 1999
  8. Sep 23, 1999
  9. Sep 20, 1999
  10. Sep 18, 1999
  11. Sep 17, 1999
  12. 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
  13. Sep 13, 1999
  14. Sep 11, 1999
  15. Sep 08, 1999
  16. Sep 07, 1999
  17. Sep 06, 1999
  18. Sep 04, 1999
  19. Sep 01, 1999
  20. Aug 31, 1999