Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Vountesmery committed Aug 28, 2024
1 parent a7d7319 commit 19f0cf1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUNTESTS=$(basename $(DTESTS))

ifeq ($(NNG_WITH_MBEDTLS),ON)
DCFLAGS=-O -d -m64 -i -debug -g -version=withtls
DLFLAGS=-Lextern/libnng/extern/nng/build/lib/ -Lextern/libnng/extern/mbedtls/build/lib/ -lnng -lmbedtls -lmbedcrypto -lmbedx509
DLFLAGS=-Lextern/libnng/extern/nng/build/lib/ -Lextern/libnng/extern/mbedtls/build/target/lib/ -lnng -lmbedtls -lmbedcrypto -lmbedx509
else
DCFLAGS=-O -d -m64 -i -debug -g
DLFLAGS=-Lextern/libnng/extern/nng/build/lib/ -lnng
Expand Down
10 changes: 10 additions & 0 deletions nngd/mime.d
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const string[string] nng_mime_map = [
,".smpte336m": "application/smpte336m"
,".sql": "application/sql"
,".srgs": "application/srgs"
,".sslkeylogfile": "application/sslkeylogfile"
,".stratum": "application/stratum"
,".tnauthlist": "application/tnauthlist"
,".trig": "application/trig"
Expand Down Expand Up @@ -299,13 +300,16 @@ const string[string] nng_mime_map = [
,".example": "image/example"
,".fits": "image/fits"
,".g3fax": "image/g3fax"
,".gif": "image/gif"
,".heic": "image/heic"
,".heif": "image/heif"
,".hej2k": "image/hej2k"
,".hsj2": "image/hsj2"
,".ief": "image/ief"
,".j2c": "image/j2c"
,".jls": "image/jls"
,".jp2": "image/jp2"
,".jpeg": "image/jpeg"
,".jph": "image/jph"
,".jphc": "image/jphc"
,".jpm": "image/jpm"
Expand Down Expand Up @@ -334,18 +338,21 @@ const string[string] nng_mime_map = [
,".JT": "model/JT"
,".jt": "model/jt"
,".iges": "model/iges"
,".mesh": "model/mesh"
,".mtl": "model/mtl"
,".obj": "model/obj"
,".prc": "model/prc"
,".step": "model/step"
,".stl": "model/stl"
,".u3d": "model/u3d"
,".vrml": "model/vrml"
,".calendar": "text/calendar"
,".cql": "text/cql"
,".css": "text/css"
,".csv": "text/csv"
,".dns": "text/dns"
,".encaprtp": "text/encaprtp"
,".enriched": "text/enriched"
,".example": "text/example"
,".fhirpath": "text/fhirpath"
,".flexfec": "text/flexfec"
Expand All @@ -359,9 +366,11 @@ const string[string] nng_mime_map = [
,".n3": "text/n3"
,".parameters": "text/parameters"
,".parityfec": "text/parityfec"
,".plain": "text/plain"
,".raptorfec": "text/raptorfec"
,".RED": "text/RED"
,".red": "text/red"
,".richtext": "text/richtext"
,".rtf": "text/rtf"
,".rtploopback": "text/rtploopback"
,".rtx": "text/rtx"
Expand Down Expand Up @@ -422,6 +431,7 @@ const string[string] nng_mime_map = [
,".mp4": "video/mp4"
,".MPV": "video/MPV"
,".mpv": "video/mpv"
,".mpeg": "video/mpeg"
,".nv": "video/nv"
,".ogg": "video/ogg"
,".parityfec": "video/parityfec"
Expand Down

0 comments on commit 19f0cf1

Please sign in to comment.