]> granicus.if.org Git - apache/history - modules
This baffled .mak exported build targets for mod_ssl/abs. They will
[apache] / modules /
2002-02-27 Jim JagielskiAdd the ProxyRemoteMatch directive to the mod_proxy
2002-02-27 Justin ErenkrantzDon't set bytes_sent to be 0 when r->assbackwards since...
2002-02-27 William A. Rowe Jr Whoh boy that's rough... We sometimes like to answer...
2002-02-27 Doug MacEachernchange builtin passphrase prompt to use stdout rather...
2002-02-27 Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2002-02-27 Ryan BloomUse the empty string, not NUL. I should have read...
2002-02-27 Ryan BloomGrrrrr..... We should really use the correct line...
2002-02-25 Bill StoddardFix some formatting. No function change.
2002-02-25 Cliff WoolleyForward port of changes in mod_ssl for Apache 1.3 up...
2002-02-24 Brian PaneFix for the code that handles SSI tokens that span...
2002-02-24 Ian Holsmannotes need to be 'set' at the main requests pool
2002-02-24 Ian Holsmanbaby steps
2002-02-23 Brian PaneFix to avoid a segfault in mod_bucketeer if content_typ...
2002-02-23 Ian Holsmanmake it work with flushes
2002-02-23 Bill StoddardFix problem with expiry date being set in the past.
2002-02-23 Bill StoddardFix problem where expiry time was being set in the...
2002-02-23 Ian Holsmanpass a brigade
2002-02-23 Ian Holsmanremove stale comment
2002-02-23 Ian Holsmanintroducing the bucketeer
2002-02-21 Aaron BannertConvert mod_auth_digest to use the new apr_global_mutex...
2002-02-21 Ian Holsmanfix problem where a unmatched tag was not sent if it...
2002-02-21 Jeff Trawickfix the linkage of and add a prototype for ap_proxy_tab...
2002-02-21 Graham LeggettSome browsers ignore cookies that have been merged...
2002-02-20 Ian Holsmansend a 'bad-gateway'
2002-02-19 Bill StoddardAdd some messages. Be a bit smarter about detecting...
2002-02-19 Bill StoddardThis fixes a bug in mod_status on Windows where restart...
2002-02-18 Justin ErenkrantzFixup DEBUG_CGI code paths to compile and not leak...
2002-02-18 Justin ErenkrantzCorrectly check script_in variable.
2002-02-18 Brian PaneUpdated the mapper lock to use apr_global_mutex_t instead
2002-02-17 Justin ErenkrantzFix bad logging level.
2002-02-17 Ian HolsmanSander's Stylistic Style Stuff
2002-02-16 Brian PaneConverted the rewrite mapper lock to the new lock API
2002-02-16 Justin ErenkrantzIf the file specified by SSLMutex cannot be created...
2002-02-15 Bill StoddardAdd a reference counter to the mem_cache_object_t and...
2002-02-15 Ian HolsmanI'm happy now
2002-02-15 Justin Erenkrantz- Unset content-length in mod_deflate so that the netwo...
2002-02-15 Bill StoddardFix a nasty little bug that could be hosing mod_mem_cac...
2002-02-14 Bill StoddardThis is a bug or two away from working... Open both...
2002-02-14 Bill StoddardStuff is getting put in the cache. Still not serving...
2002-02-14 Bill StoddardSet some meaningful defaults on dirlevels and dirlength...
2002-02-14 Aaron BannertFix other_child logic that would cause the mod_cgid...
2002-02-13 Bill StoddardMore APR'izing and general cleanup. Need to handle...
2002-02-13 Bill StoddardAPR'ize some codepaths. Implement mkdir_structure....
2002-02-13 Bill StoddardSet some defaults...
2002-02-13 Bill StoddardMove mod_disk_cache specific fields out of the cache_ob...
2002-02-13 William A. Rowe Jr Address the issue raised on list that users with...
2002-02-12 William A. Rowe Jr What happened? 0.9.6b built just dandy without the...
2002-02-12 Ian Holsmananother race condition.
2002-02-12 Ian Holsmanonce more with feeling
2002-02-12 Ian Holsmanfix a race condition.
2002-02-12 Bill StoddardOut foul tabs. No function change.
2002-02-09 Greg SteinGet rid of the DAVParam support. That was a concept...
2002-02-08 Ian Holsmanadd another log message showing when we server a cached...
2002-02-08 Bradley NicholesAdded .def files for build on NetWare
2002-02-08 Bradley NicholesUpdated to use the newer locking APIs
2002-02-08 Ian Holsmanstyle police
2002-02-07 Justin ErenkrantzThat check is superfluous since we must have savename...
2002-02-07 Justin ErenkrantzAllow mod_autoindex to serve symlinks if permitted...
2002-02-05 Justin ErenkrantzRemove all non-portable DBM calls in mod_auth_dbm and...
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
2002-02-05 Cliff WoolleyVetoed by Ken
2002-02-05 Ken Coar Change the 'we turned /foo into http://host/foo' log...
2002-02-05 Cliff WoolleyList files that would result in HTTP_UNAUTHORIZED in...
2002-02-05 Bill StoddardMisc cleanup to fix compile warnings and a segfault...
2002-02-05 Bill StoddardAdd the return type to the function definition.
2002-02-05 Ian Holsmanadd a optional function ap_cache_generate_key
2002-02-04 Greg Amesvetoing and backing out OtherBill's patch rev 1.91...
2002-02-04 Bill StoddardBringing up some code to our coding style guidelines
2002-02-04 Bill StoddardCoding before the first cup of coffee.... Thanks to...
2002-02-04 Bill StoddardCacheRoot takes an argument.
2002-02-04 Martin KraemerOops. Use ftp_check_globbingchars().
2002-02-04 Martin KraemerAnd update the year....
2002-02-04 Martin KraemerReact (in the dir lister) on the same globbing chars...
2002-02-04 Ian Holsmanmake it compile on win32
2002-02-03 Bill Stoddardmod_disk_cache cleanup. Pass request_rec on the open_e...
2002-02-03 Justin ErenkrantzOh, no. It's legal to have 0 bytes read. Just not...
2002-02-03 Justin ErenkrantzMake sure we include time.h if it is there. (Other...
2002-02-03 Bill StoddardSome coding style tweaks. No function change.
2002-02-03 Bill StoddardSupport files for mod_disk_cache. Some tweaks to argume...
2002-02-03 Bill StoddardMS Project file for mod_disk_cache
2002-02-03 Bill StoddardFix a few compile errors.
2002-02-03 Bill StoddardFirst cut at mod_disk_cache, based on code from the...
2002-02-03 Cliff WoolleySilence a gcc warning about cpType being possibly used...
2002-02-02 Bill StoddardRemove the CACHE_IN filter is we are not doing caching
2002-02-02 Bill StoddardAdd a few more checks to determine a response should...
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-02-01 Jeff Trawickmod_cgid: Add retry logic for when the daemon can't...
2002-02-01 Ian Holsmanmissed a '&'
2002-01-31 Ken CoarIf the RedirectMatch target is an abs_path, make it...
2002-01-31 Greg Amesfix redirects for directories. fixup_dir was munging...
2002-01-31 Ken Coar Fix RedirectMatch so it won't emit invalid Location...
2002-01-31 Martin KraemerUse symbolic names
2002-01-31 Martin KraemerAdd MDTM support if supported by the FTP server, and...
2002-01-30 Martin KraemerEliminate variables where unneeded; move ";type=" check...
2002-01-30 Ian Holsmanchange filter's/handlers to static.
2002-01-30 Ian Holsmanadd a ProxyTimeout directive
2002-01-30 Ian Holsmanout damn warnings out
2002-01-30 Martin KraemerMinor tipos
2002-01-30 Martin KraemerOf course, more wildcard characters
2002-01-30 Martin KraemerPort the "squid %2f hack" from apache_1.3.24.
next