aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-18Make number of inbound http requests handled available as a httpserver.<port>...Justin Clark-Casey (justincc)3-6/+35
2013-06-18Fix issue where stat samples were accidentally static, so that any additional...Justin Clark-Casey (justincc)1-1/+1
2013-06-18Fix other places when saving scripts or notecards in prim inventories where m...Justin Clark-Casey (justincc)1-5/+5
2013-06-18If SmartThreadPool is active, display statistical information about it in "sh...Justin Clark-Casey (justincc)1-2/+13
2013-06-17refactor: Move existing code to generate report information on the threadpool...Justin Clark-Casey (justincc)2-64/+103
2013-06-17Fix bug where no threadpool data would be displayed in the "show threads" com...Justin Clark-Casey (justincc)1-1/+1
2013-06-17minor: remove mono compiler warnings in WebFetchInvDescModuleJustin Clark-Casey (justincc)1-3/+2
2013-06-17Fix test failure in BasicCircuitTests from previous commit 0d2fd0d9Justin Clark-Casey (justincc)1-2/+2
2013-06-17Drop server level stats to debug instead of info.Justin Clark-Casey (justincc)1-1/+1
2013-06-17Add server stats for available builtin threadpool and iocp workersJustin Clark-Casey (justincc)1-0/+16
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)9-421/+403
2013-06-14correct method doc for llRot2Axis()dahlia1-1/+1
2013-06-15Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi...Justin Clark-Casey (justincc)1-14/+13
2013-06-15Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)1-10/+7
2013-06-15refactor: In UserProfileModule, change classifiedCache and classifiedInterest...Justin Clark-Casey (justincc)1-19/+23
2013-06-15Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)1-1/+28
2013-06-15Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)1-14/+23
2013-06-15minor: remove mono compiler warnings from LSL_Api, properly format method doc...Justin Clark-Casey (justincc)1-7/+5
2013-06-15Mantis 6280: llSetContentType(). An implementation.Talun4-0/+84
2013-06-15Mantis 6108: ossetprimitiveparams temporary/phantom problemTalun1-2/+2
2013-06-14Don't try to abort worker threads in WebFetchInvDescModule if module was not ...Justin Clark-Casey (justincc)1-6/+4
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
2013-06-12DataSnapshot: changed those annoying messages to Debug instead of Info.Diva Canto2-8/+8
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ...Justin Clark-Casey (justincc)1-68/+56
2013-06-12* This fixes having to select and deselect prim to get keyframemotion to star...teravus3-4/+8
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent...Justin Clark-Casey (justincc)2-2/+24
2013-06-12Implement logging of first 80 characters (debug level 5) or full body data (d...Justin Clark-Casey (justincc)2-5/+57
2013-06-11BulletSim: when meshing or asset fetching fails, include positionRobert Adams2-14/+30
2013-06-11Add TriggerScenePresenceUpdated events when an animation is addedRobert Adams4-6/+11
2013-06-11Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...Justin Clark-Casey (justincc)1-23/+41
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde...Diva Canto1-13/+17
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-11* Adds KeyFrameMotion storage support to SQLite, just a note, seems that ...teravus3-2/+35
2013-06-11Adjust output of llRot2Axis and llRot2Angle to match domains SL(tm) uses. Add...dahlia1-0/+3
2013-06-10LSL_Rotation.Normalize() now returns 0,0,0,1 for x,y,z,s when normalization f...dahlia1-2/+2
2013-06-10llRot2Angle now checks absolute value of s rotation component before normalizingdahlia1-11/+3
2013-06-10llRot2Axis now checks absolute value of s rotation component before normalizi...dahlia1-22/+6
2013-06-10Check For NaN and Infinity in llRot2Axis/Angle Fixes mantis #6669teravus1-2/+4
2013-06-10add a Normalize() method for LSL_Rotationdahlia1-0/+25
2013-06-10Add port numbers to poll service thread names so that we can tell which belon...Justin Clark-Casey (justincc)1-2/+2
2013-06-10Reinstate explicit starting and stopping of PollServiceRequestManager added i...Justin Clark-Casey (justincc)2-4/+7
2013-06-10Fix test for adding temporary assets. Code for non-local temporary assetsMic Bowman1-0/+20
2013-06-10BulletSim: add failure flag for meshing failure vs asset fetch failureRobert Adams4-34/+51
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman4-3/+4
2013-06-10Mantis 5346: llAxisAngle2Rot() should normalize before computingTalun1-0/+1
2013-06-09More on mantis #6666 -- Groups V2 remote connector.Diva Canto1-7/+4
2013-06-08Groups V2 -- fix mantis #6666Diva Canto1-0/+3
2013-06-08Catch exception triggered by incoming avatars using legacy profilesBlueWall1-1/+10
2013-06-07SQLite support for UserProfilesBlueWall3-0/+995