index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Monitoring
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-14
add a disabled log
UbitUmarov
1
-0
/
+3
2018-01-24
avoid some large unnecessary strings
UbitUmarov
1
-1
/
+1
2018-01-17
pesty warnings
UbitUmarov
1
-4
/
+0
2018-01-15
shut up some pesty warnings
UbitUmarov
1
-1
/
+1
2017-06-16
framework main thread pool is always active and in use ( even id hard to cat...
UbitUmarov
1
-1
/
+7
2017-06-14
main generic use JobEngine also does not need a permanent thread.. actually d...
UbitUmarov
1
-1
/
+1
2017-06-13
make JobEngine be a workitem of mail pool (smartThread), with the option to r...
UbitUmarov
1
-48
/
+41
2017-06-13
add option for Fireandforget not timeout (our access to main smartThreadPool)
UbitUmarov
1
-5
/
+3
2017-06-09
only silent remove threads from watch list if they stopped ( ie still conside...
UbitUmarov
1
-4
/
+2
2017-05-26
missing file change.. actually use watchdog threads on assetsconnector and
UbitUmarov
1
-2
/
+5
2017-05-26
change wrong watchdog stopped thread check code, and don't log it
UbitUmarov
1
-3
/
+10
2017-05-25
move assetsconnector threads to whatchdog; Abort all alive threads known to w...
UbitUmarov
2
-0
/
+25
2017-05-23
stop a few more threads on exit
UbitUmarov
1
-1
/
+5
2017-02-01
Secure sim stats with an (optional) password.
Melanie Thielker
1
-0
/
+13
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
12
-83
/
+83
2016-11-22
close a resource on jobengine.close()
UbitUmarov
1
-1
/
+2
2016-08-25
watchdog timeouts: replace a silly List copy i added doing it a better way
UbitUmarov
1
-6
/
+10
2016-08-25
put back the console comand i remove since it is not a repetion
UbitUmarov
1
-0
/
+7
2016-08-24
do similar changes to unused checksManager
UbitUmarov
2
-27
/
+21
2016-08-24
remove redundate console comand add, change stat deregister
UbitUmarov
1
-22
/
+14
2016-08-24
reduce unnecessary allocation of new items
UbitUmarov
1
-13
/
+9
2016-05-12
Fix crash due to setting Thread.name after thread start.
Roger Kirkman
1
-2
/
+3
2016-04-07
CR safari. Remove gratuitious CRs in some files
Melanie Thielker
1
-173
/
+173
2016-02-21
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...
Diva Canto
1
-1
/
+1
2015-12-27
Add locking around stats record fetch to resolve Mantis 7793.
Robert Adams
1
-18
/
+21
2015-11-27
revert last change to watchdog timeouts, that should not be needed
UbitUmarov
1
-26
/
+22
2015-11-27
change JobEngine stop code and add a extra check for thread removed on watch...
UbitUmarov
2
-83
/
+73
2015-11-24
If no job engine is started at all, keep checking it's status from
Melanie Thielker
1
-3
/
+2
2015-11-24
try not to use Process.HasExit that is broken in some mono versions
UbitUmarov
1
-9
/
+12
2015-10-18
On to 0.8.3!
Diva Canto
1
-1
/
+1
2015-10-18
On to 0.8.3!
Diva Canto
1
-1
/
+1
2015-09-10
remove a avn thing before it gets into core
UbitUmarov
1
-11
/
+0
2015-09-06
let extra stats travel side by side with viewers ones... try to fix damm arra...
UbitUmarov
1
-9
/
+19
2015-09-05
fix modifing m_threads on a foreach scanning it
UbitUmarov
1
-1
/
+3
2015-09-03
at last we can login and see objects ( friends is dead and disable in
UbitUmarov
1
-4
/
+4
2015-08-11
Prevent a crash if "debug jobengine log" is entered without a log level
Oren Hurvitz
1
-0
/
+6
2015-05-04
Fixed a bug that would cause the sim extra stats reporter to fail in reportin...
Steven Zielinski
1
-1
/
+1
2015-05-04
Fixed vocabulary in a comment to match the code.
Steven Zielinski
1
-1
/
+1
2015-05-01
Fixed a bug that would cause the sim extra stats reporter to fail in reportin...
Steven Zielinski
1
-1
/
+5
2015-04-29
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...
Diva Canto
1
-1
/
+1
2015-04-21
Phase 2 additons with Frame Dilation metric.
Robert Louden
1
-9
/
+10
2015-04-21
Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...
Glenn Martin
1
-0
/
+47
2015-02-25
On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...
Justin Clark-Casey (justincc)
1
-2
/
+13
2015-02-18
Abbreviate the stats by removing unneeded and redundant elements. Human reada...
Melanie Thielker
3
-3
/
+68
2015-02-04
Fix bug in JobEngine where an attempt to restart after stop would trigger an ...
Justin Clark-Casey (justincc)
1
-1
/
+2
2015-01-12
Add the missing deleted and re-added JobEngine class from the previous commit...
Justin Clark-Casey (justincc)
1
-0
/
+329
2015-01-12
Make the performance controlling job processing threads introduced in confere...
Justin Clark-Casey (justincc)
2
-322
/
+74
2015-01-01
Fix cut-and-paste error that made StatsManager web fetch queries
Robert Adams
1
-1
/
+1
2014-11-25
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
3
-139
/
+224
2014-11-25
Change jobengine logging command to "debug jobengine log <int>" rather than l...
Justin Clark-Casey (justincc)
1
-7
/
+6
[next]