| Commit message (Expand) | Author | Age | Files | Lines |
* | Add string valued expressions to ap_expr, do some API cleanup | Stefan Fritsch | 2011-07-02 | 2 | -13/+69 |
* | And roll on to 2.3.14 | Jim Jagielski | 2011-06-28 | 1 | -2/+2 |
* | Get ready to tag as 2.3.13-beta | Jim Jagielski | 2011-06-28 | 1 | -1/+1 |
* | Use APR_INLINE instead of inline, to support pre-C99 compilers | Stefan Fritsch | 2011-06-27 | 1 | -1/+1 |
* | Fix load order dependencies in LDAP code by switching to use of APR | Joe Orton | 2011-06-27 | 6 | -80/+46 |
* | dox fix | Stefan Fritsch | 2011-06-25 | 1 | -0/+1 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 2 | -1/+8 |
* | Some improvements for handling of many connections for MPM event: | Stefan Fritsch | 2011-06-19 | 4 | -5/+20 |
* | Introduce new function ap_get_conn_socket() to access the socket of | Stefan Fritsch | 2011-06-13 | 2 | -1/+9 |
* | Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x | Stefan Fritsch | 2011-06-12 | 6 | -11/+18 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 2 | -1/+30 |
* | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 3 | -1/+58 |
* | - Add <ElseIf> and <Else> to complement <If> sections. These are both easier | Stefan Fritsch | 2011-06-05 | 2 | -2/+9 |
* | Reorder members in core_dir_config to be more logical and efficient. | Stefan Fritsch | 2011-06-04 | 1 | -4/+5 |
* | Add __attribute__((sentinel)) to a few functions that require a terminal NULL | Stefan Fritsch | 2011-06-04 | 4 | -9/+20 |
* | Make ap_rputs an inline function, as it is mostly used with string constants | Stefan Fritsch | 2011-06-04 | 2 | -9/+14 |
* | Several fixes for the ap_ldap build logic. This should fix compilation | Stefan Fritsch | 2011-06-04 | 6 | -24/+21 |
* | LDAP_DECLARE Header adjustment for nw/win32 | William A. Rowe Jr | 2011-05-31 | 2 | -2/+44 |
* | Shift declaration logic of LDAP_DECLARE to ap_ldap.h from util_ldap.h | William A. Rowe Jr | 2011-05-31 | 6 | -61/+44 |
* | Incorporate the ap_ldap incomplete API, as there is no interest or effort | William A. Rowe Jr | 2011-05-31 | 8 | -9/+1152 |
* | Add some features to ap_expr for use by mod_include: | Stefan Fritsch | 2011-05-28 | 2 | -1/+20 |
* | Add ap_regexec_len() function that works with non-null-terminated | Stefan Fritsch | 2011-05-21 | 2 | -1/+18 |
* | Add in BalancerGrowth and its functionality... this lays | Jim Jagielski | 2011-05-20 | 1 | -1/+2 |
* | and bump to 2.3.13 | Jim Jagielski | 2011-05-11 | 1 | -2/+2 |
* | Ready to tag 2.3.12-beta | Jim Jagielski | 2011-05-11 | 1 | -1/+1 |
* | allow error log formatters to peek at the message format | Jeff Trawick | 2011-05-09 | 2 | -1/+5 |
* | Use AP_ instead of APR_ and move into the compile CPP | Jim Jagielski | 2011-05-09 | 1 | -0/+4 |
* | Cleanup... most don't need apr_hooks.h at all... | Jim Jagielski | 2011-05-09 | 5 | -5/+0 |
* | Start of ap_hooks.h setup | Jim Jagielski | 2011-05-09 | 2 | -99/+161 |
* | spelling fix | Jeff Trawick | 2011-04-26 | 1 | -1/+1 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 3 | -5/+52 |
* | Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API, | Stefan Fritsch | 2011-04-25 | 3 | -3/+24 |
* | clarify comment | Stefan Fritsch | 2011-04-17 | 1 | -1/+1 |
* | Axed tabs and trailing spaces. | Guenter Knauf | 2011-04-13 | 1 | -106/+106 |
* | Fix some MinGW build issues... | Jeff Trawick | 2011-04-09 | 1 | -0/+4 |
* | Add in a configuration generation... this is independent of | Jim Jagielski | 2011-03-31 | 2 | -0/+4 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 2 | -16/+13 |
* | the mpm-note-child-killed hook was just for use by | Jeff Trawick | 2011-03-30 | 1 | -3/+5 |
* | Expand the comment about APLOG_* and C++ a bit | Stefan Fritsch | 2011-03-30 | 1 | -2/+3 |
* | Add CHANGES entry for r1086756 / ap_cfg_* change | Stefan Fritsch | 2011-03-29 | 1 | -1/+2 |
* | Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. | Stefan Fritsch | 2011-03-29 | 2 | -14/+32 |
* | change signed single-bit fields to unsigned | Jeff Trawick | 2011-03-29 | 1 | -1/+3 |
* | fix incorrect type of LDAP connection pool member, fix naming fors | Eric Covener | 2011-03-29 | 2 | -3/+5 |
* | Wrap at 80 | William A. Rowe Jr | 2011-03-28 | 1 | -2/+4 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 1 | -0/+5 |
* | some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the | Jeff Trawick | 2011-03-28 | 1 | -0/+5 |
* | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 1 | -2/+9 |
* | enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows | Jeff Trawick | 2011-03-28 | 1 | -1/+2 |
* | fix doxygen warnings | Jeff Trawick | 2011-03-28 | 2 | -1/+2 |
* | SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local | Jeff Trawick | 2011-03-26 | 1 | -3/+2 |