summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new struct element: name...Jim Jagielski2009-01-021-55/+57
* Transition mod_slotmem to ap_slotmem... just monkeyingJim Jagielski2009-01-011-0/+201
* Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew2008-12-312-1/+11
* Remove unused sb_type member from process_score structure andChris Darroch2008-12-122-3/+3
* * include/util_filter.h (ap_fputstrs): Mark with sentinel attributeJoe Orton2008-12-121-1/+5
* socache API tweaks based on chrisd's review:Joe Orton2008-12-121-4/+9
* * include/ap_socache.h: Use C++ safety wrappers, and rename ->deleteJoe Orton2008-12-091-2/+10
* * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as aJoe Orton2008-12-091-0/+3
* Reduce config overhead for use of socache interface by allowingJoe Orton2008-12-091-7/+12
* Roll on trunk to 2.3.1-dev.Paul Querna2008-12-071-2/+2
* Remove -dev flag to prepare for 2.3.0.Paul Querna2008-12-071-1/+1
* bump minor for new apisPaul Querna2008-12-071-1/+2
* New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq...Paul Querna2008-12-052-0/+3
* Add new api, ap_args_to_table, to parse a request's arguments into a table.Paul Querna2008-12-051-0/+2
* When dtrace support is not present, compile it all the way out.Paul Querna2008-12-052-0/+349
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-051-0/+7
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-023-3/+4
* Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checkingEric Covener2008-11-293-12/+18
* * Rip out the old flushing approach for solving lifetime issues between theRuediger Pluem2008-11-081-1/+4
* Wrap the global count of privileges handlers operating. Silence grumblers.Nick Kew2008-11-031-1/+1
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-0/+4
* Fix handling of authz configurations, make default authz logic replicateChris Darroch2008-11-022-26/+5
* major not minor bump for r709708Chris Darroch2008-11-011-3/+3
* remove unused AUTHZ_GROUP_NOTE defineChris Darroch2008-11-012-2/+2
* fix typoChris Darroch2008-11-011-1/+1
* whitespace cleanupChris Darroch2008-11-011-6/+6
* * include/http_core.hPaul Querna2008-10-291-1/+1
* * include/mod_auth.hPaul Querna2008-10-291-1/+1
* * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thusRuediger Pluem2008-10-222-1/+25
* convert tabs to spacesChris Darroch2008-10-171-5/+5
* Minor bump when exporting mod_rewrite.hGraham Leggett2008-10-151-1/+2
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-204-2/+19
* mod_session_cookie, mod_session_dbd: Make sure cookies are set bothGraham Leggett2008-08-302-6/+15
* The cookie attributes to fix cookie removal required an MMN bumpGraham Leggett2008-08-291-2/+3
* mod_session_cookie: Make sure that cookie attributes are correctlyGraham Leggett2008-08-291-2/+6
* Allow determination of whether to use ';' asJim Jagielski2008-08-211-1/+2
* * Add the possibility to set a separate connection timeout for backendRuediger Pluem2008-08-091-1/+4
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-232-6/+3
* fix comment associated with MMN changeEric Covener2008-07-071-1/+1
* * Include http_config.h to ensure that cmd_parms is defined, otherwiseRuediger Pluem2008-07-041-0/+1
* mod_auth_digest: Detect during startup when AuthDigestProviderEric Covener2008-06-292-1/+6
* Consumed by server/*.c, belongs in include/William A. Rowe Jr2008-06-071-0/+95
* ap_ namespace, a dead giveaway that this information should resideWilliam A. Rowe Jr2008-06-071-0/+159
* You don't export the fn hooked or registered as an optional fnWilliam A. Rowe Jr2008-06-071-23/+0
* Declare the callback function NONSTDWilliam A. Rowe Jr2008-06-071-1/+2
* As this is consumed by the core, mod_auth must reside inWilliam A. Rowe Jr2008-06-071-0/+136
* No. You cannot rely on mod_foo.h magic from theWilliam A. Rowe Jr2008-06-071-0/+137
* Switch ftp_directory_charset and interpolate_env in proxy_dir_conf,Nick Kew2008-05-281-2/+5
* The response to the TRACE method is partially garbled on an EBCDIC platform. Greg Ames2008-05-231-0/+2
* Currently each of the caching module includes logic to implementDirk-Willem van Gulik2008-04-171-1/+3