]> granicus.if.org Git - apache/history - modules
Document the fact that Cygwin's awk doesn't work with MSVC. This is
[apache] / modules /
2002-05-15 William A. Rowe Jr Fixes to;
2002-05-14 William A. Rowe Jr Fix GetServerVariable() to return the buffer consumed...
2002-05-14 William A. Rowe Jr Replace our Event HANDLE with an apr_thread_mutex_t...
2002-05-14 William A. Rowe Jr One last commit for tonight I'd postponed ... take...
2002-05-14 William A. Rowe Jr Now for the major refactoring. Introduce mod_isapi...
2002-05-13 William A. Rowe Jr Part 3 of the ISAPI overhaul. Reframe the 'server...
2002-05-13 William A. Rowe Jr Part two; nearly inconsequential - Made the log messa...
2002-05-13 William A. Rowe Jr Part one of a several-fold overhaul to isapi. This...
2002-05-13 William A. Rowe Jr Hmmm... gotta ask the wisdom in using aspecific types...
2002-05-13 Justin ErenkrantzCorrect typo in last commit.
2002-05-13 Justin ErenkrantzApply same patch (nee hack) to mod_ssl as was done...
2002-05-13 Justin ErenkrantzFix mod_deflate corruption when using multiple input...
2002-05-12 Brian PaneFaster, simpler code for form_header_field() on ASCII...
2002-05-12 Brian PaneAdded caching of formatted timestamps to speed up the...
2002-05-12 Brian PaneRemove an extraneous loop condition
2002-05-12 Brian PaneOptimization: replaced apr_pstrcat+apr_strlen with...
2002-05-10 Bill StoddardFix segfault triggered when the malloc() in find_entry...
2002-05-10 Brian PaneFixed a segfault
2002-05-10 Jeff Trawickfix a build failure with some non-gcc compilers...
2002-05-10 Brian PanePerformance fix: When a BrowserMatch or SetEnvIf patter...
2002-05-10 William A. Rowe Jr Afraid these are likely generated, just something...
2002-05-09 Jeff TrawickFix a mod_ssl build problem on OS/390.
2002-05-08 Cliff WoolleyFix if-modified-since on win32, I think. It should...
2002-05-07 Bradley NicholesUse the ap_get_server_xxx() calls to return the info...
2002-05-07 Bradley NicholesFixed how the NetWare import and exports lists are...
2002-05-07 Bradley NicholesUpdated the NetWare import and exports lists for the...
2002-05-07 Jeff Trawickget proxy CONNECT to work on EBCDIC machines
2002-05-07 Martin KraemerFix long-standing typo (as of 1.17 when mod_info was...
2002-05-07 Justin ErenkrantzAdd DeflateBufferSize directive to replace hardcoded...
2002-05-07 Joshua SliveReverse the hook ordering for mod_userdir and mod_alias so
2002-05-06 Justin ErenkrantzIf we determine that we shouldn't be involved in this...
2002-05-06 Justin ErenkrantzIt isn't a fatal condition if there is no lockfile...
2002-05-06 Justin ErenkrantzMove mod_deflate from experimental to filters to repres...
2002-05-06 Aaron BannertProtect us from this dirty hack that gets SysV Sem...
2002-05-06 Jeff TrawickGet proxy CONNECT basically working (IE seems to be...
2002-05-06 Aaron BannertFix mod_rewrite hang when APR uses SysV Semaphores...
2002-05-06 Aaron BannertAdd some error checking in mod_rewrite for the mutex...
2002-05-06 Bradley NicholesUpdated the NetWare make file to match the latest changes
2002-05-06 Bill StoddardProtect from buffer overflow when populating a HEAP...
2002-05-06 Bill StoddardFix compile break on Netware.
2002-05-06 Jeff Trawickfix the type of the pointer returned by the hash lookup
2002-05-06 Bill StoddardCast the constness away when the object is returned...
2002-05-06 Bill StoddardFetch the filename to be cached from the file bucket...
2002-05-06 Cliff WoolleySimplify a bit
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
next