1. 08 Oct, 1999 2 commits
    • David Reid's avatar
      · 48f696f6
      David Reid authored
      Well here is the first attempt at an mpm for BeOS.  It's based
      on the mpmt_pthread module but is totally threaded as that what
      BeOS needs.  There's a lot that can be improved but now that it's
      committed others can start looking and helping.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83951 13f79535-47bb-0310-9956-ffa450edef68
      48f696f6
    • David Reid's avatar
      · c67add4c
      David Reid authored
      I think this was missed earlier, and as BeOS doesn't define SO_SNDBUF it was stopping the build.  APR_SO_SNDBUF is defined and so all is well again.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83949 13f79535-47bb-0310-9956-ffa450edef68
      c67add4c
  2. 07 Oct, 1999 10 commits
  3. 06 Oct, 1999 2 commits
  4. 05 Oct, 1999 6 commits
  5. 04 Oct, 1999 2 commits
  6. 01 Oct, 1999 1 commit
  7. 27 Sep, 1999 2 commits
  8. 24 Sep, 1999 2 commits
  9. 23 Sep, 1999 1 commit
  10. 20 Sep, 1999 1 commit
  11. 18 Sep, 1999 1 commit
  12. 17 Sep, 1999 2 commits
  13. 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
  14. 13 Sep, 1999 4 commits
  15. 11 Sep, 1999 3 commits