aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix in SynchronousRestFormsRequester -- Write instead of WriteLine, ↵Diva Canto2009-09-281-2/+2
| | | | which was causing an extra \n to be written into the buffer.
* Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-241-2/+2
| | | | code.
* Add the skeleton of the authentication connector and the forms data requesterMelanie2009-09-191-0/+95