aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakMelanie2010-09-051-4/+0
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-57/+54
* Prevent an object disposed exception that made forms comms unreliable. AfterMelanie Thielker2010-08-251-2/+7
* Change some e.Message to e.ToString. Don't use e.Message, it doesn't carryMelanie Thielker2010-08-251-2/+2
* Better error message.Diva Canto2010-04-261-1/+1
* More error messages to warn when/if things go wrong.Diva Canto2009-10-051-2/+14
* Leaving the MemoryStreams unclosed.Diva Canto2009-10-041-1/+2
* Close was being called to early on the Memory stream.Diva Canto2009-10-031-1/+2
* More streams closed.Diva Canto2009-10-031-0/+1
* Closing more streams.Diva Canto2009-10-031-4/+27
* Bug fix in SynchronousRestFormsRequester -- Write instead of WriteLine, which...Diva Canto2009-09-281-2/+2
* Added test GridClient, which allowed me to remove a few bugs out of the new c...Diva Canto2009-09-241-2/+2
* Add the skeleton of the authentication connector and the forms data requesterMelanie2009-09-191-0/+95