Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into m_test | BlueWall | 2014-03-27 | 5 | -18/+30 |
|\ | |||||
| * | Log errors in MakeRequest() as INFO, not ERROR. Some communications problems ↵ | Oren Hurvitz | 2014-03-27 | 1 | -2/+2 |
| | | | | | | | | | | | | are benign (e.g., can't send Friend status update to a region that is down), so don't log them as ERROR so soon. We rethrow the exception, so the caller can still decide to log the error as an ERROR. Resolves http://opensimulator.org/mantis/view.php?id=7077 | ||||
| * | refactor: Actually use MaptileStaticFile in RegionInfo rather than having ↵ | Justin Clark-Casey (justincc) | 2014-03-26 | 1 | -10/+6 |
| | | | | | | | | both a public field and a get property | ||||
| * | - Increased the threadpool timeout to 10 minutes | Oren Hurvitz | 2014-03-26 | 1 | -1/+1 |
| | | | | | | | | - Changed a few places that launch long-lasting threads to skip the timeout altogether | ||||
| * | Use the "X-Content-Encoding" header to indicate gzipped data, because old ↵ | Oren Hurvitz | 2014-03-25 | 3 | -4/+18 |
| | | | | | | | | OpenSims fail if they get an unknown "Content-Encoding" | ||||
| * | Use the "Content-Encoding" header to indicate gzipped streams | Oren Hurvitz | 2014-03-25 | 3 | -5/+7 |
| | | |||||
* | | Sync code that has moved in development branch with changes in master | BlueWall | 2014-03-25 | 1 | -45/+41 |
| | | |||||
* | | Move from UserProfileModule for general availability | BlueWall | 2014-03-25 | 1 | -0/+215 |
|/ | |||||
* | Always throw an exception if MakeRequest (used for HTTP POST) fails. ↵ | Oren Hurvitz | 2014-03-25 | 2 | -21/+12 |
| | | | | | | (Previously many exceptions were ignored) Resolves http://opensimulator.org/mantis/view.php?id=6949 | ||||
* | Improved logging of HTTP requests | Oren Hurvitz | 2014-03-25 | 3 | -49/+165 |
| | | | | | | | | | | | - MemoryBuffer isn't seekable, so we can't log it. Log the string instead. - Handle compressed streams - Don't attempt to dump binary data. Either don't log it at all (if we know it's binary), or at least convert non-ASCII characters to ASCII. - Log responses to HTTP requests - Use the same log prefix for all of these log messages ("[LOGHTTP]"), to make them easy to see at a glance - Increased the snippet length to 200 (80 doesn't show enough), and add "..." only if the message was actually truncated Resolves http://opensimulator.org/mantis/view.php?id=6949 | ||||
* | Fixed unit tests due to changes in the threadpool | Oren Hurvitz | 2014-03-25 | 1 | -8/+19 |
| | |||||
* | Run slow operations in a separate thread, instead of using FireAndForget ↵ | Oren Hurvitz | 2014-03-25 | 1 | -0/+23 |
| | | | | | | (which has a 1-minute timeout) Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | Changed LogThreadPool to have 4 logging levels. Added console command "debug ↵ | Oren Hurvitz | 2014-03-25 | 2 | -19/+78 |
| | | | | | | threadpool level" to set the logging level. Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | Added a watchdog to abort slow threads in the main thread pool | Oren Hurvitz | 2014-03-25 | 1 | -11/+269 |
| | | | | | | | | | | If a task in the thread pool hangs then it will permanently take up one of the threads. If this happens repeatedly then the thread pool will become exhausted and OpenSim will fail. This watchdog terminates threads in the thread pool that have been executing for over a minute (which probably means they're hung). Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | LogThreadPool: when the thread is for ProcessPacketMethod, also log the ↵ | Oren Hurvitz | 2014-03-25 | 1 | -3/+12 |
| | | | | | | packet type Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | Refactored DebugFlagsEnum | Oren Hurvitz | 2014-03-25 | 1 | -5/+14 |
| | | | | Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | Automatically start logging FireAndForget activity if the threadpool is full | Oren Hurvitz | 2014-03-25 | 1 | -4/+19 |
| | | | | Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | Added debug flag: LogThreadPool. It makes us log every use of the main ↵ | Oren Hurvitz | 2014-03-25 | 1 | -29/+114 |
| | | | | | | threadpool. Resolves http://opensimulator.org/mantis/view.php?id=6945 | ||||
* | Refactored: ExternalRepresentationUtils should be the only place where the ↵ | Oren Hurvitz | 2014-03-24 | 3 | -6/+22 |
| | | | | | | "CreatorData" field is calculated, to ensure uniformity Resolves http://opensimulator.org/mantis/view.php?id=6933 | ||||
* | When updating the CreatorId of an inventory item, automatically update the ↵ | Oren Hurvitz | 2014-03-24 | 1 | -1/+4 |
| | | | | | | CreatorIdAsUuid field as well Resolves http://opensimulator.org/mantis/view.php?id=6933 | ||||
* | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 2014-03-24 | 1 | -0/+32 |
| | | | | | | Recent versions of Firestorm and Singularity have started sending the viewer name in the 'Channel' field, leaving only their version number in the 'Viewer' field. So we need to search both of these fields for the viewer name. This resolves http://opensimulator.org/mantis/view.php?id=6952 | ||||
* | Allow Mono Plugin Registry setting for Regions | Dev Random | 2014-03-22 | 1 | -6/+7 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Add monitored thread last update times as stats in "show stats all" | Justin Clark-Casey (justincc) | 2014-03-21 | 1 | -0/+26 |
| | | | | These have the format server.thread.<thread-name> | ||||
* | Allow Region specific static maptiles to be loaded from file. | Jak Daniels | 2014-03-18 | 1 | -0/+21 |
| | |||||
* | Revert "Simplify DoubleQueue to eliminate redundant sempahore work." | Justin Clark-Casey (justincc) | 2014-03-19 | 1 | -7/+27 |
| | | | | | | This reverts commit 52b7b40034ddbb21d06b11ddc4eb6d766b0f616d. Got the semantics wrong - the sempahore is required so that the blocking thread waits for a signal. | ||||
* | Simplify DoubleQueue to eliminate redundant sempahore work. | Justin Clark-Casey (justincc) | 2014-03-19 | 1 | -27/+7 |
| | | | | | Exclusion is already guaranteed by the lock on m_syncRoot. Semaphore could not allow more than one thread in these sections anyway since the underlying SDK structures are not thread-safe. | ||||
* | minor: Make "stats show" an alias for "show stats" command. | Justin Clark-Casey (justincc) | 2014-03-19 | 1 | -2/+10 |
| | |||||
* | Rename "debug stats record" command to "stats record" for consistency. Move ↵ | Justin Clark-Casey (justincc) | 2014-03-19 | 1 | -3/+3 |
| | | | | from debug to general command category | ||||
* | Allow a snapshot of stats to be dumped to a file with a "stats save" command | Justin Clark-Casey (justincc) | 2014-03-19 | 1 | -3/+46 |
| | |||||
* | Add httpserver.<port>.QueuedPollResponses and ↵ | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -2/+24 |
| | | | | httpserver.<port>.ProcessedPollResponses statistics | ||||
* | minor: Correction to description of QueuedPollResponses since this covers ↵ | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -1/+1 |
| | | | | long poll and other 'poll' types | ||||
* | Add httpserver.<port-number>,QueuedPollResponses stat | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -0/+13 |
| | | | | This shows the number pf poll responses queued for processing. | ||||
* | Extend locking in BlockingQueue to cover operations that are not guaranteed ↵ | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -10/+8 |
| | | | | to be thread-safe | ||||
* | Allow "show stats" console command to take a full stat name and display only ↵ | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -1/+23 |
| | | | | | | that stat. For example, scene.test.RootAgents will show only the RootAgents stat in the scene named "test" | ||||
* | Lock m_syncRoot on DoubleQueue.Count. This is not documented as a ↵ | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -1/+5 |
| | | | | thread-safe operation | ||||
* | Add regression test for http inventory fetch. | Justin Clark-Casey (justincc) | 2014-03-17 | 3 | -397/+122 |
| | | | | Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async | ||||
* | Change terrain update sending to be triggered by frame tick rather | Robert Adams | 2014-03-10 | 1 | -5/+46 |
| | | | | | | | | | than everytime terrain is changed. The TerrainModule now hooks the frame event and, if terrain has changed, sends terrain updates to the clients. This polling pattern replaces the previous push on change pattern and will make it easier to do per client throttling and per scene presence terrain update ordering. | ||||
* | minor: Increase size of parcel name field in "land show" console command ↵ | Justin Clark-Casey (justincc) | 2014-03-06 | 1 | -1/+6 |
| | | | | output. Construct table using CDT rather than string formats | ||||
* | Add UUID and ready status (whether region has finished starting up) to "show ↵ | Justin Clark-Casey (justincc) | 2014-03-05 | 1 | -0/+43 |
| | | | | regions" console output. | ||||
* | Set up a StreamReader and call ReadToEnd() instead of using the ↵ | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -41/+13 |
| | | | | | | GetStreamString() extension method This eliminates some stream seeking that was never necessary and makes disposable of the StreamReader consistent with other code | ||||
* | Remove long unused UntrustedWebRequest class | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -230/+0 |
| | | | | This purports to check web requests but doesn't appear to actually do that. | ||||
* | refactor: More consistently use using construct within WebUtil to match ↵ | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -225/+218 |
| | | | | other existing code there. | ||||
* | Add more details to InvalidOperationException logging in ↵ | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -3/+4 |
| | | | | SychronousRestFormsRequest.MakeRequest(). | ||||
* | Add Util method to load OpSys env vars | Dev Random | 2014-02-26 | 1 | -83/+87 |
| | |||||
* | Log information about which function, request data and agent ID triggered an ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -0/+24 |
| | | | | XmlRpcGroupsServiceConnector error | ||||
* | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-31 | 1 | -3/+3 |
|\ | |||||
| * | Make sure Web streams are disposed after use | Oren Hurvitz | 2014-01-31 | 1 | -3/+3 |
| | | |||||
* | | clear land tainting when tested. Then testing, pass scene to LandObject as ↵ | Robert Adams | 2014-01-28 | 1 | -1/+5 |
| | | | | | | | | now needed to get region size | ||||
* | | Fix terrain tests by properly initializing low detail terrain to zero height. | Robert Adams | 2014-01-28 | 1 | -0/+1 |
| | | | | | | | | Also remove PI heightmap test as new heightmaps only have two significant digits. | ||||
* | | varregion: enable teleporting to a varregion by clicking on the map and | Robert Adams | 2014-01-26 | 2 | -0/+51 |
| | | | | | | | | | | | | | | pressing the 'teleport' button. This commit adds returning region map info for all the subregions of a varregion. This also handles the selection of the extra region and then the displacement of the postion so the teleport is to the correct location. |