]> granicus.if.org Git - apache/history - modules
Fix compile time warning. AJP protocol method is byte.
[apache] / modules /
2006-07-31 Mladen TurkFix compile time warning. AJP protocol method is byte.
2006-07-31 Mladen TurkCleanup: Remove checking for pre 2.0.46 MMN. It is
2006-07-29 Ruediger Pluem* Rework inflate out filter and give it a similar workf...
2006-07-29 Ruediger Pluem* some optimizations taken from the inflate out filter
2006-07-29 Ruediger Pluem* We can ignore Z_BUF_ERROR in flush_libz_buffer because:
2006-07-29 Ruediger Pluem* Use a define for the number of validation bytes ...
2006-07-29 Ruediger Pluem* Add parameter crc to flush_libz_buffer in order to...
2006-07-27 Mark J. CoxSECURITY: CVE-2006-3747 (cve.mitre.org)
2006-07-26 Ruediger Pluem* Remove all filters that are before the cache_out...
2006-07-26 Mladen TurkAdd missing prototype for ajp_handle_cping_cpong function
2006-07-26 Mladen TurkAdd missing svn:eol-style native properties.
2006-07-25 Mladen TurkAdjust the svn properties.
2006-07-25 Mladen TurkAdd ajp_utils to the list of ajp objects.
2006-07-25 Mladen TurkAdded cping/cpong support for the AJP protocol.
2006-07-25 Mladen TurkAdd mod_authz_core module to the build.
2006-07-25 Mladen TurkAdd mod_access_conf to the build.
2006-07-24 Bradley NicholesAdd a check to make sure that the base provider and...
2006-07-24 Ruediger Pluem* Rather use a pool cleanup function than calling defla...
2006-07-24 Ruediger Pluem* Fixed typo. No functional change.
2006-07-24 Ruediger Pluem* Initialize zRC to avoid a compiler warning.
2006-07-23 Ruediger Pluem* Style police / style nitpicking. No functional changes.
2006-07-23 Ruediger Pluem* Initialize pkcs7 field of structure
2006-07-23 Nick KewRemove dependence on server config from ap_dbd_prepare...
2006-07-23 Ruediger Pluem* This shortcut is too short. It is not up to the filte...
2006-07-23 Ben LaurieLayout and compiler warning.
2006-07-23 Ben LaurieAdd PKCS#7 support.
2006-07-20 Ruediger Pluem* In preparation of the changes of the inflate out...
2006-07-17 Ruediger Pluem* Remove ourselves from the filter chain if we failed...
2006-07-17 Ruediger Pluem* Fix potential memory leaks in deflate_out_filter...
2006-07-17 Ruediger Pluem* Fix wrong FLUSH bucket handling in deflate_out_filter...
2006-07-15 Nick KewUse <string.h>-compatible versions of ap_str* functions.
2006-07-14 Jim JagielskiDon't down cast
2006-07-13 Nick KewSupport environment variable interpolation in reverse...
2006-07-12 Jim JagielskiThe number of times elected as well as the i/o
2006-07-12 Jim JagielskiIt never fails. I sit on a patch for awhile and
2006-07-12 Jean-Frederic ClereIssue a warning when the same worker name is reused.
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Jim JagielskiAdd in hot-standby balancer member. If all other members
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Jim JagielskiClean up some proxy macros. Avoid the use of magic
2006-07-11 Jim JagielskiRestructure the find_route_worker() function. Basically,
2006-07-06 William A. Rowe Jr This tree can't be named modules/debug/. Now it...
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-29 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_p...
2006-06-27 Ruediger Pluem* Retry worker chosen by client supplied route / redire...
2006-06-26 Ruediger Pluem* Add the following environment variables to expose...
2006-06-22 William A. Rowe Jr Solve 416291, but in a more elegant manner, and with...
2006-06-22 William A. Rowe Jr Stop appending a backslash if some trailing slash...
2006-06-22 William A. Rowe Jr mod_isapi: Handle "HTTP/1.1 200 OK" style status...
2006-06-22 William A. Rowe Jr We need to pay alot more attention here to ap_pass_br...
2006-06-22 William A. Rowe Jr mod_isapi: Ensure we walk through all the methods...
2006-06-22 William A. Rowe Jr New SSLLogLevelDebugDump [ None (default) | IO (not...
2006-06-21 Nick KewPR#39854
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-06-12 Jeff Trawickspellcheck
2006-06-09 Nick KewPR#39761
2006-06-05 Nick KewApply mod_speling enhancement posted by Olivier Thereaux
2006-06-03 Ruediger Pluem* If possible, check if the size of an object to cache...
2006-06-03 Ruediger Pluem* info->expire and info->date are in microseconds....
2006-06-02 Bradley NicholesFix a problem with invalid auth error detection for...
2006-05-30 Ruediger Pluem* Keep the Content-Type for successfully revalidated
2006-05-29 Nick KewChop historic notes no longer relevant since 2.2 release.
2006-05-29 Nick KewPR#39672: Check that filter exists before trying to...
2006-05-28 Ruediger Pluem* Remove temporary files if renaming fails, otherwise...
2006-05-26 Jeff Trawicksmall cleanup of EBCDIC support in mod_proxy_ajp
2006-05-25 Ruediger Pluem* Actually we are adding 3 bytes to the string (two...
2006-05-22 Ruediger Pluem* Cleanup the code by replacing some inline code to...
2006-05-21 Garrett RooneyMake the logging in mod_proxy_fcgi more consistent.
2006-05-21 Ruediger Pluem* Fix const compiler warning introduced by r407357.
2006-05-17 Ruediger Pluem* Handle the cases "no proxy request" and "reverse...
2006-05-17 Joe Orton* modules/generators/mod_autoindex.c (output_directorie...
2006-05-10 Garrett RooneyAdd support for fcgi:// proxies to mod_rewrite.
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-05-04 Jeff Trawickmod_charset_lite: Bypass translation when the source...
2006-05-04 Jeff TrawickStop returning DECLINED from the output filter for...
2006-05-03 Ruediger Pluem* Add Content-Type to headers_out if not already set...
2006-05-03 Joe Orton* modules/ssl/ssl_scache_shmcb.c: Rewrite of shmcb...
2006-04-28 Garrett RooneyFix compile time warnings.
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-24 William A. Rowe Jr Move flex/bison/sed steps into a "mod_ssl - Win32...
2006-04-23 Nick KewPR#39386: Fix merge-config to support prepared statemen...
2006-04-23 Ruediger Pluem* Consequently use disk_cache: in error log strings
2006-04-22 Garrett RooneyMerge the fcgi-proxy-dev branch to trunk, adding a...
2006-04-20 Joe Orton* modules/proxy/proxy_util.c (ap_proxy_initialize_worke...
2006-04-19 Roy T. Fieldingrevert accidental copyright year changes
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the last year of copyright.
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-19 Martin KraemerFix for platforms without threads: inreslist exists...
2006-04-18 Colm MacCarthaighCorrectly handle internal redirects, by testing only...
2006-04-18 Mark J. CoxThiago Zaninotti reported to security@apache.org on...
2006-04-16 Ruediger Pluem* Also initialize local data structures for workers...
2006-04-15 Nick KewPR#39321 - don't segfault if a bad URL is specified...
2006-04-14 Ruediger Pluem* Avoid calling ap_proxy_http_cleanup twice as this...
2006-04-14 Ruediger Pluem* After r377780 the condition in the if clause never...
next