]> granicus.if.org Git - apache/history - modules/metadata/mod_mime_magic.c
*) continued header revamping
[apache] / modules / metadata / mod_mime_magic.c
2001-02-10 Greg Stein*) continued header revamping
2001-02-09 Jeff Trawickuse apr_size_t for file lengths; this avoids a warning...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-12 Ryan BloomRemove a couple more NULL handler specifications.
2000-11-28 Ryan BloomFix some const warnings.
2000-11-23 Greg Steinadd the "next filter" parameter to the rest of the...
2000-10-30 Ryan BloomRemove the suexec patch from mod_mime_magic
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-09-19 Jeff TrawickGet rid of unused variable.
2000-09-08 Ryan BloomFix a compile break in mod_mime_magic.c. In early...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-29 Jeff TrawickFix segfault/SIGSEGV when running gzip from mod_mime_ma...
2000-07-24 Ryan BloomFix some issues with mod_mime_magic. Basically, we...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-05-22 Ryan BloomRemove ap_destroy_context from Apache 2.0. With the...
2000-05-21 Manoj KasichainulaRemove all remaining instances in Apache code of
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-16 Bill StoddardMake sure mod_mime always has a chance to run before...
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-07 Ryan BloomFix the rest of the modules to work with the new APR...
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-13 Ryan BloomGet rid of more platform dependant code.
1999-12-02 Ryan BloomWe may not always want to make the pipes between proces...
1999-12-02 Ryan BloomBring mod_mime_magic to Apache 2.0.
1999-10-30 Manoj KasichainulaChange ap_bread's interface to no longer require errno.
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-08-31 Ryan BloomFix all of those annoying --i -> - ap_context_t problem...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingChanges for thread safety in pthreads.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.