aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added a watchdog to abort slow threads in the main thread poolOren Hurvitz2014-03-251-11/+269
* LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz2014-03-251-3/+12
* Refactored DebugFlagsEnumOren Hurvitz2014-03-251-5/+14
* Automatically start logging FireAndForget activity if the threadpool is fullOren Hurvitz2014-03-251-4/+19
* Added debug flag: LogThreadPool. It makes us log every use of the main thread...Oren Hurvitz2014-03-251-29/+114
* Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz2014-03-243-6/+22
* When updating the CreatorId of an inventory item, automatically update the Cr...Oren Hurvitz2014-03-241-1/+4
* Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz2014-03-241-0/+32
* Allow Mono Plugin Registry setting for RegionsDev Random2014-03-221-6/+7
* Add monitored thread last update times as stats in "show stats all"Justin Clark-Casey (justincc)2014-03-211-0/+26
* Allow Region specific static maptiles to be loaded from file.Jak Daniels2014-03-181-0/+21
* Revert "Simplify DoubleQueue to eliminate redundant sempahore work."Justin Clark-Casey (justincc)2014-03-191-7/+27
* Simplify DoubleQueue to eliminate redundant sempahore work.Justin Clark-Casey (justincc)2014-03-191-27/+7
* minor: Make "stats show" an alias for "show stats" command.Justin Clark-Casey (justincc)2014-03-191-2/+10
* Rename "debug stats record" command to "stats record" for consistency. Move ...Justin Clark-Casey (justincc)2014-03-191-3/+3
* Allow a snapshot of stats to be dumped to a file with a "stats save" commandJustin Clark-Casey (justincc)2014-03-191-3/+46
* Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...Justin Clark-Casey (justincc)2014-03-181-2/+24
* minor: Correction to description of QueuedPollResponses since this covers lon...Justin Clark-Casey (justincc)2014-03-181-1/+1
* Add httpserver.<port-number>,QueuedPollResponses statJustin Clark-Casey (justincc)2014-03-181-0/+13
* Extend locking in BlockingQueue to cover operations that are not guaranteed t...Justin Clark-Casey (justincc)2014-03-181-10/+8
* Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)2014-03-181-1/+23
* Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-saf...Justin Clark-Casey (justincc)2014-03-181-1/+5
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-173-397/+122
* Change terrain update sending to be triggered by frame tick ratherRobert Adams2014-03-101-5/+46
* minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)2014-03-061-1/+6
* Add UUID and ready status (whether region has finished starting up) to "show ...Justin Clark-Casey (justincc)2014-03-051-0/+43
* Set up a StreamReader and call ReadToEnd() instead of using the GetStreamStri...Justin Clark-Casey (justincc)2014-02-271-41/+13
* Remove long unused UntrustedWebRequest classJustin Clark-Casey (justincc)2014-02-271-230/+0
* refactor: More consistently use using construct within WebUtil to match other...Justin Clark-Casey (justincc)2014-02-271-225/+218
* Add more details to InvalidOperationException logging in SychronousRestFormsR...Justin Clark-Casey (justincc)2014-02-271-3/+4
* Add Util method to load OpSys env varsDev Random2014-02-261-83/+87
* Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)2014-02-141-0/+24
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-3/+3
|\
| * Make sure Web streams are disposed after useOren Hurvitz2014-01-311-3/+3
* | clear land tainting when tested. Then testing, pass scene to LandObject as no...Robert Adams2014-01-281-1/+5
* | Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams2014-01-281-0/+1
* | varregion: enable teleporting to a varregion by clicking on the map andRobert Adams2014-01-262-0/+51
* | Merge branch 'master' into varregionRobert Adams2014-01-213-21/+43
|\ \
| * \ Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-201-14/+7
| |\ \ | | |/
| | * Stop exceptions being generated on agent connection if a telehub object has b...Justin Clark-Casey (justincc)2014-01-201-14/+7
| * | Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-202-7/+36
* | | Merge branch 'master' into varregionRobert Adams2014-01-191-1/+25
|\ \ \ | |/ /
| * | Fix casting error for float type INI file parameter parsing.Robert Adams2014-01-191-1/+1
| * | minor: Add method doc to IImproveAssetCacheJustin Clark-Casey (justincc)2014-01-181-1/+25
* | | Fix casting error for float type INI file parameter parsing.Robert Adams2014-01-191-1/+1
* | | Merge branch 'master' into varregionRobert Adams2014-01-112-1/+90
|\ \ \ | |/ /
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-111-1/+3
| |\ \ | | |/
| | * Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz2014-01-111-1/+3
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-101-0/+87
| |\ \ | | |/
| | * Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz2014-01-101-0/+19