Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-08-18 | * Update HTTP Server with jhurliman's longheader fix. Changes 1024 with 4096. | Teravus Ovares (Dan Olivares) | 1 | -0/+0 | |
2009-07-30 | * Fixed another potential httpserver leak. | Teravus Ovares | 1 | -0/+0 | |
2009-07-29 | * An attempt to fix mantis #3953 | Teravus Ovares | 1 | -0/+0 | |
2009-07-29 | * Adds the ability to have a thread efficient long poll service (such as the ↵ | Teravus Ovares | 1 | -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. | |||||
2009-07-21 | * Updated C# WebServer to the latest available source download (r19869) and ↵ | Teravus Ovares | 1 | -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!) |