]> granicus.if.org Git - apache/history - modules
Build file updated to work with modified ant to get us the proper extension
[apache] / modules /
2002-05-20 Cliff Woolley./configure --enable-http --enable-mods-shared=most...
2002-05-20 Cliff Woolleywhat's a static DSO? :)
2002-05-20 Cliff Woolleypropagate gregames' change to the other callers of...
2002-05-20 Greg Amesdon't try to set permissions on the rewrite_log_lock...
2002-05-20 William A. Rowe Jr Clean up isapi_load, removing the request_rec arg...
2002-05-20 Ian Holsmancontent with "Content-Encoding" header, content is...
2002-05-18 Cliff WoolleyMake it so this thing doesn't segfault when apr_shm_ini...
2002-05-18 Cliff WoolleyStop using the deprecated APR_XtOffsetOf
2002-05-18 Cliff Woolleyapr_shm_baseaddr_get() takes an apr_shm_t*, not an...
2002-05-18 Cliff WoolleyFail in a more sensible way when APR-util is missing...
2002-05-18 Cliff WoolleyRenames:
2002-05-18 Aaron BannertJust another huge style diff. Space-indentation is...
2002-05-17 Doug MacEachernprevent possible segv in ssl_init_CheckServers if s...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-17 Bill StoddardThis is a debug message
2002-05-16 Bill StoddardPass sconf into the cleanup...
2002-05-16 Jeff Trawicktweak an error message for readability
2002-05-16 Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16 Aaron BannertOnly style fixes (tabs, blocks, spelling).
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15 William A. Rowe Jr Short of final troubleshooting and diagnostics, this...
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
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
next