]> granicus.if.org Git - apache/history - modules
A large refactoring, but no behavior change;
[apache] / modules /
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.
2008-02-14 Dirk-Willem van... Kasper Brand came across a flaw in the current implemen...
2008-02-14 Paul J. RederThe ordering of arguments in the directive desctiptions...
2008-02-12 Ruediger Pluem* As per niq's comment, better destinct the types of...
2008-02-11 Dirk-Willem van... Incorperate feedback of Rudiger.
2008-02-11 Dirk-Willem van... Turn the cache module into first class citizens (well...
2008-02-11 Dirk-Willem van... Reduce the WARNING to a DEBUG when SNI support is enabled.
2008-02-11 Dirk-Willem van... Return a little bit more error information when, say...
2008-02-09 Dirk-Willem van... Sub-requests are created and used with two purposes...
2008-02-08 Tony StevensonAs per PR 41823 - s/apache.exe/httpd.exe
2008-02-06 Ruediger Pluem* Fix a typo (timout -> timeout)
2008-02-02 Ruediger Pluem* Do not retry a request in the case that we either...
2008-02-01 Ruediger Pluem* Fix comment. No functional change.
2008-01-29 Ruediger Pluem* Fix processing of chunked responses if Connection...
2008-01-29 Jim JagielskiNow let things like
2008-01-24 Paul J. RederReduced the bumpiness (from major to minor) and utilize...
2008-01-23 Paul J. RederThis adds Apache support (taking advantage of the new...
2008-01-12 Nick KewDon't add bogus duplicate Content-Language header entries.
2008-01-12 Nick Kewmod_proxy_ftp: Fix base for directory listings.
2008-01-12 Ruediger Pluem* Hex pids are bogus anyway and on environments with...
2008-01-11 Eric Covener *) mod_proxy_http: Return HTTP status codes instead...
2008-01-11 Guenter KnaufRestructured server name indication support (PR 34607);
2008-01-11 Eric Covener*) mod_logio: Provide optional function to allow module...
2008-01-11 Nick Kewmod_rewrite: Don't canonicalise URLs with [P,NE]
2008-01-09 Jim Jagielskibelt and suspenders
2008-01-09 Nick Kewhttp_filters: make sure we get last byte of actual...
2008-01-08 Ruediger Pluem* Saveguard ourselves against underflows
2008-01-08 Ruediger Pluem* Address two edge cases:
2008-01-07 Ruediger Pluem* HTTP error codes are int's not apr_status_t's.
2008-01-07 Ruediger Pluem* Do not use local scoped apr_bucket_brigade. We use...
2008-01-07 Ruediger Pluem* Optimize and unify detection of blank / corrupt chunk...
2008-01-07 Ruediger Pluem* Move duplicated code for error handling into local...
2008-01-07 Ruediger Pluem* Reuse bucket brigades instead of recreating them...
2008-01-07 Ruediger Pluem* Optimize assignments by using apr_pcalloc instead...
2008-01-07 Ruediger Pluem* Optimize alignment.
2008-01-07 Ruediger Pluem* Optimize solution from r609394 and remove chunk-exten...
2008-01-06 Ruediger Pluem* Fix cases with non blocking reads from the ap_http_fi...
2008-01-03 Ruediger Pluem* Silence a compiler warning by using the correct format.
2008-01-02 Jim Jagielskistyle check
2008-01-01 Guenter KnaufModified default refresh value to 10 secs so that its...
2008-01-01 Eric CovenerReview comments from Ruediger on r607766:
2008-01-01 Ruediger Pluem* Avoid SEGFAULT as hooks->set_headers can be NULL...
2007-12-31 Eric CovenerWhen using the MS SDK, re-establish LDAP backend connec...
2007-12-31 Guenter Knauffixed comment, added comment, added logic to build...
2007-12-31 William A. Rowe JrIntroduce the ProxyFtpDirCharset directive, allowing...
2007-12-29 Ruediger Pluem* Style police. No functional changes.
2007-12-29 Nick Kewmod_dav: Fix evaluation of If-Match * and If-None-Match...
2007-12-29 Ruediger Pluem* Change loglevel from ERROR to WARNING if the renaming...
2007-12-29 Ruediger Pluem* Adjust etag generation to produce identical results...
2007-12-29 Guenter Knaufadded empty line after var declaration.
2007-12-29 Guenter Knauffixed code style, missing prototype warnings, disabled...
2007-12-29 William A. Rowe JrSander pointed out to me that as we added ENGINE logic...
2007-12-28 Ruediger Pluem* Ensure refresh parameter is numeric to prevent a...
2007-12-28 Ruediger Pluem* Correctly escape the worker route and the worker...
2007-12-28 Ruediger Pluem* Prevent crash in balancer manager if invalid balancer...
2007-12-28 Ruediger Pluem* Make loglevel consistent for similar situations....
2007-12-28 Nick KewPR 39727: Fixup ETag handling in mod deflate (updated...
2007-12-24 Ruediger Pluem* Set character set for HTML outputs generated by mod_ldap,
2007-12-21 Guenter KnaufAdded server name indication (RFC 4366) support (PR...
2007-12-20 Ruediger Pluem* Using the reslist pool for the proxy_conn_rec structu...
2007-12-19 William A. Rowe JrWhat's left can exceed size_t
2007-12-18 Ruediger Pluem* Only sent a flush bucket down the chain if buckets...
2007-12-15 André Malosvn:eol-style = native
2007-12-15 Ruediger Pluem* Tag the pools appropriately to ease memory debugging.
2007-12-15 Ruediger Pluem* Fix a SEGFAULT by ensuring that buckets that may...
2007-12-12 Ruediger Pluem* Do not register connection_cleanup as cleanup for...
2007-12-12 Ruediger Pluem* Fix another memory leak related to PR 44026. Now...
2007-12-11 Jeff Trawickhttp_protocol: Escape request method in 405 error repor...
next