1. 21 Jan, 2015 2 commits
    • William A. Rowe Jr's avatar
      Revert r4635428 corresponding to PR41867. · 18995785
      William A. Rowe Jr authored
      The code reverted attempted to restrict comparisons of the r->filename
      to given DirectoryMatch blocks.
      
      r->filename was already a non-directory entity at this point, because we
      have already fallen out of the } while (thisinfo.filetype == APR_DIR);
      block above.
      
      The addition of r->d_is_directory was redundant.  That is what is always
      returned by ap_get_core_module_config(r->per_dir_config).
      
      Note modifying dir_config required an MMN major bump as this commit could
      have realigned the offset of refs (had it been added to the end, this
      would correspond to an mmn minor bump) and other fields packed into the
      same bytes (this is undefined). Bump on revert to prevent unexpected crashes.
      
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1653666 13f79535-47bb-0310-9956-ffa450edef68
      18995785
    • Eric Covener's avatar
      Remove the bitfield spec from the http_ctx_t.state enum · 1fb18200
      Eric Covener authored
      as it causes an error-prone mismatch between the enum values and the
      state values.  Caused a busy loop in windows.  
      
      Added in r1484852 and trunk-only.
      
      Submitted By: Edward Lu, Yann Ylavic
      Committed By: covener
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1653539 13f79535-47bb-0310-9956-ffa450edef68
      1fb18200
  2. 19 Jan, 2015 7 commits
  3. 18 Jan, 2015 2 commits
  4. 17 Jan, 2015 2 commits
  5. 16 Jan, 2015 3 commits
  6. 14 Jan, 2015 2 commits
  7. 13 Jan, 2015 3 commits
  8. 12 Jan, 2015 2 commits
  9. 10 Jan, 2015 2 commits
  10. 09 Jan, 2015 1 commit
  11. 08 Jan, 2015 5 commits
  12. 07 Jan, 2015 4 commits
  13. 06 Jan, 2015 2 commits
  14. 05 Jan, 2015 3 commits