aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/HttpServer_OpenSim.pdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+0
|
* Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied.justincc2011-11-181-0/+0
| | | | | | This will hopefully address mantis 5471, 5694 and 5718. This code is now in opensim-libs, along with Diva's slightly older patches (which were already applied to the DLLs in the opensim tree). Thanks Oren!
* Catch HttpServer exception: mantis #5381Diva Canto2011-02-151-0/+0
|
* Fixed a couple of tests in the HttpServer. Not sure if this is enough. ↵Diva Canto2011-02-121-0/+0
| | | | Mantis #5373 and #5384
* Replaced the HttpServer_OpenSim.dll with one compiled for .NET 3.5 (the last ↵Diva Canto2010-12-181-0/+0
| | | | one was 4.0, and that doesn't work). Also added the corresponding .xml and .pdb, if that makes any difference.
* * Update HTTP Server with jhurliman's longheader fix. Changes 1024 with 4096.Teravus Ovares (Dan Olivares)2009-08-181-0/+0
|
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-301-0/+0
|
* * An attempt to fix mantis #3953Teravus Ovares2009-07-291-0/+0
|
* * Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares2009-07-291-0/+0
| | | | | | | | | eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue.
* * Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares2009-07-211-0/+0
applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). * Made various changes to BaseHttpServer to accommodate the new interfaces. * This version has been significantly re-architected and may fail in unusual and insidious ways. * Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data. * Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)