Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/space-wizards/SpaceWizards.HttpListener

Managed, maintained, updated, and unprofessionally butchered fork of System.Net.HttpListener
https://github.com/space-wizards/SpaceWizards.HttpListener

Add NuGet badge

3d93224b5d9dfc17537b619bd5638c6cfdbb9da6 authored over 2 years ago by Pieter-Jan Briers <[email protected]>
Improve README, add release notes.

2d8da22043421dfd7f3851eeaf7e567d13f1da6f authored over 2 years ago by Pieter-Jan Briers <[email protected]>
Add solution files to the .sln

9416fa6f70458ec8335765e343da32c7f2d1013d authored over 2 years ago by Pieter-Jan Briers <[email protected]>
Rebrand to SpaceWizards.HttpListener

In like with our other non-Robust libraries like SpaceWizards.Sodium

074c6ef2197fc7e312f821b9a05e96043f237140 authored over 2 years ago by Pieter-Jan Briers <[email protected]>
Prepare for NuGet publishing

ca1ec5afc0969cd716ef7f5369582305bd1c55c9 authored over 2 years ago by Pieter-Jan Briers <[email protected]>
Fix async chunked 0-byte writes.

They accidentally wrote 0 into the chunked stream causing it to be aborted earlier. The synchron...

6deef7cdace42c34d6c205311ad52656a5ecdeb6 authored over 2 years ago by Pieter-Jan Briers <[email protected]>
Fix some error responses propagating closed contexts through.

This caused an broken and closed request context to get registered and consumed by app code if y...

e7802a3e7f02183b956a5840f94ea395d31ab4e4 authored over 2 years ago by Pieter-Jan Briers <[email protected]>
IPv6 support

ae0539e66f01fe4ab8b2547b42e234273afaad94 authored almost 3 years ago by Pieter-Jan Briers <[email protected]>
Update README

1678a51d9d3da483ba086f9a628d2f911b2b6b24 authored almost 3 years ago by Pieter-Jan Briers <[email protected]>
Fix socket close exception being mixed up with a socket dispose.

Previously, closing the socket would cause the SocketException in ReadInternal to be dropped, bu...

79c9554a05a794cbe058904718bf435b69aed49f authored almost 3 years ago by Pieter-Jan Briers <[email protected]>
Shut down socket on connection close.

This is to avoid connection reset in the middle of a long download.

d178bdd739f72fefb2d937ff3df3a664a7e8bb86 authored almost 3 years ago by Pieter-Jan Briers <[email protected]>
Merge changes from dotnet/runtime.

All just whole-project cleanup stuff like sealing types.

c049e7035d89a2b4561ec455329cd0a74cf15104 authored almost 3 years ago by Pieter-Jan Briers <[email protected]>
Yep, forgot to gitignore build artifacts

f2aa590fec3061de5030582b3f940e70778ef092 authored about 4 years ago by Pieter-Jan Briers <[email protected]>
Managed System.Net.HttpListener as of 21c488a18975f2a7678b77922db9d0ec79f003bc

5e221be8b8ac1acbcb5de3ceeeaee82e887fae79 authored about 4 years ago by Pieter-Jan Briers <[email protected]>