]> granicus.if.org Git - apache/history - modules
* According to RFC 2616 8.2.3 we are not allowed to forward an
[apache] / modules /
2008-05-29 Ruediger Pluem* According to RFC 2616 8.2.3 we are not allowed to...
2008-05-29 Ruediger Pluem* Set at init time and combine comments.
2008-05-29 Ruediger Pluem* Do not add the query string again in the case that...
2008-05-28 Nick KewSwitch ftp_directory_charset and interpolate_env in...
2008-05-27 Ruediger Pluem* mod_proxy_http.c
2008-05-27 Ruediger Pluem* Make setting of HttpOnly flag more explicit.
2008-05-27 Ruediger Pluem* Handle the case that secure is NULL
2008-05-26 Ruediger Pluem* Introduce a flag to decide whether we sent an body...
2008-05-23 Bradley NicholesFor now don't build mod_session_crypto on NetWare
2008-05-23 Bradley NicholesBuild mod_request on NetWare
2008-05-23 Bradley NicholesAdd new exports
2008-05-23 Bradley NicholesAdd an include path to mod_request.h
2008-05-23 Greg AmesThe response to the TRACE method is partially garbled...
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-05-19 Ruediger Pluem* Only send 100-continue if the status code so far...
2008-05-10 Graham LeggettMake sure the optional function calls are used for...
2008-05-10 Roy T. Fieldingfix uninitialized variable
2008-05-09 Graham LeggettRemove extra cruft that ended up in a commit.
2008-05-09 Graham Leggettcore, mod_proxy: If a kept_body is present, it becomes...
2008-05-09 Graham Leggettmod_auth_form: Make sure the input filter stack is...
2008-05-09 Graham Leggettmod_request: Insert the KEPT_BODY filter via the insert...
2008-05-08 Eric Covener*) mod_cgid: Explicitly set permissions of the socket...
2008-05-07 Jeff Trawickmod_cgid: Don't try to restart the daemon if it fails...
2008-05-07 Ruediger Pluem* Make code more readable by using OR (which is also...
2008-05-07 Graham LeggettFix the method used to detect the root of the request...
2008-05-07 Joe Orton* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remov...
2008-05-01 Graham LeggettRemove C++ style comments.
2008-04-21 Jean-Frederic ClereTypo.
2008-04-20 Jim JagielskiSet at init time, and combine comments
2008-04-19 Ruediger Pluem* Do not add the query string again in the case that...
2008-04-19 Ruediger Pluem* We need to use the headers_out table we merged above...
2008-04-19 Ruediger Pluem* Style fixes. No functional changes.
2008-04-19 Ruediger Pluem* Use the correct headers_out table for overlaying.
2008-04-18 Dirk-Willem van... Centralize the error-header collapsing done when sendin...
2008-04-18 Martin KraemerMake it compile on pre-C99 compilers
2008-04-17 Ruediger Pluem* The previous patch did not work correctly with neithe...
2008-04-17 Ruediger Pluem* Require to explicitly enable mod_session_crypto since...
2008-04-17 Ruediger Pluem* Fix r649054: Do the correct thing when neither enable...
2008-04-17 Jim Jagielskihandle ? in cases where nocanon is in effect
2008-04-17 Ruediger Pluem* Style police. No functional changes.
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the main mod_c...
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the memory...
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the disk cachi...
2008-04-17 Jim Jagielskiand make mod_proxy_fcgi also nocanon aware
2008-04-17 Jim JagielskiMake mod_proxy_ajp aware of the nocanon envvar
2008-04-17 Dirk-Willem van... Currently each of the caching module includes logic...
2008-04-17 Graham LeggettEnsure that the REMOTE_USER variable is correctly writt...
2008-04-17 Graham LeggettBe defensive to ensure no segfault should the session...
2008-04-17 Graham LeggettFix the optional declarations so that the modules will...
2008-04-17 Joe Orton* modules/session/config.m4: Have --disable-session...
2008-04-16 Chris Darrochremove const on socache module declarations to avoid...
2008-04-15 Graham LeggettMove the public mod_request.h header out of the include...
2008-04-12 Ruediger Pluem* Allow Cookie option to set secure and HttpOnly flags
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-10 Chris DarrochFix socache modules' APACHE_MODULE() definitions.
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...
next