]> granicus.if.org Git - apache/history - modules
Move the initialization of rebind to the post_config handler so that it is done durin...
[apache] / modules /
2008-04-09 Bradley NicholesMove the initialization of rebind to the post_config...
2008-04-09 Chris DarrochHandle integer configuration directive parameters with...
2008-04-09 Chris DarrochLet each consumer of authn providers redefine the list_...
2008-04-09 Joe Orton* modules/cache/ap_socache.h: Doxify.
2008-04-09 Guenter Knaufmake use of var for output name.
2008-04-09 Guenter KnaufFixed export list for mod_session.
2008-04-09 Guenter Knaufadded mod_auth_form to NetWare build.
2008-04-09 Guenter KnaufNo var declarations in the middle of the code.
2008-04-09 Graham LeggettChange the directives within the mod_session* modules...
2008-04-09 Graham Leggettmod_auth_form: Add a module capable of allowing end...
2008-04-09 Graham LeggettAdd a function to the http filters that is able to...
2008-04-09 Guenter Knaufoops - checked in wrong makefile.
2008-04-09 Guenter Knaufadded new chache modules to NetWare build.
2008-04-08 Graham LeggettInsert prototypes to remove compiler warnings. [Joe...
2008-04-08 Guenter Knaufadded include dir.
2008-04-08 Joe Orton* modules/cache/mod_socache_dbm.c: Fix some dodgy forma...
2008-04-08 Joe OrtonAdjust socache init interface to take sizing hints...
2008-04-08 Guenter Knaufadded session modules to NetWare build.
2008-04-08 Joe OrtonMissed in r645940:
2008-04-08 Joe Orton* modules/ssl/ssl_engine_config.c: Remove unused macro.
2008-04-08 Joe OrtonSession cache interface redesign, Part 9:
2008-04-08 Guenter Knaufadded eol-style property to makefiles.
2008-04-08 Guenter Knaufadded makefiles for NetWare.
2008-04-08 Guenter KnaufNo var declarations in the middle of the code.
2008-04-08 Joe Orton* modules/cache/ap_socache.h: Add ap_socache_instance_t...
2008-04-08 Ruediger Pluem* Fix eol-style property.
2008-04-08 Guenter KnaufNo var declarations in the middle of the code.
2008-04-08 Guenter KnaufNO var declarations in the middle of the code.
2008-04-08 Joe OrtonSession cache interface redesign, Part 8:
2008-04-08 Ruediger Pluem* In the case that we fail to read the response line...
2008-04-08 Jim JagielskiUse what we have. This logic belongs here anyway...
2008-04-07 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_error...
2008-04-07 Joe OrtonClean up some more error handling in mod_ssl:
2008-04-07 Joe OrtonClean up some error handling in mod_ssl:
2008-04-07 Joe Orton* modules/http/http_protocol.c (is_mpm_running): Fix...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove calls to ap_graceful_stop_signalled, and replace...
2008-04-06 Graham Leggettmod_session_crypto: Initialise SSL in the post config...
2008-04-06 Graham LeggettFix the defaults, which currently override the config...
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2008-04-05 Graham LeggettOptimisation: We have no need to distiguish between...
2008-04-05 Graham LeggettRemove an unnecessary config structure lookup during...
2008-04-05 Graham LeggettClarify the operation of the SessionCryptoPassphrase...
2008-04-05 Graham Leggettmod_session_dbd: Add a session implementation capable...
2008-04-05 Graham LeggettRename the ap_escape_path_segment_b function as suggest...
2008-04-05 Graham LeggettMake sure we protect ourselves against the session...
2008-04-04 Graham Leggettmod_session_crypto: Add a session encoding implementati...
2008-04-04 Graham Leggettmod_session_cookie: Add a session implementation capabl...
2008-04-04 Graham Leggettmod_session: Add a generic session interface to unify...
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-04-03 Jim Jagielskiclose PR 44381
2008-04-02 Ruediger Pluem* Prevent a segfault if the destination URI of a copy...
2008-03-31 Nick KewRemove ap_expr_clone from the API (same day it was...
2008-03-31 Nick KewUpdate mod_filter to use ap_expr
2008-03-31 Nick KewUpdate mod_include for ap_expr update
2008-03-29 Nick KewUpdate mod_include to use ap_expr API
2008-03-27 Jean-Frederic ClereRemove useless test.
2008-03-25 Chris DarrochReturn AUTHZ_GRANTED not AUTHZ_DENIED when redirecting...
2008-03-20 Ruediger Pluem* Initialize hash needed by ap_register_rewrite_mapfunc...
2008-03-19 Chris DarrochPR #43210: Disambiguate and tidy database authenticatio...
2008-03-13 Ruediger Pluem* Do not do Range requests if we use our own conditiona...
2008-03-12 Ruediger Pluem* Restore the original request headers if the cached...
2008-03-11 Jim JagielskiPR 43562.
2008-03-07 Eric Covener* mod_ldap: Correctly return all requested attribute...
2008-03-05 Ruediger Pluem* Add checkfile2 at the end of the struct and not in...
2008-03-04 Eric Covenerreturn AUTHZ_GRANTED instead of OK from the LDAP nested...
2008-03-04 Joe OrtonSession cache interface redesign, Part 7:
2008-03-02 Ruediger Pluem* If the cached entity contained Cache-Control: no...
2008-03-02 Niklas Edmundssonmod_rewrite: Check all files used by DBM maps for fresh...
2008-02-29 Martin KraemerWhen sending a proxy request of the form
2008-02-27 Ruediger Pluem* Do not retry a direct connection if the request has...
2008-02-27 Ruediger Pluem* Do not segfault when either no mutex is needed either...
2008-02-26 Eric Covenertweak to include recently added TranslateAllMimeTypes...
2008-02-26 Joe OrtonSession cache interface redesign, Part 6:
2008-02-26 Joe Orton* modules/ssl/ssl_scache_memcache.c (mc_session_id2sz...
2008-02-26 Joe Orton* modules/ssl/ssl_scache.c (ssl_ext_status_hook): Do...
2008-02-26 Martin KraemerAllow compilation with pre-c99 compilers
2008-02-25 Joe Orton* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_remove...
2008-02-25 Joe OrtonSession cache interface redesign, Part 5:
2008-02-25 Joe Orton* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_create...
2008-02-25 Joe OrtonSession cache interface redesign, Part 4:
2008-02-25 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_FindCAList...
2008-02-25 Joe Orton* modules/ssl/ssl_scache.c (ssl_scache_init): Reformat
2008-02-25 Joe Orton* modules/ssl/ssl_private.h: Specify extern storage for
2008-02-25 Joe Orton* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_retrieve...
2008-02-25 Joe Orton* modules/ssl/ssl_scache_shmcb.c (shmcb_subcache_retrieve,
2008-02-23 Guenter Knaufchanged comments; no functional change.
2008-02-22 Joe OrtonSession cache interface redesign, Part 3:
2008-02-22 Joe OrtonMove SSL session data deserialization up out of the...
2008-02-22 Joe Orton* modules/ssl/ssl_scache_shmcb.c: Describe the data...
2008-02-22 Joe OrtonMove SSL session data serialization up out of the sessi...
2008-02-22 Joe OrtonRe-implement the SSL session cache abstraction using...
2008-02-21 Eric Covenerrename mod_charset_lite CharsetOption ForceAllMimeTypes to
2008-02-20 Eric Covener *) mod_charset_lite: Add ForceAllMimeTypes sub-option to
2008-02-20 Ruediger Pluem* Set aside buckets that remain unprocessed in the...
2008-02-18 Jim JagielskiIn the case where we have only 1 pattern, then we
2008-02-18 Nick Kewhttp_filters: Don't send 100-continue when 4xx is due
2008-02-14 Jim JagielskiChange default of mod_substitute to flattening...
2008-02-14 Jim JagielskiNote why we aren't bothering to check that we have
2008-02-14 Jim JagielskiAdd in mod_jk's disablereuse analog for mod_proxy.
next