aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-04Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall1-1/+1
2015-03-04Make private services forbid llHTTPRequest() calls by rejecting those that ha...Justin Clark-Casey (justincc)6-19/+170
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)1-0/+256
2015-03-03As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 ...Cinder1-1/+1
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail1-84/+244
2015-03-03XML should not contain any BOM. Disabled BOM generation in BaseHttpServerFreaky Tech1-1/+2
2015-02-25On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)1-2/+13
2015-02-18Abbreviate the stats by removing unneeded and redundant elements. Human reada...Melanie Thielker3-3/+68
2015-02-16Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia1-0/+16
2015-02-13Add missing BSD headers to files in OpenSim/Framework/ServiceAuthJustin Clark-Casey (justincc)3-3/+84
2015-02-04Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)1-1/+2
2015-01-19Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...Justin Clark-Casey (justincc)1-2/+2
2015-01-12Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)1-0/+329
2015-01-12Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2-322/+74
2015-01-07Commented out clear_registry_ because (1) it isn't clearing up anything anymo...Diva Canto1-1/+1
2015-01-04Added overloaded LoadArchSpecificWindowsDll, to help addins load native libra...Diva Canto1-2/+7
2015-01-03Added utility function that simplifies configuration loading of all addins.Diva Canto1-0/+57
2015-01-01Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams1-1/+1
2014-12-31Commenting out the suppression of console warnings from Mono addins while we ...Diva Canto1-2/+2
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-1/+1
2014-12-20Make sure we always dispose of disposables inside RestClient.Request()Justin Clark-Casey (justincc)1-26/+30
2014-12-20minor: Correct propery doc RestClient._resource spelling mistakeJustin Clark-Casey (justincc)1-1/+1
2014-12-10Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)1-0/+2
2014-11-28Stop writing SizeZ config parameter for now when creating regions from consol...Justin Clark-Casey (justincc)1-1/+1
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)4-141/+226
2014-11-25Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)1-7/+6
2014-11-25Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)1-2/+37
2014-11-25Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)2-6/+67
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)3-11/+22
2014-11-25Add "show threadpool calls" command to show count of all labelled smartthread...Justin Clark-Casey (justincc)2-1/+36
2014-11-25If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)1-1/+10
2014-11-25Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)1-0/+4
2014-11-25minor: remove warning in BasicHttpAuthentication by commenting out unused rem...Justin Clark-Casey (justincc)1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-11-25Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)1-6/+26
2014-11-25Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)1-4/+4
2014-11-25Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2-0/+310
2014-11-12Increase wearablecache size to 32Melanie Thielker1-1/+1
2014-11-11Remove the Invisible stuff and add more baked caching. Refactor selection of ...Melanie Thielker1-28/+0
2014-11-10Second part of invisible base avatar optionMelanie Thielker1-0/+28
2014-11-06 scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov1-0/+1
2014-11-01remove last debug msgUbitUmarov1-1/+1
2014-11-01debug msgUbitUmarov1-1/+1
2014-10-31Add "region set" console command.Justin Clark-Casey (justincc)1-8/+4
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-0/+1
2014-10-26 missing fileUbitUmarov1-2/+1
2014-10-26 dont send baked textures assets, but send cache informationUbitUmarov1-0/+4
2014-10-24 don't send pack baked texture assets into updates.UbitUmarov1-1/+2
2014-10-24 TEST**** wingridproxy detection at grid login. Untested possible notUbitUmarov1-0/+15