aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't log http auth details by default.Justin Clark-Casey (justincc)2015-03-161-2/+2
* Fix XBakes simulator-side authentication regression failureJustin Clark-Casey (justincc)2015-03-165-3/+29
* Update version info to 0.8.2.0Justin Clark-Casey (justincc)2015-03-161-1/+1
* Revert "Allow a console command to give blank arguments ("") without the pars...dahlia2015-03-141-5/+2
* Don't try to write region size and MapfileStaticFile Nini settings that are n...Justin Clark-Casey (justincc)2015-03-131-4/+6
* Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)2015-03-111-2/+5
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-051-0/+2
* Merge branch 'master' of /team/src/opensimBlueWall2015-03-041-1/+1
|\
| * Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall2015-03-041-1/+1
* | Make private services forbid llHTTPRequest() calls by rejecting those that ha...Justin Clark-Casey (justincc)2015-03-046-19/+170
* | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-041-0/+256
|/
* As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 ...Cinder2015-03-031-1/+1
* corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail2015-03-031-84/+244
* XML should not contain any BOM. Disabled BOM generation in BaseHttpServerFreaky Tech2015-03-031-1/+2
* On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)2015-02-251-2/+13
* Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia2015-02-161-0/+16
* Add missing BSD headers to files in OpenSim/Framework/ServiceAuthJustin Clark-Casey (justincc)2015-02-133-3/+84
* Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)2015-02-041-1/+2
* Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...Justin Clark-Casey (justincc)2015-01-191-2/+2
* Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)2015-01-121-0/+329
* Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-122-322/+74
* Commented out clear_registry_ because (1) it isn't clearing up anything anymo...Diva Canto2015-01-071-1/+1
* Added overloaded LoadArchSpecificWindowsDll, to help addins load native libra...Diva Canto2015-01-041-2/+7
* Added utility function that simplifies configuration loading of all addins.Diva Canto2015-01-031-0/+57
* Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams2015-01-011-1/+1
* Commenting out the suppression of console warnings from Mono addins while we ...Diva Canto2014-12-311-2/+2
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-1/+1
* Make sure we always dispose of disposables inside RestClient.Request()Justin Clark-Casey (justincc)2014-12-201-26/+30
* minor: Correct propery doc RestClient._resource spelling mistakeJustin Clark-Casey (justincc)2014-12-201-1/+1
* Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)2014-12-101-0/+2
* Stop writing SizeZ config parameter for now when creating regions from consol...Justin Clark-Casey (justincc)2014-11-281-1/+1
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-254-141/+226
* Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)2014-11-251-7/+6
* Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)2014-11-251-2/+37
* Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)2014-11-252-6/+67
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-253-11/+22
* Add "show threadpool calls" command to show count of all labelled smartthread...Justin Clark-Casey (justincc)2014-11-252-1/+36
* If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)2014-11-251-1/+10
* Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-0/+4
* minor: remove warning in BasicHttpAuthentication by commenting out unused rem...Justin Clark-Casey (justincc)2014-11-251-2/+2
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)2014-11-251-6/+26
* Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)2014-11-251-4/+4
* Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2014-11-252-0/+310
* Add "region set" console command.Justin Clark-Casey (justincc)2014-10-311-8/+4
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-0/+1
* Fix long-lived thread name logging.Justin Clark-Casey (justincc)2014-09-261-1/+1
* Add persistent command history in consoleJak Daniels2014-09-231-2/+56
* Undo "Revert "Small changes to threading to send thread names to unmanaged th...BlueWall2014-09-173-9/+10