]> granicus.if.org Git - apache/history - modules/http/mod_mime.c
Extend the socket callbacks in event to allow a timeout on the I/O callback.
[apache] / modules / http / mod_mime.c
2011-12-22 Graham Leggettmod_mime: Don't arbitrarily bypass AddOutputFilter...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-01-21 Stefan FritschIgnore leading dots when looking for mime extensions
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-07-31 Stefan FritschReplace apr_palloc+memcpy by apr_memdup
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-10-03 Stefan FritschMake RemoveType override the info from TypesConfig
2009-09-14 Daniel Earl Poiriermod_mime: detect invalid use of MultiviewsMatch inside...
2009-05-15 William A. Rowe Jrwrap comment, no functional change
2008-09-08 Nick Kewmod_mime: don't adjust case in filename components...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-02 André Maloadd a comment
2003-02-03 André Malofinished that boring job:
2003-01-01 André Maloprovide better error messages for the multiviewsmatch...
2002-12-15 Brian Panedon't segfault in mod_mime's find_ct() if we get there...
2002-09-05 Jeff Trawickdon't lose const when calling strrchr()
2002-09-05 Justin ErenkrantzAdd ModMimeUsePathInfo directive.
2002-05-18 Cliff WoolleyRenames:
2002-05-18 Aaron BannertJust another huge style diff. Space-indentation is...
2002-05-12 Brian PaneRemove an extraneous loop condition
2002-05-02 Brian PanePerformance fixes:
2002-04-25 Justin ErenkrantzWe must always use case-insensitive comparisons in...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-16 Jeff Trawickfix the type of a string argument to ap_log_error()
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-12-08 Brian Pane[indentation fixes only]
2001-12-08 Brian PaneReduced the number of times that we scan through each...
2001-12-07 Jeff Trawickfix a const-ness problem caused by calling the wrong...
2001-12-07 Brian PaneRemoved one more strdup in the content-type processing
2001-12-07 Brian PaneOptimized away some string scans and copies in analyze_ct()
2001-12-07 Brian Paneoptimization: replaced an apr_pstrndup call with apr_ps...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-09 Ian Holsmanuse the new 'apr_hash_merge' function to do the overlays.
2001-10-15 William A. Rowe Jr Forgot the directive's note change for "Any"
2001-10-11 William A. Rowe Jr Close the mod_mime file extension matching issue...
2001-10-10 William A. Rowe Jr Negotiation once allowed any file, of any filename...
2001-10-09 Greg Amesallow file extentions specified by AddHandler, AddInput...
2001-10-02 William A. Rowe Jr Goodbye r->content_lanaguage (per vote from apache...
2001-09-08 William A. Rowe Jr The per_dir_merge overlay of AddInputFilter/AddOutput...
2001-09-02 Justin ErenkrantzWe should be copying the filters as well when we perfor...
2001-08-30 William A. Rowe Jr Fix mod_mime skipping over mime.types when some _othe...
2001-08-28 William A. Rowe Jr Also in the prior commit (1.338)
2001-08-28 William A. Rowe Jr Introduces mod_mime AddInputFilter and AddOutputFilte...
2001-08-22 Doug MacEachernreverting to sterlings original segv fix when extension...
2001-08-22 Doug MacEachernv2 of sterlings segv fix
2001-08-22 Doug MacEachernfix segv in mod_mime if no AddTypes are configured
2001-08-19 Ryan BloomUpdate the Apache code to account for the XtOffset...
2001-08-16 William A. Rowe Jr The two more Remove flavors needed testing, as well...
2001-08-16 William A. Rowe Jr Push back CHANGES to document the complete mod_mime...
2001-08-16 William A. Rowe Jr Build on Greg's fix for the hash copy, and always...
2001-08-15 William A. Rowe Jr Solve the segfault until the right patch is unearthed.
2001-08-14 Roy T. FieldingClean up several parsing errors in find_ct that may...
2001-08-04 William A. Rowe Jr Subtle variation for security. If the mod_mime file...
2001-08-04 Jeff Trawickaxe unused variable
2001-08-03 William A. Rowe Jr Solve the major underlying problem of content negotat...
2001-08-02 William A. Rowe Jr Really compress the add_/remove_ handling, and fix...
2001-08-02 William A. Rowe Jr Need some context for the iterator! Finally get...
2001-08-01 William A. Rowe Jr Solve the merge bugs, by storing a copy bit to save...
2001-07-11 Bill StoddardPerformance improvement to mod_mime.c. find_ct() in...
2001-06-18 William A. Rowe Jr Allow index.html.en and Index.html.FR to both be...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-02-25 William A. Rowe Jr Clean up namespace badness with s/configfile_t/ap_con...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Greg Steinsneaky for loop... make it more obvious what it is...
2001-02-10 Greg Stein*) continued header revamping
2001-02-10 Ryan BloomRemove the SetFilter directive from the code. This...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
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-07 Ben LaurieMake handlers use hooks.
2000-11-20 Ryan BloomGet SetFilter working with MIME-types again and update...
2000-11-19 Ryan BloomUpdate the SetFilter directive to work with Handlers...
2000-11-19 Ryan BloomAdd a directive to mod_mime which allows people to...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-09 Ryan BloomPort the fix for Remove Handler from 1.3 to 2.0
2000-09-18 Jeff TrawickFix some problems with the recent port of RemoveEncodin...
2000-09-17 Ryan BloomPort the RemoveEncodings/RemoveTypes code from 1.3...
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-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-19 Bill StoddardGet rid of more compiler warnings.
2000-06-17 Ben LaurieMore command handlers.
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
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-22 Jeff Trawickimprove error message for missing mime types file
2000-03-17 Dirk-Willem van... Added AddCharset back in again. Need that badly for
next