| Change Set |
Date |
Downloads |
Comment |
18747
by
jwhitehorn
|
Jun 20 2008 at
5:18 AM
|
23 |
cleaned up the references a little.
|
18746
by
jwhitehorn
|
Jun 20 2008 at
5:15 AM
|
0 |
added a references folder and put nunit and rhino mocks in there, I will reference these soon.
|
18745
by
jwhitehorn
|
Jun 20 2008 at
5:08 AM
|
1 |
renamed namespaces and other references to the UnitTests to IntegrationTests.
|
18744
by
jwhitehorn
|
Jun 20 2008 at
5:05 AM
|
0 |
renamed the UnitTests.csproj file to IntegrationTests.csproj to better match what it is, and readded the project to the solution.
|
18743
by
jwhitehorn
|
Jun 20 2008 at
5:02 AM
|
0 |
renamed the UnitTests folder to IntegrationTests and removed that project from the solution for now.
|
18742
by
jwhitehorn
|
Jun 20 2008 at
4:54 AM
|
0 |
renamed the IHttpWorker.cs and HttpWorker.cs files to IAspNetWorker.cs and AspNetWorker.cs.
|
18741
by
jwhitehorn
|
Jun 20 2008 at
4:20 AM
|
0 |
renamed the IHttpWorker interface to IAspNetWorker and the HttpWorker class is now AspNetWorker. I will rename the files in a moment.
|
18740
by
jwhitehorn
|
Jun 20 2008 at
4:17 AM
|
0 |
removed Request and Repsonse implementations as they are no longer needed. Therefore I removed the now unused Process methods of the DomainHook and HttpWorker. Addtionally I had to comment out a portion of the Server object where a 403 response was been hardcoded... I will have to rework that one.
|
18739
by
jwhitehorn
|
Jun 20 2008 at
4:09 AM
|
1 |
fixed small bug in the HttpSocketRequestResponse object and wired up the Server object to use the new Transaction concepts.
|
18738
by
jwhitehorn
|
Jun 20 2008 at
2:39 AM
|
0 |
Fixed a stupid mistake on my part.
|
18737
by
jwhitehorn
|
Jun 19 2008 at
11:44 PM
|
0 |
initial addition of Response functionality to the HttpSocketRequestResponse object.
|
18735
by
jwhitehorn
|
Jun 19 2008 at
11:32 PM
|
0 |
removed more IRequest interface member that didn't make sense. Essentially I removed all the setters.
|
18733
by
jwhitehorn
|
Jun 19 2008 at
11:25 PM
|
0 |
initial work on implementing the IRequest part of the HttpSocketRequestResponse object.
|
18730
by
jwhitehorn
|
Jun 19 2008 at
11:02 PM
|
0 |
in the last commit I forgot to remove the setters on the Request object itself. This change forced me to have to change the tests. Instead of rewritting the tests I decided just to break them for now. I was intending to rewrite the tests soon anyway.
|
18729
by
jwhitehorn
|
Jun 19 2008 at
10:56 PM
|
0 |
removed setters for IRequest.LocalEndPoint and IRequest.RemoteEndPoint... they didn't make any sense anyway.
|
18728
by
jwhitehorn
|
Jun 19 2008 at
10:53 PM
|
0 |
initial stub for HttpSocketRequestResponse.
|
18727
by
jwhitehorn
|
Jun 19 2008 at
10:46 PM
|
0 |
initial implementation of HttpWorker.ProcessTransaction... still needs a little more TLC.
|
18721
by
jwhitehorn
|
Jun 19 2008 at
3:55 AM
|
1 |
added the concept of a transaction (a request/reply unit) and updated the newly prototyped methods to work with this concept.
|
18720
by
jwhitehorn
|
Jun 19 2008 at
3:33 AM
|
0 |
cleaned up the formatting of the Request object.
|
18719
by
jwhitehorn
|
Jun 19 2008 at
3:27 AM
|
0 |
prototyped some new methods, not done yet.
|
18718
by
jwhitehorn
|
Jun 19 2008 at
3:15 AM
|
0 |
better encapsulated the IsConfigured logic of the DomainHook.
|
18717
by
jwhitehorn
|
Jun 19 2008 at
3:11 AM
|
0 |
abstracted the domainHook to force the caller of Configure to pick an IHttpWorker instance for it to use.
|
18716
by
jwhitehorn
|
Jun 19 2008 at
2:34 AM
|
0 |
added initial property to see if a Request object is KeepAlive or not.
|
18715
by
jwhitehorn
|
Jun 19 2008 at
2:13 AM
|
0 |
added a comment.
|
18714
by
jwhitehorn
|
Jun 19 2008 at
1:55 AM
|
0 |
Updated reference to old website with the new URL.
|