summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* and bump to 2.3.13Jim Jagielski2011-05-111-2/+2
* Ready to tag 2.3.12-betaJim Jagielski2011-05-111-1/+1
* allow error log formatters to peek at the message formatJeff Trawick2011-05-092-1/+5
* Use AP_ instead of APR_ and move into the compile CPPJim Jagielski2011-05-091-0/+4
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-095-5/+0
* Start of ap_hooks.h setupJim Jagielski2011-05-092-99/+161
* spelling fixJeff Trawick2011-04-251-1/+1
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-253-5/+52
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-253-3/+24
* clarify commentStefan Fritsch2011-04-171-1/+1
* Axed tabs and trailing spaces.Guenter Knauf2011-04-131-106/+106
* Fix some MinGW build issues...Jeff Trawick2011-04-091-0/+4
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-312-0/+4
* Simplify the interface to ap_reclaim_child_processes() andJeff Trawick2011-03-302-16/+13
* the mpm-note-child-killed hook was just for use byJeff Trawick2011-03-301-3/+5
* Expand the comment about APLOG_* and C++ a bitStefan Fritsch2011-03-291-2/+3
* Add CHANGES entry for r1086756 / ap_cfg_* changeStefan Fritsch2011-03-291-1/+2
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-292-14/+32
* change signed single-bit fields to unsignedJeff Trawick2011-03-291-1/+3
* fix incorrect type of LDAP connection pool member, fix naming forsEric Covener2011-03-282-3/+5
* Wrap at 80William A. Rowe Jr2011-03-281-2/+4
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-281-0/+5
* some non-MPM code wants to see DEFAULT_PIDLOG, so liberate theJeff Trawick2011-03-281-0/+5
* consolidate logic to remove the pidfile in a new API,Jeff Trawick2011-03-281-2/+9
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-271-1/+2
* fix doxygen warningsJeff Trawick2011-03-272-1/+2
* SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some localJeff Trawick2011-03-261-3/+2
* aplog_module_index must always be set for C++, so simplifyJeff Trawick2011-03-261-0/+4
* Correct C++ incompatibility with http_log.h.Jeff Trawick2011-03-261-0/+9
* Added prototype for initgroups().Guenter Knauf2011-03-161-0/+13
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-163-2/+5
* fix butchered sentence in ap_args_to_table() docsJeff Trawick2011-03-141-1/+1
* a bit of doc for ap_args_to_table()Jeff Trawick2011-03-141-0/+8
* Lay some groundwork for improvements to the connection pool.Eric Covener2011-03-122-12/+9
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-2/+2
* spelling fix in a commentJeff Trawick2011-03-031-1/+1
* And roll onto 2.3.12Jim Jagielski2011-03-011-2/+2
* Ready to tag 2.3.11 as beta!Jim Jagielski2011-03-011-1/+1
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-9/+9
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-183-51/+29
* spelling fixJeff Trawick2011-02-171-1/+1
* ap_main_state and ap_run_mode should be marked "extern"Jeff Trawick2011-02-161-2/+2
* Document pre_read_request and bump mmnJim Jagielski2011-02-141-1/+2
* New hook: ap_run_pre_read_request()Jim Jagielski2011-02-141-6/+19
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-123-1/+52
* Slotmem now provides for the number of "free" slotsJim Jagielski2011-02-071-0/+8
* Raise DYNAMIC_MODULE_LIMIT to 256Stefan Fritsch2011-02-032-3/+4
* Make ap_pstr2_alnum accept const char destStefan Fritsch2011-01-211-1/+2
* Add support to set variables with the 'Define' directive. ChangeStefan Fritsch2011-01-201-4/+5
* Make it clear that '_' is a possible char and acceptedJim Jagielski2011-01-192-7/+7