]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2007-12-11  Ruediger Pluem* Do not set filter context brigade to NULL (and thus...
2007-12-10  Mladen TurkDocument the usage of ProxyIOBufferSize to extend the...
2007-12-10  Mladen TurkUse 64K as maximum allowable AJP packet size
2007-12-09  Ruediger Pluem* Update transformation.
2007-12-09  Ruediger Pluem* mod_substitute is no longer experimental.
2007-12-09  Ruediger Pluem* Do not split the brigade if the flush bucket is the...
2007-12-09  William A.... Make that two files that hadn't noticed the movement...
2007-12-09  William A.... One file hadn't noted the movement -> filters from...
2007-12-09  Ruediger Pluem* These one have been backported.
2007-12-09  Justin ErenkrantzCase statements should go on their own line. (No funct...
2007-12-08  Ruediger Pluem* Enable the proxy to keep connections persistent in...
2007-12-08  Ruediger Pluem* s/MAX_BUCKETS/AP_MAX_BUCKETS/ to avoid namespace...
2007-12-08  Ruediger Pluem* All these changes have been backported.
2007-12-08  Jim JagielskiAlternate fix... profiling indicates that the string
2007-12-08  Ruediger Pluem* Optimize memory behaviour of mod_substitute by
2007-12-08  Jeff Trawickreadability tweak
2007-12-08  Ruediger Pluem* If no data is available at this point of time we...
2007-12-06  Vincent BrayUpdate transformations
2007-12-06  Vincent BrayVarious language fixes.
2007-12-05  Vincent BrayUpdate transformations
2007-12-05  Vincent Bray'Bodys' typo
2007-12-04  Joe Orton* modules/ssl/ssl_engine_kernel.c (upgrade_connection...
2007-12-03  William A.... Reflow ALL of 2.x trunk STATUS to the same indention...
2007-12-03  William A.... http_protocol: Escape request method in 413 error repor...
2007-12-03  Joe Orton* modules/ssl/ssl_util_ocsp.c: Fix spelling mistake...
2007-12-03  Joe Orton* modules/ssl/ssl_engine_ocsp.c (verify_ocsp_status...
2007-12-03  Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Drop...
2007-12-03  Joe Orton* modules/ssl/ssl_util_ocsp.c (read_response): Bail...
2007-12-03  Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq...
2007-12-03  Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_input_add_filter,
2007-12-03  Joe OrtonFurther to r599711; document new API guarantee for...
2007-12-02  Vincent BrayUpdate transformations
2007-12-02  Vincent BrayPR#44001 AuthDigestEnableQueryStringHack unnecessary...
2007-12-01  Ruediger Pluem- when using "-l" reduce two consecutive calls to apr_t...
2007-12-01  Vincent BrayUpdate transformations
2007-12-01  Vincent Bray'Recieved' typo
2007-11-30  Paul J. RederOoops. Not sure why this didn't get deleted in the...
2007-11-30  Paul J. RederFinal stage in this ldap commitathon. This fixes some...
2007-11-30  Bradley NicholesNothing left to build in this directory
2007-11-30  Paul J. RederRemove code that was both memory intensive and unnecess...
2007-11-30  Paul J. RederImprove logged information and fix broken doc.
2007-11-30  Ruediger Pluem* Use the correct pool when adding connection level...
2007-11-30  Paul J. RederClear the reason pointer when the connection is cleaned...
2007-11-30  Vincent BrayUpdate transformations
2007-11-30  Vincent BrayBriefly mention UserDir's url redirection abilities
2007-11-30  Paul J. RederDo a better job of checking managing memory during...
2007-11-30  Paul J. RederGet rid of some compiler warnings.
2007-11-30  Vincent BrayUserDir accepts multiple file paths. Submitted by:...
2007-11-29  Vincent BrayRepeated 'RewriteRule'
2007-11-29  Ruediger Pluem* Detabify and make spacing in HTML code the same as...
2007-11-29  Joe Orton* modules/ssl/ssl_engine_ocsp.c, modules/ssl/ssl_privat...
2007-11-29  Joe Orton* modules/ssl/ssl_util_ocsp.c (serialize_request):...
2007-11-29  Joe Orton- regenerate for mod_ssl OCSP directives
2007-11-29  Joe Orton- add documentation of mod_ssl OCSP directives.
2007-11-29  Guenter Knauffixed var declaration in the middle of code.
2007-11-29  Nick KewSince we don't support chained filters, and can't expec...
2007-11-29  Joe Ortonmod_ssl: Add support for OCSP validation of client...
2007-11-29  Ruediger Pluem* Remove unneeded include of unistd.h. getpid is not...
2007-11-28  Eric CovenerPerform all per-LDAP-backend related memory allocations...
2007-11-28  Ruediger Pluem* No functional change: Style. Fix linebreaks to make...
2007-11-28  Ruediger Pluem* Remove unused variable and thus remove compiler warning
2007-11-28  Ruediger Pluem* No need for an else block here because we do a return...
2007-11-28  Nick KewTypo fix
2007-11-28  Nick KewFix patch to PR#43882 as pointed out by trawick
2007-11-28  Paul J. RederStage 3 of refactoring. This reverses a couple of if...
2007-11-27  Paul J. RederRefactoring stage 2. This commit moves a large chunk...
2007-11-27  Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Log...
2007-11-27  Ruediger Pluem* mod_substitute is now below filters and no longer...
2007-11-27  Jim Jagielskimove mod_substitute from exp to filters
2007-11-27  Paul J. RederAltered some comments and minor formatting of log calls...
2007-11-26  Nick Kewmod_filter: don't segfault on (unsupported) chained...
2007-11-26  Jim Jagielskibackported - 598272
2007-11-25  Guenter Knaufenable to build with OpenSSL 0.9.9
2007-11-25  Astrid Maloupdate transformation
2007-11-25  Astrid Maloanother typo found by Lucien GENTIS
2007-11-25  Astrid Maloupdate transformation
2007-11-25  Astrid Malotypos
2007-11-23  Vincent BrayUpdate transformations
2007-11-23  Vincent BrayMinor grammar fix
2007-11-23  Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): New...
2007-11-21  Bradley NicholesFix up the NetWare build due to the rearranging of...
2007-11-21  Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error)...
2007-11-21  Jeff Trawickcorrect the order of filesize and offset descriptions
2007-11-20  Jeff Trawickgenerated rotatelogs docs
2007-11-20  Jeff Trawickupdate rotatelogs docs to reflect the support for ...
2007-11-20  Paul J. RederRemove mistaken fix. Just checking if peer review was...
2007-11-20  Jeff TrawickAllow local timestamps to be used when rotating based...
2007-11-20  Jim Jagielskilatest docco xform updates
2007-11-20  Jim JagielskiNow in 2.2.7
2007-11-20  Jeff Trawickimprove command-line parsing
2007-11-19  Ruediger Pluem* Convert request time to seconds before before storing...
2007-11-19  William A.... s/mod_example/mod_example_hooks/
2007-11-18  Sander Temme* Move the Example modules to the newly created example...
2007-11-17  Vincent BrayUpdate transformations
2007-11-17  Vincent Bray'youare' typo (submitted by Luciene Gentis)
2007-11-17  Nick KewSafer fix to PR43882 than in r595672.
2007-11-16  Paul J. RederA quick fix to avoid potential memory issues.
2007-11-16  Nick Kewr595672 was incomplete. We need to be sure we reject...
2007-11-16  Eric Covenerbackported in 595675
2007-11-16  Nick KewDeal with unrecognised Transfer-Encoding headers.
next