1. 10 Jul, 2000 4 commits
  2. 09 Jul, 2000 5 commits
  3. 08 Jul, 2000 5 commits
  4. 07 Jul, 2000 10 commits
  5. 06 Jul, 2000 6 commits
  6. 05 Jul, 2000 6 commits
  7. 04 Jul, 2000 2 commits
  8. 03 Jul, 2000 2 commits
    • Greg Stein's avatar
      Joe Orton writes: · 4de428d4
      Greg Stein authored
      This updates mod_dav for the util_xml changes posted previously:
      
      * dav_xml -> ap_xml, and dav_text -> ap_text renaming
      * Add 'dav_elem_private' to hook mod_dav-specific info up to the
        parsed XML tree. Initialize this in several places, I think I got
        all necessary?  [gjs: yes, you did]
      * Removal of the old "gross_hack", and all the XML code that was
        moved into util_xml
      
      Submitted by: Joe Orton <joe@orton.demon.co.uk>
      Reviewed by: Greg Stein
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85761 13f79535-47bb-0310-9956-ffa450edef68
      4de428d4
    • Greg Stein's avatar
      Joe Orton says: · 00319505
      Greg Stein authored
      This patch is a first pass at making util_xml.c independent of mod_dav:
      
      * Rename dav_* to ap_xml_* for exported interface
      * Remove dav_* from private functions
      * Move text_header handling in from dav/main/util.c
      * Move XML tree -> text conversion in
      * Add include/util_xml.h header from parts of mod_dav.h
      
      Submitted by: Joe Orton <joe@orton.demon.co.uk>
      Reviewed by: Greg Stein
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85760 13f79535-47bb-0310-9956-ffa450edef68
      00319505