1. 10 Oct, 2018 8 commits
  2. 09 Oct, 2018 8 commits
  3. 08 Oct, 2018 3 commits
  4. 05 Oct, 2018 2 commits
  5. 02 Oct, 2018 2 commits
  6. 29 Sep, 2018 2 commits
  7. 25 Sep, 2018 1 commit
  8. 23 Sep, 2018 1 commit
  9. 22 Sep, 2018 2 commits
  10. 21 Sep, 2018 6 commits
  11. 20 Sep, 2018 2 commits
  12. 19 Sep, 2018 3 commits
    • Jim Jagielski's avatar
      Merge r1835118 from trunk: · 65d2a0e4
      Jim Jagielski authored
      On the trunk:
      
       * silencing gcc uninitialized warning
       * refrainning from apr_table_addn() use since pool debug assumptions are in conflict
       * adding more assertions
       * copy-porting changes to base64 encoding code from mod_md
      
      
      Submitted by: icing
      Reviewed by: icing, minfrin, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841330 13f79535-47bb-0310-9956-ffa450edef68
      65d2a0e4
    • Jim Jagielski's avatar
      Merge r1749402, r1656549, r1840776, r1800126, r1817131, r1834226 from trunk: · 8a4e7e56
      Jim Jagielski authored
      Style only
      
      Be more consistent:
         - add space between (if|while) and \(
         - place of 'break ' statement
      
      Fix cut and paste typo in error message + remove empty lines to be consistent
      
      follow-up to r1656549.
      
      Instead of logging a password (which is not a good practice), clarify the associated message
      
      * Silence compiler warning
      
      Be less tolerant when parsing the credencial for Basic authorization. Only spaces  should be accepted after the authorization scheme. \t are also tolerated.
      
      The current code accepts \v and \f as well.
      
      The same behavior is already used in 'ap_get_basic_auth_pw()' which is mostly the same function as 'get_basic_auth()'.
      
      Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()' should have the following prototype:
      
      apr_status_t (*apr_reslist_destructor)(void *resource, void *params, apr_pool_t *pool);
      Submitted by: jailletc36, rpluem, jailletc36, jailletc36
      Reviewed by: jailletc36, minfrin, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841329 13f79535-47bb-0310-9956-ffa450edef68
      8a4e7e56
    • Jim Jagielski's avatar
      Merge r1546860 from trunk: · 6eb2c81b
      Jim Jagielski authored
      Fix missing spaces in messages
      Submitted by: jailletc36
      Reviewed by: jailletc36, minfrin, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841327 13f79535-47bb-0310-9956-ffa450edef68
      6eb2c81b