templates/config/mime.types

Wed, 05 Jun 2024 19:50:44 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 05 Jun 2024 19:50:44 +0200
changeset 537
ad44e72fbf50
parent 200
4796fa483825
permissions
-rw-r--r--

add extra nullptr check in the event loop to handle the case when the finish ptr is set to NULL after it was already scheduled

type=image/png                                   exts=png
type=image/x-icon                                exts=ico
type=image/gif                                   exts=gif
type=image/jpeg                                  exts=jpeg,jpg,jpe,jfif,pjpeg,pjp
type=image/tiff                                  exts=tiff,tif
type=image/bmp                                   exts=bmp
type=application/pdf                             exts=pdf
type=application/postscript                      exts=ai,eps,ps
type=application/x-sh                            exts=sh
type=text/css                                    exts=css
type=text/html                                   exts=htm,html
type=text/plain                                  exts=txt
type=text/xml                                    exts=xml
type=application/x-javascript                    exts=js
type=application/x-javascript;charset=UTF-8      exts=jsu
type=application/x-tex                           exts=tex
type=text/x-c	                                 exts=c,C,cc,cpp
type=text/x-h	                                 exts=h,hh,hpp,H
type=text/x-java-source	                         exts=java

mercurial