]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2006-08-18  Jim JagielskiUpdates docs w/ transforms. Use Andre's patch to lib...
2006-08-18  Nick KewLog a message if we try to prepare a statement not...
2006-08-18  Nick KewDon't use NULL s->server_hostname as hash lookup key.
2006-08-17  Jim JagielskiUpdate docs and transforms
2006-08-17  Jim JagielskiFix context error
2006-08-17  Jim JagielskiUpdate docs for proxy:
2006-08-14  Chris DarrochIntroduce a check_config phase between pre_config and...
2006-08-14  Nick KewNote bugfix
2006-08-14  Nick KewPR#37770: Don't try to use dead backend connection...
2006-08-08  Nick KewFix tabs introduced in r429875
2006-08-08  Nick KewThat proxy change was functional, even if it was just...
2006-08-08  Nick KewPR#38448: don't URLencode tilde in path component
2006-08-08  Nick KewFix style (indentation at least) to apache style rules...
2006-08-05  William A.... Observed by hunter - fix the cut n paste errors in...
2006-08-05  Chris Pepper Document that httpd -L doesn't list shared modules.
2006-08-04  Bradley Nicholesrevert the definitive bit for the reject directive.
2006-08-04  Bradley Nicholesrevert the reject directive is definitive patch and...
2006-08-03  Jim JagielskiInitialization change. Move to a different format
2006-08-03  Jim JagielskiReset standby flags for each loop through the cluster...
2006-08-03  Joe Orton* modules/proxy/mod_proxy.c (proxysection): Fix another...
2006-08-03  Mladen TurkDo not return on WAIT_ABANDONED signals.
2006-08-02  Bradley Nicholesfix typo
2006-08-02  Ruediger Pluem* Followup patch on r427959:
2006-08-02  Mladen TurkFix return values from wait_for_many_objects.
2006-08-02  Mladen TurkRevert the patch. Although the problem still exists
2006-08-02  Mladen TurkFix the assertion if the WaitForMutipleObjects
2006-08-02  Mladen TurkCleanup: Remove close_on_recycle from proxy_conn_rec.
2006-08-02  Mladen TurkMake sure the error signature is logged as double
2006-08-02  Mladen TurkAllow optional name=value options within <Proxy
2006-08-02  Mladen TurkEnable ProxySet inside <Proxy> section to
2006-08-01  Bradley Nicholesfix a typo
2006-08-01  Bradley NicholesConverted the reject directive to be definitive and...
2006-07-31  Jim JagielskiGood catch by Ruediger
2006-07-31  Jim JagielskiAdd in a very simple balancer "set" concept, which...
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  William A.... Wrong project name
2006-07-27  Mark J. CoxSECURITY: CVE-2006-3747 (cve.mitre.org)
2006-07-27  Mladen TurkDocument new ping parameter.
2006-07-26  Ruediger Pluem* Remove all filters that are before the cache_out...
2006-07-26  Ruediger Pluem* Sync with 2.2.x CHANGES
2006-07-26  Ruediger Pluem* Sync with 2.2.x CHANGES file
2006-07-26  Mladen TurkAdd missing prototype for ajp_handle_cping_cpong function
2006-07-26  Nick KewNote backport
2006-07-26  Mladen TurkAdd missing svn:eol-style native properties.
2006-07-26  Jim Jagielskiremove BOM
2006-07-26  Roy T. FieldingFix warning on Darwin 8.7.0 (OS X 10.4.7) due to the...
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 TurkOops. Something went wrong with the merge.
2006-07-25  Mladen TurkAdd mod_access_conf to the build.
2006-07-25  Mladen TurkAdd mod_access_conf module base address.
2006-07-25  Mladen TurkAdd mod_access_conf to the build.
2006-07-25  Ruediger Pluem* Although the lstat call should rarely ever fail,...
2006-07-24  Bradley NicholesAdd a check to make sure that the base provider and...
2006-07-24  Jeff TrawickScriptSock has been global-only for a couple of years
2006-07-24  Ruediger Pluem* Rather use a pool cleanup function than calling defla...
2006-07-24  Ruediger Pluem* Fix typo. No functional change.
2006-07-24  Ruediger Pluem* Fixed typo. No functional change.
2006-07-24  Ruediger Pluem* Initialize zRC to avoid a compiler warning.
2006-07-24  Jeff Trawickreflect backports of two MPM fixes
2006-07-23  Joshua SliveFinish reverting r410758.
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  Joshua SliveUse the 2.3-style access control properly (I hope).
2006-07-23  Joshua SliveBackout r410758 because DavLockDB needs to point to...
2006-07-23  Nick KewRecord bugfix
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-23  William A.... Simplify; installtest was an -artifact-, not a design...
2006-07-23  Mladen TurkFix the typo (probably). The %~na is something windows
2006-07-23  Mladen TurkFix targets so that InstallBin calls the conf install,
2006-07-20  Ruediger Pluem* Remove the word SECURITY to address Joe's and Bill...
2006-07-20  Ruediger Pluem* In preparation of the changes of the inflate out...
2006-07-20  Ruediger Pluem* Check for symbolic links of the target file in the...
2006-07-19  William A.... Alas, it was not to be. Deprecate mod_aspdotnet...
2006-07-18  Paul QuernaRevert r422298, because it introduces GNU Make specific...
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  Paul Quernagen_test_char doesn't actually need the util_debug...
2006-07-15  Paul QuernaMakefile.in: Don't try to compile checkgid and fcgistar...
2006-07-15  Paul QuernaDisable the getpwnam and getgrnam functions, since...
2006-07-15  Paul Quernainclude/ap_config.h: Include the autoconf generated...
2006-07-15  Paul QuernaOn mingw32, the APACHE_MPM_DIR is defined from the...
2006-07-15  Paul QuernaBring in basic support for building the winnt MPM under...
2006-07-15  Nick KewUse <string.h>-compatible versions of ap_str* functions.
2006-07-14  Jim JagielskiDon't down cast
2006-07-14  William A.... Refresh some language for windows builders
2006-07-13  Nick KewTypo fix
2006-07-13  Nick KewSupport environment variable interpolation in reverse...
next