index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Util.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Add "show threadpool calls active" console debug command.
Justin Clark-Casey (justincc)
1
-1
/
+27
2014-11-25
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
1
-10
/
+13
2014-11-25
Add "show threadpool calls" command to show count of all labelled smartthread...
Justin Clark-Casey (justincc)
1
-1
/
+15
2014-09-05
For monitoring purposes, start non-timeout tasks (which do not currently use ...
Justin Clark-Casey (justincc)
1
-30
/
+0
2014-08-29
Ignore whitespace when reading serialized XML objects.
Justin Clark-Casey (justincc)
1
-5
/
+5
2014-07-21
Better logging of threadpool activity in Overload mode: if we didn't log "Que...
Oren Hurvitz
1
-1
/
+7
2014-07-21
Close streams immediately when we finish using them
Oren Hurvitz
1
-40
/
+13
2014-07-14
Use thread-safe version of .NET Random as the SDK class is not thread-safe.
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-07-02
Actually call Close() for shared region modules when the simulator is being s...
Justin Clark-Casey (justincc)
1
-1
/
+6
2014-04-25
Restore overload mode accidentally disabled in a prior commit. Add a new
Melanie
1
-2
/
+4
2014-04-24
Apply logging flag to a spammy message that may have been overlooked.
Melanie
1
-1
/
+1
2014-04-02
Added assets service method AssetsExist(), which returns whether the given li...
Oren Hurvitz
1
-0
/
+50
2014-03-26
- Increased the threadpool timeout to 10 minutes
Oren Hurvitz
1
-1
/
+1
2014-03-25
Improved logging of HTTP requests
Oren Hurvitz
1
-0
/
+40
2014-03-25
Fixed unit tests due to changes in the threadpool
Oren Hurvitz
1
-8
/
+19
2014-03-25
Run slow operations in a separate thread, instead of using FireAndForget (whi...
Oren Hurvitz
1
-0
/
+23
2014-03-25
Changed LogThreadPool to have 4 logging levels. Added console command "debug ...
Oren Hurvitz
1
-19
/
+40
2014-03-25
Added a watchdog to abort slow threads in the main thread pool
Oren Hurvitz
1
-11
/
+269
2014-03-25
LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...
Oren Hurvitz
1
-3
/
+12
2014-03-25
Refactored DebugFlagsEnum
Oren Hurvitz
1
-5
/
+14
2014-03-25
Automatically start logging FireAndForget activity if the threadpool is full
Oren Hurvitz
1
-4
/
+19
2014-03-25
Added debug flag: LogThreadPool. It makes us log every use of the main thread...
Oren Hurvitz
1
-29
/
+114
2014-03-24
Refactored: ExternalRepresentationUtils should be the only place where the "C...
Oren Hurvitz
1
-2
/
+7
2014-03-24
Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field
Oren Hurvitz
1
-0
/
+32
2014-03-19
Revert "Simplify DoubleQueue to eliminate redundant sempahore work."
Justin Clark-Casey (justincc)
1
-7
/
+27
2014-03-19
Simplify DoubleQueue to eliminate redundant sempahore work.
Justin Clark-Casey (justincc)
1
-27
/
+7
2014-03-18
Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-saf...
Justin Clark-Casey (justincc)
1
-1
/
+5
2014-02-26
Add Util method to load OpSys env vars
Dev Random
1
-83
/
+87
2014-02-14
Log information about which function, request data and agent ID triggered an ...
Justin Clark-Casey (justincc)
1
-0
/
+24
2014-01-19
Fix casting error for float type INI file parameter parsing.
Robert Adams
1
-1
/
+1
2014-01-19
Fix casting error for float type INI file parameter parsing.
Robert Adams
1
-1
/
+1
2014-01-11
Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.
Oren Hurvitz
1
-1
/
+3
2014-01-04
Add routines in Util.cs for conversion of region handles to region
Robert Adams
1
-0
/
+43
2013-12-26
varregion: many more updates removing the constant RegionSize and replacing
Robert Adams
1
-0
/
+5
2013-11-28
varregion: many replacements of in-place arithmetic with calls to
Robert Adams
1
-0
/
+1
2013-11-08
varregion: elimination of Constants.RegionSize from all over OpenSimulator.
Robert Adams
1
-0
/
+37
2013-09-03
minor simplification of some unix date functions in Util. No functional change.
Justin Clark-Casey (justincc)
1
-5
/
+3
2013-09-03
Add experimental "show grid users online" console command to show grid users ...
Justin Clark-Casey (justincc)
1
-4
/
+4
2013-08-08
Fixed error in BuildFakeParcelID() which was detected by regression tests.
Kevin Cozens
1
-2
/
+2
2013-07-18
Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.
Dan Lake
1
-3
/
+5
2013-07-18
Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) wh...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-15
This might address the following observed exception:
Diva Canto
1
-1
/
+1
2013-07-11
Fix regression where llHTTPRequests which did not get an OK response returned...
Justin Clark-Casey (justincc)
1
-1
/
+6
2013-06-17
refactor: Move existing code to generate report information on the threadpool...
Justin Clark-Casey (justincc)
1
-63
/
+41
2013-06-17
Fix bug where no threadpool data would be displayed in the "show threads" com...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-06-05
Port Avination's inventory send throttling
Melanie
1
-0
/
+108
2013-05-21
To further help with tracking down the apperance of too much "Unknown User" i...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-05-01
Update SmartThreadPool to latest version 2.2.3 with a major and minor change.
Justin Clark-Casey (justincc)
1
-10
/
+10
2013-03-26
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
1
-0
/
+15
2013-03-13
minor: Remove some mono compiler warnings in OpenSim.Framework.dll
Justin Clark-Casey (justincc)
1
-1
/
+1
[next]