commits

date

comment

65155
by jgauffin
(498 downloads)
Jan 31
8:13 PM

The library do now support your favorite IoC container as promised. Take a look at the ServiceResolver class.

65142
by jgauffin
(7 downloads)
Jan 31
5:01 AM

Fixed some issues, but have not tested them yet. Will do tonight.

Will also implement a proper controller factory (using the service locator pattenr) since I need one.

60115
by jgauffin
(814 downloads)
Jun 30 2011
7:30 PM

Fixed issues #8606, #8102, #8033 and #6785.

60113
by jgauffin
(1 download)
Jun 30 2011
7:21 PM

Fixed issue #8165

60112
by jgauffin
(0 downloads)
Jun 30 2011
7:18 PM

Fixed issue #8198

60111
by jgauffin
(0 downloads)
Jun 30 2011
7:17 PM

Fixed issue #8404

60108
by jgauffin
(0 downloads)
Jun 30 2011
7:05 PM

Switched to a buffer pool instead of always allocating buffers for the requests.

60106
by jgauffin
(0 downloads)
Jun 30 2011
7:02 PM

Removed MVC2 project so that trunk will compile.

Added limits per discussion: http://webserver.codeplex.com/discussions/259561

56552
by jgauffin
(499 downloads)
Mar 16 2011
7:40 AM

Bugfixes

56038
by jgauffin
(102 downloads)
Feb 27 2011
8:14 PM

WebServer.Sessions name space should work OK now.
Session handling in WebServer.Tools have been marked as obsolete.

SparkEngine do now report the name of the view failed that failed (if a view data object is null). It also prints all assigned key/value combinations to the logger.

55623
by jgauffin
(50 downloads)
Feb 17 2011
8:40 PM

Response writer do not throw exceptions anymore.

55602
by jgauffin
(8 downloads)
Feb 17 2011
4:13 AM

Error handling screwed things up by sending multiple responses.

55560
by jgauffin
(16 downloads)
Feb 14 2011
8:37 PM

* Request.Form and Request.Files are working again
* Fixed "Id" handling for multi-level controllers.

55543
by jgauffin
(5 downloads)
Feb 14 2011
1:27 PM

* More refactoring.
* Controllers can now exist in a nested uri. You can have one controller in "/admin/" and one in "/admin/user/" if you like. Just tag the second controller with the [ControllerUri("/admin/user/")] attribute.
* EmbeddedResources have not been deleted, just renamed to EmbeddedResourceLoader.
* Check in my MVC2 stub. It's just work in progress and won't even compile correctly yet.

55381
by jgauffin
(42 downloads)
Feb 7 2011
2:40 PM

**Contains breaking changes**

* I've refactored how 100-continue is supported
* Added experimental support for authentication.
* Added new session management (not fully implemented yet)

I've also started to refactor the MVC framework a bit. Expected it to be a slow process.

54300
by jgauffin
(350 downloads)
Dec 29 2010
5:48 PM

Added file upload to the sample and move the RequestReceived event to be called **after** the server have tried to process the event. Also added PrepareRequest event which is called *before* the server tries to handle the request in any way.

54294
by jgauffin
(6 downloads)
Dec 29 2010
2:59 PM

Added more files to demonstrate nested resources. (v2.0)

54290
by jgauffin
(1 download)
Dec 29 2010
2:13 PM

54198
by jhurliman
(35 downloads)
Dec 26 2010
9:13 AM

Applied a modified version of f1ori's patch for issue #5234 in the 1.x branch, "URL-encoded POST-request are decoded without considering content-encoding"

54195
by jhurliman
(0 downloads)
Dec 26 2010
8:47 AM

Attempted fix for issue #6730 in 1.x branch, "If-Modified-Since incorrect"

54192
by jhurliman
(0 downloads)
Dec 26 2010
8:32 AM

Attempted fix for issue #7071 in 1.x branch, "Accept headers not being cleared out between requests"

54189
by jhurliman
(1 download)
Dec 26 2010
8:12 AM

Applied fix from ManniManfred for issue #7331 in 1.x branch, "Server stops on a wrong request"

54187
by jhurliman
(0 downloads)
Dec 26 2010
8:08 AM

Fix for issue #7392 in 1.x branch, "LogWriter parameter is ignored in HttpServer constructor"

54186
by jhurliman
(0 downloads)
Dec 26 2010
7:53 AM

Fix for issue #7624 in 1.x branch, "Listening on dynamically assigned port ('port 0') not working"

50874
by jgauffin
(793 downloads)
Oct 9 2010
6:48 PM

Small bugfixes.