aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/webcore/EventContext.cpp
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-09-30 22:59:42 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-30 22:59:42 -0700
commite020ecec1596192b6e6ffe8453094e37e95a85ef (patch)
treea78d1e91e9e15a6934d0dd8626b6f6072c7bfba2 /src/bun.js/bindings/webcore/EventContext.cpp
parent8775d3755974831dc2676ed155808a973a6352aa (diff)
downloadbun-e020ecec1596192b6e6ffe8453094e37e95a85ef.tar.gz
bun-e020ecec1596192b6e6ffe8453094e37e95a85ef.tar.zst
bun-e020ecec1596192b6e6ffe8453094e37e95a85ef.zip
Fix bug causing "Connection Refused" errors (#6206)
* Loop through the return values of getaddrinfo * Remove incorrect assertion * Remove extra check * Remove extra check * Update bsd.c * More consistent --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/bun.js/bindings/webcore/EventContext.cpp')
0 files changed, 0 insertions, 0 deletions
option value='upd-vite-vendored'>upd-vite-vendored Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scripts (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-04Support Astro.slots.render for mdx (#4973)Gravatar Bjorn Lu 8-2/+69
* Support Astro.slots.render for mdx * Remove extra imports
2022-10-03[ci] release (#4968)astro@1.4.4Gravatar Fred K. Bot 28-57/+58
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03Fix regression in rendering strings (#4967)Gravatar Matthew Phillips 2-2/+9
2022-10-03[ci] formatGravatar matthewp 1-1/+2
2022-10-03Adds a better test for benchmarking (#4966)Gravatar Matthew Phillips 2-7/+77
* Rendering: speed up rendering of HTML chunks * Add a changeset * Remove the fix * remove the changeset
2022-10-03Benchmark action: provide the PR number (#4964)Gravatar Matthew Phillips 1-0/+1
* Testing benchmarking * Provide the PR number
2022-10-03Build packages in the benchmark action (#4962)Gravatar Matthew Phillips 1-0/+11
* Just a test * Run the build * Add turbo stuff
2022-10-03Run benchmarks on comment (#4960)Gravatar Matthew Phillips 2-1/+85
* Run benchmarks on !bench command * Re-enable main
2022-10-03[ci] release (#4957)astro@1.4.3@astrojs/mdx@0.11.4Gravatar Fred K. Bot 32-70/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03[ci] formatGravatar matthewp 5-6/+6
2022-10-03Improve rendering perf (#4956)Gravatar Matthew Phillips 8-31/+73
* Improve rendering perf * Adding a changeset * Disable eslint warning
2022-10-03Suppress eslint warnings (#4953)Gravatar Bjorn Lu 3-3/+14
2022-10-03[ci] formatGravatar bluwy 1-1/+1
2022-10-03Refactor ViteConfigWithSSR type (#4952)Gravatar Bjorn Lu 7-20/+20
2022-10-01[ci] release (#4945)@astrojs/image@0.9.11.3.0Gravatar Fred K. Bot 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30Astro image cache dependency fix scottaw66 (#4944)Gravatar Scott Willsey 3-3/+7
* Moves http-cache-semantics from dev dependency to dependency * Pull request for astro image http-cache-semantics dependency
2022-09-30[ci] release (#4943)astro@1.4.2Gravatar Fred K. Bot 29-60/+58
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30[ci] formatGravatar natemoo-re 1-1/+1
2022-09-30Convert HTMLString to regular string, preventing hydration script fro… (#4932)Gravatar Matthew Phillips 2-1/+6
* Convert HTMLString to regular string, preventing hydration script from being missing * Add a changeset
2022-10-01Fix missing language tag on README code block (#4940)Gravatar Chris Swithinbank 1-1/+1
2022-09-30[ci] formatGravatar natemoo-re 2-2/+2
2022-09-30P5: fix MDX memory leak (#4939)Gravatar Nate Moore 10-1/+84
* fix(astro): tag jsx vnodes with renderer so errors are properly handled * chore: fix missing package in test Co-authored-by: Nate Moore <nate@astro.build>
2022-09-30chore: delete .stackblitzrc files from examples (#4922)Gravatar Nate Moore 22-132/+0
Co-authored-by: Nate Moore <nate@astro.build>