Ecosyste.ms: OpenCollective

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

github.com/StefH/NETStandard.HttpListener

HttpListener for .NET Core (NETStandard 1.3) and Universal Windows Platform (UWP)
https://github.com/StefH/NETStandard.HttpListener

1.0.3.5 (#19)

a23ac578206dcd92752343b34789266aa88aa562 authored almost 7 years ago by Stef Heyenrath <[email protected]>
Fixed RedirectAsync not putting CRLF at end of Location (#19)

371313ee01d482533e2b0386afe420a39eb772e9 authored almost 7 years ago by SJOWIE <[email protected]>
Fixed issue #18

Fixed issue #18

d82463693ba256df82e4682342b5cdf3940c21a7 authored almost 7 years ago by Stef Heyenrath <[email protected]>
readme updated (#17)

5c8b079941ac8d138fc77de3d5ed1415cadf2292 authored almost 7 years ago by Stef Heyenrath <[email protected]>
1.0.3.3

6a49cd96befa211fecd778eef6a8add0b57a2f95 authored about 7 years ago by Stef Heyenrath <[email protected]>
Fixed UrlEncoded values (#16)

* Fixed issue #15

* Removed repeating code

5a7b5934dd843ed74e1f5fdb01c0e43e33cf0c34 authored about 7 years ago by Boris <[email protected]>
Fixed issue #14

c89bcd0a875873cdd86c135d61875b24a5929ccd authored over 7 years ago by Stef Heyenrath <[email protected]>
WebView

52a0e1c6e397faa6d07237dca7a76a86a35a9950 authored over 7 years ago by Stef Heyenrath <[email protected]>
uap 10 investigation

0f65ce62b3061583fdddbd30c48cd09f9508469f authored over 7 years ago by Stef Heyenrath <[email protected]>
Version 1.0.3.1

ef5269e14bf0543fd4e38b44c8d9912536e44ed6 authored over 7 years ago by Stef Heyenrath <[email protected]>
Do not read from stream if content-length = 0 (fixed #12)

56266d25bcf0d3b7a235bb9a163e4627d7ec3bbe authored over 7 years ago by Stef Heyenrath <[email protected]>
fix build

5df243fc6ae7e8f567a01e78ae785c3e0bcd7b52 authored over 7 years ago by Stef Heyenrath <[email protected]>
fix appveyor build

4c85284bead7ad53b97ded582c630f9799520554 authored over 7 years ago by Stef Heyenrath <[email protected]>
fix appveyor build

fa666b934c4dc6951c6b5472e02dce55b9c62e56 authored over 7 years ago by Stef Heyenrath <[email protected]>
Fix WindowsUniversalApp

bde16c165c538c98e32f1133f723d1cd63df9777 authored over 7 years ago by Stef Heyenrath <[email protected]>
Merge pull request #11 from Jimmy062006/master

Fixes memory leak

69fc1d383ca5a6aa0390cd931cad96a256208894 authored over 7 years ago by Stef Heyenrath <[email protected]>
Merge pull request #9 from lukazh/patch-1

fix a bug in parsing headers

9c7d476a191a38693da00a7c2c272af68a3f7fce authored over 7 years ago by Stef Heyenrath <[email protected]>
Fixed Memory leak

7bf95bc17bf97bc513360e1c1ec19446c39cde4a authored over 7 years ago by Jimmy06 <[email protected]>
fix a bug in parsing headers

Use Split's overload in case there are colons in the value part.

2a19f43e0613161265f086fe347d6a3ea7709f08 authored over 7 years ago by Lukaz <[email protected]>
Merge pull request #8 from cherepets/http_methods

HTTP methods

b55e76df826ce874f5db3e6d42acc955d28deac6 authored over 7 years ago by Stef Heyenrath <[email protected]>
Merge pull request #6 from cherepets/master

HTTP headers should be case-insensetive

45830d79ac9d602eb6f06669edda39151951b8b5 authored over 7 years ago by Stef Heyenrath <[email protected]>
Added most of the popular HTTP methods

7e08ce16ffa1d19b250e603feb547433df033dc6 authored over 7 years ago by Boris Gavrikov <[email protected]>
HTTP headers should be case-insensetive

11244feda446d0d385c5f7c1032dbaf44fae498d authored over 7 years ago by Boris Gavrikov <[email protected]>
Merge pull request #1 from StefH/master

Rebase

3f688469438c6c6629ad63082d7e9e0d4c6ab80a authored over 7 years ago by Jimmy06 <[email protected]>
fix TestConsoleApp

4106b2d77d7b7c335dc4f021580edd6f867e3031 authored over 7 years ago by Stef Heyenrath <[email protected]>
Merge branch 'patch-1'

745e5dbfa0a70a1abe7c80b7ef5208491ec0891a authored over 7 years ago by Stef Heyenrath <[email protected]>
Fixes for HttpListenerResponse : CopyToAsync (#2)

9f2724f19192f882e3955142b8790453bac28d6e authored over 7 years ago by Stef Heyenrath <[email protected]>
Merge branch 'patch-1'

dcf6ccdc5300715efb44c09659a5a3b634cf84be authored over 7 years ago by Stef Heyenrath <[email protected]>
Rename some properties (Method to HttpMethod & RequestUri to Url)

Rename some properties (Method to HttpMethod & RequestUri to Url)

5e9bbc019f7d375a7cb9d21266da8641b07954cb authored over 7 years ago by Stef Heyenrath <[email protected]>
Tests + Coverage

1c3a78d75a57a9030f49c44fd4ab505006568e42 authored over 7 years ago by Stef Heyenrath <[email protected]>
Update HttpListenerResponse.cs

0d84ff5c2cadeb7f12b7075e980f318c5a5fed3f authored over 7 years ago by Jimmy06 <[email protected]>
Update HttpListenerResponse.cs

Added a wrapper around ``outputStream.CopyToAsync`` as if the client disconnected ungracefully i...

69977aaf9c8cc8cfb8d024212365bf177ee2227a authored over 7 years ago by Jimmy06 <[email protected]>
cleanup csproj file

e3ced4ce3b3aa76a8d4ce8edbeb3bb6c498fd37e authored over 7 years ago by Stef Heyenrath <[email protected]>
Merge branch '_stef_vs2017'

ef63f4a9686bcfb1c2fe375ca73b6ef0efc89f89 authored over 7 years ago by Stef Heyenrath <[email protected]>
codecov badge

6c21eae3652e4c62bca20173d3cb2107a8e4b06b authored over 7 years ago by Stef Heyenrath <[email protected]>
NETStandard.HttpListener.Tests.csproj

4c25e4d4b6873faad5ef54e0aafd55bd59cc34bc authored over 7 years ago by Stef Heyenrath <[email protected]>
appveyor - csproj

ad27fb2f3bc7ab4e0b7ebbed9e5bfd718804b68c authored over 7 years ago by Stef Heyenrath <[email protected]>
appveyor - environment

82ff29021233f82609f89875433934854295f8c5 authored over 7 years ago by Stef Heyenrath <[email protected]>
vs2017

#3

61059fa06d304414d64eb149550fe3eeb2af6409 authored over 7 years ago by Stef Heyenrath <[email protected]>
copyright

9ac229074eb2b52a2d1296d1cc47cd672df7d951 authored almost 8 years ago by Stef Heyenrath <[email protected]>
Fixed issue #1

a450923b7961a6def56ae85d6e9c57e8986fdf14 authored almost 8 years ago by Stef Heyenrath <[email protected]>
fix tests

a2eae0327db08c4bc46130a210bd90ba2cb4588f authored almost 8 years ago by Stef Heyenrath <[email protected]>
Add NuGet Badge

ee62328de443d4228889711075a57adc7af63bab authored almost 8 years ago by Stef Heyenrath <[email protected]>
Fix build for NETStandard.HttpListener.Tests

9e37e4b6293e0d1f4c69276e26a857b14f8323ae authored almost 8 years ago by Stef Heyenrath <[email protected]>
remove NuGet restore for TestApp

77494ba5c48512a3513f484427db0a66395d99c4 authored almost 8 years ago by Stef Heyenrath <[email protected]>
exclude app

7a6c5fd1a7af46bb7eb7950f225be0d77475d0e9 authored almost 8 years ago by Stef Heyenrath <[email protected]>
x86

c60fa6e226f93a538b94b3f862be801db1e889ce authored almost 8 years ago by Stef Heyenrath <[email protected]>
testapp dll fix

3ea4e973cc3bd148dff0eebdc4626cf482bc4e89 authored almost 8 years ago by Stef Heyenrath <[email protected]>
Add appveyor-badge and fix "cache: - packages"

f1f6a50e10b98624b0b170845b1e5b2c6767fdfe authored almost 8 years ago by Stef Heyenrath <[email protected]>
code

3376401f8858743c3939d1dfd4adcc5fd7c7ce10 authored almost 8 years ago by Stef Heyenrath <[email protected]>
Update README.md

b2b7803c158446a682f437a32ded27bb56d79903 authored almost 8 years ago by Stef Heyenrath <[email protected]>
Initial commit

70b12130da473cbea701ea2bfabc543b61f92f8f authored almost 8 years ago by Stef Heyenrath <[email protected]>