- Dec 26, 2013
-
-
Graham Leggett authored
trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1534321 http://svn.apache.org/viewvc?view=revision&revision=1550061 Submitted by: Jan Kaluza <jkaluza redhat.com> Reviewed by: jim, jorton, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553540 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553538 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
- log.c: avoid needless apr_pstrdup() - Use apr_pstrmemdup instead of apr_pstrndup when this is safe. - Use apr_pstrmemdup instead of apr_pstrndup when this is safe. - Remove redundant check - 'ap_getword_conf' does not return NULL but an empty string - Ease logic around 'ap_getword_conf' and drop useless line of code. - 'ap_getword_conf' can not return NULL - 'ap_getword_conf' can not return NULL - Remove redundant check (already performed the line before) - Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable trunk patches: - https://svn.apache.org/viewvc?view=revision&revision=1532122 - https://svn.apache.org/viewvc?view=revision&revision=1549676 - https://svn.apache.org/viewvc?view=revision&revision=1549680 - https://svn.apache.org/viewvc?view=revision&revision=1550651 - https://svn.apache.org/viewvc?view=revision&revision=1551005 - https://svn.apache.org/viewvc?view=revision&revision=1551009 - https://svn.apache.org/viewvc?view=revision&revision=1551010 - https://svn.apache.org/viewvc?view=revision&revision=1551011 - https://svn.apache.org/viewvc?view=revision&revision=1551012 - https://svn.apache.org/viewvc?view=revision&revision=1551013 2.4.x patches: trunk patches work http://people.apache.org/~jim/patches/ez-2.4-v2.patch +1: jailletc36, jim, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553532 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553530 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
- Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror - remove unused variables - axe some useless assignments (clang scan-build) - Remove useless apr_pstrdup as done for other mod_auth modules in r1026660 - Remove unused APXS setting from template for generated Makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553528 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553526 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553523 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
rpm spec file: Ensure that apr-util-ldap is installed when mod_authnz_ldap is installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553516 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Deffontaines authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553505 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Deffontaines authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553503 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553497 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553495 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 24, 2013
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553325 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553299 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 23, 2013
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553111 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2013
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551976 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
get arpa/inet.h from apr_want.h for htons where applicable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551969 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size previously limited to 64MB. Limit SHMCB_MAX_SIZE to min(UINT_MAX, APR_SIZE_MAX) to match the current code Submitted by: minfrin, sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551932 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551931 13f79535-47bb-0310-9956-ffa450edef68
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551853 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2013
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551602 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2013
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551242 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551241 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551226 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 15, 2013
-
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551023 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2013
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550932 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 13, 2013
-
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550829 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550688 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550685 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550683 13f79535-47bb-0310-9956-ffa450edef68
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550652 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2013
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550439 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2013
-
-
Daniel Ruggeri authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1548244 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2013
-
-
Jim Jagielski authored
mod_lua: Fix compiler warning by using correct APR_SIZE_T_FMT and APR_OFF_T_FMT format macro in debug logging. Submitted by: rjung Reviewed/backported by: jim NOTE: Not sure about CHANGES... is there a BUGZ on this? In general, CHANGES is for userland visible changes or BUGZ bug fixes, and not sure if this really applies here. But it's OK if someone wants to add something to CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546976 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546972 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2013
-
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546790 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 2013
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546753 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2013
-
-
Daniel Gruno authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546547 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
compat note for AuthLDAPBindPassword exec: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546535 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 28, 2013
-
-
Gregg Lewis Smith authored
PR 54739 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546439 13f79535-47bb-0310-9956-ffa450edef68
-