summaryrefslogtreecommitdiff
path: root/packages/integrations/node/src/http-server.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-3/+3
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-1/+0
2023-06-06[ci] formatGravatar natemoo-re 1-2/+2
2023-06-06fix:query not considered in directory redirection (#7243)Gravatar Riki 1-1/+8
2023-05-12[ci] formatGravatar matthewp 1-4/+4
2023-05-12Correct handle directory finds when using base in the Node adapter (#7076)Gravatar Matthew Phillips 1-1/+7
2023-04-04fix(node): Fix malformed URLs crashing the server in certain cases (#6746)Gravatar Erika 1-3/+19
2023-02-03[ci] formatGravatar matthewp 1-1/+1
2023-02-02Node adapter: handle prerendering and serving with query params (#6110)Gravatar Matthew Phillips 1-1/+4
2023-02-01Fix incorrent encoded when path has other language characters (#6088)Gravatar Shiina 1-1/+1
2023-01-11Add support for serving well-known URIs with the @astrojs/node SSR adapter (#...Gravatar HiDeoo 1-2/+3
2022-11-07Handle `base` in adapters (#5290)Gravatar Matthew Phillips 1-2/+4
2022-10-27[ci] formatGravatar bluwy 1-1/+1
2022-10-27Fix node standalone for windows system (#5207)Gravatar BeanWei 1-4/+3
2022-10-12[ci] formatGravatar matthewp 1-13/+20
2022-10-12Node.js standalone mode + support for astro preview (#5056)Gravatar Matthew Phillips 1-0/+77