1. 20 Sep, 2000 10 commits
  2. 19 Sep, 2000 7 commits
  3. 18 Sep, 2000 4 commits
  4. 17 Sep, 2000 3 commits
  5. 15 Sep, 2000 7 commits
  6. 14 Sep, 2000 8 commits
  7. 13 Sep, 2000 1 commit
    • Ryan Bloom's avatar
      Add the AddFilter directive. This directive takes a list of filter names · 2e63dc0e
      Ryan Bloom authored
      that have been previously registered with the server.  Currently the
      directive is only valid inside the config file, but once the Options
      directive is tweaked a bit, I would feel more comfortable exposing this
      directive to htaccess files.
      
      As a part of making adding this filter, I removed the ctx pointer from the
      ap_add_filter prototype.  The problem is that the core is the thing that
      is actually inserting the filter into the filter stack, but the core doesn't
      know how to allocate memory for each filter.  The solution is to have the
      filters themselves be responsible for allocating the ctx memory whenever
      it is required.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86220 13f79535-47bb-0310-9956-ffa450edef68
      2e63dc0e