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