summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the balancer shared memory slot more human readable. But we needJim Jagielski2011-01-192-1/+25
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-182-3/+4
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-173-3/+9
* Oops... I didn't see the test framework error here, but rpluemJim Jagielski2011-01-141-1/+1
* Move nonce to balancer struct and add logic for nonce and growth.Jim Jagielski2011-01-131-0/+5
* Just a note regarding these bitfieldsJim Jagielski2011-01-131-0/+2
* OK... a good commit point (we don't quite compile yet though...)Jim Jagielski2011-01-131-22/+0
* mention when APLOG_USE_MODULE() and AP_DECLARE_MODULE() were addedJeff Trawick2011-01-111-1/+2
* Update copyright year.Rainer Jung2011-01-031-1/+1
* * The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem2010-12-231-1/+2
* And roll on 2.3.11...Jim Jagielski2010-12-131-2/+2
* Get ready to tag 2.3.10-alphaJim Jagielski2010-12-131-1/+1
* doxygen improvementsStefan Fritsch2010-12-112-18/+23
* Fix some doxygen warningsStefan Fritsch2010-12-082-2/+9
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-042-13/+15
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-4/+8
* Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup withStefan Fritsch2010-11-261-3/+10
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1
* Roll on .10Jim Jagielski2010-11-231-2/+2
* Get ready for taggingJim Jagielski2010-11-231-1/+1
* More ap_expr updates:Stefan Fritsch2010-11-212-6/+24
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+26
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-182-2/+13
* Revert r1035504, this was the wrong way to do it.Graham Leggett2010-11-161-2/+1
* Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett2010-11-161-1/+2
* Fix mod_proxy to support setting source address.Nick Kew2010-11-141-2/+3
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+1
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-4/+4
* Tweak some doxygen comments to get these functions to show up inDaniel Earl Poirier2010-11-072-0/+12
* Ooops. Forgot the minor bump for r1032167Stefan Fritsch2010-11-061-1/+2
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-0/+8
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-063-101/+170
* Clarify usage of ap_pregcomp/ap_pregfreeStefan Fritsch2010-10-231-1/+4
* Actually bump MMN for:Stefan Fritsch2010-10-191-1/+1
* As cache_control_t is public, make ap_cache_control() public with it. BumpGraham Leggett2010-10-171-0/+2
* Begin the process of optimising the parsing of Cache-Control headers. ParseGraham Leggett2010-10-161-1/+2
* Fix constness in log macro.Rainer Jung2010-10-151-1/+1
* improve docs for ap_errorlog_handler and ap_errorlog_infoStefan Fritsch2010-10-121-7/+39