]> granicus.if.org Git - apache/history - modules
Rewrite ap_byterange_filter so that it can work with data that does not
[apache] / modules /
2002-05-06 Justin ErenkrantzRewrite ap_byterange_filter so that it can work with...
2002-05-06 Cliff WoolleyAdded an optional function (ap_register_rewrite_mapfunc...
2002-05-06 Cliff Woolleygrr... mod_mem_cache didn't take kindly to that constne...
2002-05-06 Cliff Woolleycache_hash_set was dropping the const qualifier from...
2002-05-06 Cliff Woolleymod_mem_cache needs cache_hash.lo in order to link...
2002-05-05 Cliff WoolleyFix compile break:
2002-05-04 Bill StoddardIntroduce a dedicated cache hash adt that does not...
2002-05-04 Brian PaneFix for PR 8462: When tokenizing an unquoted string...
2002-05-03 Bill StoddardSimplify the cleanup logic a bit. Fix a bug that could...
2002-05-03 Bill StoddardDon't open for business before the cache objec is fully...
2002-05-02 Bradley NicholesBy using _setn instead of _set, this call is setting...
2002-05-02 Brian PanePerformance fixes:
2002-05-01 Paul J. RederFix a case where an invalid pass phrase is entered...
2002-04-30 Bradley NicholesNetWare make files for building experimental module...
2002-04-30 Bradley NicholesNetWare make files for building experimental modules...
2002-04-30 Cliff WoolleyRevert optimization from circa 2.0.34 that caused very...
2002-04-30 Cliff Woolleynote a desirable goal
2002-04-30 Cliff WoolleySHMCB should not have been using apr_rmm -- it was...
2002-04-30 Cliff Woolley- Sync with modssl 2.8.8-1.3.24
2002-04-30 Bill StoddardEnable mod_mem_cache to be configured to cache open...
2002-04-30 Bill Stoddardremove_entity should only work on complete cache_objects
2002-04-29 Bill StoddardForget to update the error messages
2002-04-29 Bill StoddardName space protect mod_mem_cache config directives
2002-04-29 Bradley NicholesAdded some missing export to the proxy module
2002-04-29 Brian PaneReplaced a sprintf("%d") with itoa
2002-04-29 Brian PaneShort-circuit out of mod_userdir's translation handler...
2002-04-29 Bill StoddardFix spelling/typo
2002-04-29 Brian PaneBecause mod_imap's handler runs on every request in...
2002-04-28 Roy T. Fieldingkill a warning on Darwin for NONCE_LEN becoming a long...
2002-04-28 Justin ErenkrantzIf a subreq added a filter (say INCLUDES) and the subre...
2002-04-26 William A. Rowe Jr After review and testing against all of the PSDK...
2002-04-26 Graham LeggettApply a patch to compile cleanly again against changes...
2002-04-26 Jeff Trawickfix a compile break on EBCDIC machines
2002-04-26 Jeff Trawickget basic HTTP proxy working on EBCDIC machines
2002-04-25 Jeff Trawickget mod_proxy to build on EBCDIC machines
2002-04-25 Jeff Trawickfix a compiler error with picky compilers that (correct...
2002-04-25 Jeff TrawickAllow mod_unique_id to work on systems with no IPv4...
2002-04-25 William A. Rowe Jr Trade one signedness mismatch for another, but choose...
2002-04-25 William A. Rowe Jr Not yet added to the default build, but curious if...
2002-04-25 Justin ErenkrantzFix suexec invocations from userdir - the ~ was not...
2002-04-25 Justin ErenkrantzSince UserDir is a raw argument, our config system...
2002-04-25 Justin ErenkrantzWe must always use case-insensitive comparisons in...
2002-04-25 Brian HavardGet proxy protocol modules to build on OS/2. This adds...
2002-04-24 Graham LeggettAdd an intelligent error message should no proxy submod...
2002-04-23 Justin ErenkrantzThe force-response-1.0 and downgrade-1.0 checks were...
2002-04-22 Sander StrikerUpdate for APR rename of apr_get_groupname to apr_group...
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-22 Brian PaneOptimization: short-circuit out of ap_set_byterange...
2002-04-22 Brian PaneSkip a potentially heavyweight call to sysconf, plus...
2002-04-22 Bill StoddardFailure to fork cgid is a shooting offense.
2002-04-21 Cliff WoolleyFix HTML 3.2 validation error: &O is not a valid entity...
2002-04-21 Cliff WoolleyFix mod_autoindex output with SuppressRules turned on.
2002-04-21 Brian PaneAdded ap_recent_rfc822_date(), which uses the recent...
2002-04-19 Bradley NicholesAdded the NetWare make files to build the proxy modules
2002-04-19 Bradley NicholesAdded the NetWare .def files to build the proxy modules
2002-04-19 Paul J. Reder Moved the call to apr_mmap_dup outside the error branch so
2002-04-19 Jeff TrawickTrigger an error when a LoadModule directive attempts to
2002-04-18 Justin ErenkrantzSwitch ap_http_filter to use ap_get_brigade and apr_bri...
2002-04-18 Justin ErenkrantzFix so that we can compile with OpenSSL 0.9.8-dev.
2002-04-17 Bill StoddardFix seg fault when garbage collecting an expired entry...
2002-04-17 Jeff Trawickdon't call strchr(); we have a safer version -- ap_strc...
2002-04-17 Justin ErenkrantzFix subreqs with non-defined Content-Types being served...
2002-04-16 Justin ErenkrantzMove 100 - Continue support to the HTTP_IN filter so...
2002-04-16 Justin ErenkrantzAdds support for reading trailers on input by exporting...
2002-04-15 Greg Amesap_send_error_response: reset r->output filters to...
2002-04-13 William A. Rowe Jr Respect the process_cgi argument
2002-04-13 William A. Rowe Jr process_cgi is more descriptive than replace_cmd.
2002-04-13 William A. Rowe Jr If we have a registry command or a shebang line invoc...
2002-04-13 William A. Rowe Jr Wasted at least 20 minutes reparsing this code till...
2002-04-13 William A. Rowe Jr In order for Win32 to accept the shebang line of...
2002-04-13 Sander StrikerAdapt to the rename of apr_explode_localtime to apr_tim...
2002-04-12 Cliff WoolleyTouch these files so that their datestamps are newer...
2002-04-12 Jeff Trawickupdate the instructions for how to get started with...
2002-04-12 William A. Rowe Jr Flip the order. If the user specifies ScriptInterpre...
2002-04-09 Aaron BannertConvert mod_ssl to the new apr_global_mutex.h API and...
2002-04-09 Jeff Trawickmove a loop-invariant computation out of the thread...
2002-04-09 Graham LeggettProxy was bombing out every second keepalive request...
2002-04-09 Doug MacEachernPR:
2002-04-08 Doug MacEachernanother todo
2002-04-08 Doug MacEachernPR:
2002-04-08 Jeff Trawickfix the function name in the prototype for dav_get_sear...
2002-04-07 Doug MacEachernPR: 7802
2002-04-07 Doug MacEachernPR:
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-06 Graham LeggettQuick fix to an incorrect comment.
2002-04-06 Sander StrikerAdd DASL(SEARCH) support to mod_dav.
2002-04-06 Greg SteinPort over some fixes to mod_dav 1.0 so that the Apache...
2002-04-05 Ryan BloomFix a segfault. Only try to set this if the sub_Reques...
2002-04-05 Ryan BloomIf we are doing a fast_redirect, and we don't have...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-04-05 William A. Rowe Jr Clean up breakage introduced recently that sent the...
2002-04-05 Aaron BannertUpdate mod_rewrite to use the new APR global mutex...
2002-04-05 Doug MacEachernPR:
2002-04-05 Ryan BloomThis is a HACK! The problem is that the fast_internal_...
2002-04-05 Ryan BloomThis fixes the mod_autoindex problem of not getting...
2002-04-05 Brian PaneFix for the boundary case in which each character of...
2002-04-05 Cliff WoolleyGet the HTTP-on-HTTPS hint to come through again. ...
2002-04-05 Cliff WoolleyGet rid of overlay bogosity by copying the static strin...
2002-04-05 Brian PaneRemove an invalid comment. (The only way that the...
2002-04-05 Cliff WoolleySilence an irrelevant gcc warning
next