Skip to content

Tags: ThomasPiskol/embedio

Tags

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IPv6 Support (unosquare#215)

* Resolving issues with parse Uri Ipv6

* Working on IPv6 connection

* Add IPv6 test

* Change to test

* Update test

* Change order setup

* Update Program.cs

* Configure Await

* Minor issues

* WIP

* Correct Lazy for MIME

* Major refactor

* Test

* Missing ConfigureAwait

* Unify websocket testing

* Conditional

* Match handshake with netcore

* Increate timeout

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Static files from resources (unosquare#174)

* Fix issue with regex websocket

* Adding new module and unit testing

* Refactor to file modules

* Code Review

* Codacy

* Codacy

* Upgrade SWAN

1.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pre 1.13.0 (unosquare#147)

* Code Review

* Upgrade SWAN before publish

1.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pre 1.12.0 (unosquare#142)

* Update nugets and package information

* Add JsonExceptionResponse extension method

* Missing file...

* Refactor unit testing

* Add NET47 unit test to Appveyor

* Change to SWAN Lite

* Revert

1.11.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue96 workaround web socket (unosquare#117)

* Fix Issue96

* move to WebSocketsModule

* Add fix reference

* Update WebServer.cs

* Update WebServer.cs

* Update WebSocketsModule.cs

* Versioning

1.11.0

Issue 103 - Directoy Browser for Static File Module (unosquare#104)

* Initial approach

* Fix DirectoryBrowser view

* Alexey's suggestions

* Fix CLI

1.10.0

Restore target NET47 because Nuget is not resolving correctly to use …

…NetStandard 2.0 assembly.

Releasing version 1.10

1.9.1

Fixed issue with CloseAsync (taking too much time to resolve)

1.9.0

Performance issue (unosquare#95)

* Tweaks to run performance sampling

* Defining new Targets

* Resolution of some issues of the EmbedIO framework:
- Line 26. StaticFilesSample.cs. Parent removed.

Changing of the url:
- Line 19. Program.cs (Samples). New URL: http://*:8787/

* Changes to travis targets

* Upgrade nugets

* My bad

* Minor change

* Add WatchDog to WebModules

* Some cache paths and removing abstract method

* Refactoring StaticFilesModule

* Improvements in VirtualPaths

* Resolving issues with Unit testing

* Fixed issue with Virtual Path cache

* Code Style

* Change default value of Watchdog WebModule and change Redirect unit test to run on linux.

* Trying to fix issues unit test travis

* Remove issue with PR build

* Test DebugType hack

* Fix Redirect