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
/
Servers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...
Justin Clark-Casey (justincc)
2012-07-25
4
-0
/
+4
*
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
2012-07-25
1
-1
/
+1
*
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...
Justin Clark-Casey (justincc)
2012-07-11
1
-2
/
+2
*
Avoid a race condition where an incoming request to a script external URL can...
Justin Clark-Casey (justincc)
2012-06-22
2
-5
/
+11
*
If starting scripts on initial sim start, provide INFO level log feedback eac...
Justin Clark-Casey (justincc)
2012-06-22
1
-1
/
+1
*
Remove STARTUP COMPLETE message from the startuplogo.txt file and into main l...
Justin Clark-Casey (justincc)
2012-06-20
1
-1
/
+3
*
Comment out the neighbour and land in connectors from info logging that they ...
Justin Clark-Casey (justincc)
2012-06-20
1
-1
/
+1
*
Fix bug introduced in commit c6e3752 (13 Jun 2012) where poll responses would...
Justin Clark-Casey (justincc)
2012-06-16
1
-3
/
+1
*
Put all debug console commands into a single Debug section rather than scatte...
Justin Clark-Casey (justincc)
2012-06-15
1
-1
/
+1
*
Make the "debug http" command available for robust as well as the simulator. ...
Justin Clark-Casey (justincc)
2012-06-15
2
-4
/
+59
*
Add main instance to internal MainServer.m_Servers list to simplify internal ...
Justin Clark-Casey (justincc)
2012-06-15
2
-11
/
+61
*
When setting debug http level, do this for all known http servers, not just t...
Justin Clark-Casey (justincc)
2012-06-15
2
-21
/
+40
*
Get rid of some unnecessary null checks in RegionApplicationBase.StartupSpeci...
Justin Clark-Casey (justincc)
2012-06-15
1
-4
/
+27
*
Shuffle "debug http" levels so that 1 and 2 now cause different levels of war...
Justin Clark-Casey (justincc)
2012-06-14
1
-8
/
+27
*
Fix a regression in BaseHttpServer.HandleXmlRpcRequests() from recent c6e3752
Justin Clark-Casey (justincc)
2012-06-14
1
-1
/
+1
*
Don't include time to transmit response back to requester when assessing slow...
Justin Clark-Casey (justincc)
2012-06-13
5
-314
/
+169
*
Make change to fix Windows builds
BlueWall
2012-06-07
1
-1
/
+1
*
Allow the thread watchdog to accept an alarm method that is invoked if the ti...
Justin Clark-Casey (justincc)
2012-06-07
1
-0
/
+2
*
adding status codes from rfc 6585
SignpostMarv
2012-05-24
1
-2
/
+22
*
porting IDE tooltip-friendly documentation tweaks from Aurora-Sim
SignpostMarv
2012-05-24
1
-134
/
+223
*
Improve logging on the prim inventory script asset request path for future use.
Justin Clark-Casey (justincc)
2012-05-09
1
-2
/
+2
*
Log the full exception when errors occur in BaseHttpServer
Oren Hurvitz
2012-05-07
1
-19
/
+19
*
minor: Tweak BaseHttpServer message to make it clear that this relates to slo...
Justin Clark-Casey (justincc)
2012-05-04
1
-1
/
+1
*
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
2012-05-03
9
-35
/
+88
*
Revert "Log the full exception when errors occur in BaseHttpServer"
Justin Clark-Casey (justincc)
2012-04-27
1
-19
/
+19
*
Log the full exception when errors occur in BaseHttpServer
Oren Hurvitz
2012-04-27
1
-19
/
+19
*
Add more exception detail to Exception and IOException throws in BaseHttpServ...
Justin Clark-Casey (justincc)
2012-04-20
1
-2
/
+2
*
Thank you, BaseHttpServer, for telling me where things go wrong.
Diva Canto
2012-04-06
1
-2
/
+2
*
Add Extended flavour option to opensim version information.
Justin Clark-Casey (justincc)
2012-03-30
1
-1
/
+2
*
minor: reuse threadpool count we just fetched instead of fetching it again
Justin Clark-Casey (justincc)
2012-03-16
1
-1
/
+1
*
Add total scripts count to "show threads"
Justin Clark-Casey (justincc)
2012-03-16
1
-2
/
+10
*
Improve threadpool reporting to "show threads" console command (also gets pri...
Justin Clark-Casey (justincc)
2012-03-16
1
-6
/
+2
*
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
2012-03-08
1
-10
/
+10
*
Flick master up to 0.7.4
Justin Clark-Casey (justincc)
2012-02-29
1
-1
/
+1
*
Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ...
Justin Clark-Casey (justincc)
2012-02-24
1
-1
/
+1
*
Stop spurious scene loop startup timeout alarms for scenes with many prims.
Justin Clark-Casey (justincc)
2012-02-24
1
-0
/
+2
*
On Windows automatically load the correct native ODE library depending on whe...
Justin Clark-Casey (justincc)
2012-02-18
1
-1
/
+3
*
Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo...
Justin Clark-Casey (justincc)
2012-01-31
1
-1
/
+1
*
Stop also adding an ordinary http handler when we set up a poll http handler.
Justin Clark-Casey (justincc)
2011-12-07
2
-11
/
+5
*
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
2011-12-05
12
-15
/
+210
*
On "show caps", stop excluding the seed cap but do exclude it elsewhere
Justin Clark-Casey (justincc)
2011-11-29
1
-1
/
+3
*
With "debug http 1", show the path with the query string instead of just the ...
Justin Clark-Casey (justincc)
2011-11-29
1
-21
/
+21
*
Add "debug http" command for currently simple extra debug logging of non-even...
Justin Clark-Casey (justincc)
2011-11-29
1
-12
/
+43
*
fix build break on UserManagementModule.
Justin Clark-Casey (justincc)
2011-11-15
1
-4
/
+8
*
improve formatting of "show threads"
Justin Clark-Casey (justincc)
2011-11-15
1
-1
/
+8
*
send a watchdog heartbeat for a poll worker thread when it's actually run
Justin Clark-Casey (justincc)
2011-11-15
1
-0
/
+3
*
Add number of milliseconds since last update to "show threads"
Justin Clark-Casey (justincc)
2011-11-15
1
-3
/
+7
*
Remove unused avariable in PollServiceRequestManager
Justin Clark-Casey (justincc)
2011-11-07
1
-8
/
+6
*
Restart the event queue worker threads that I accidentally disabled earlier t...
Justin Clark-Casey (justincc)
2011-10-25
1
-7
/
+9
*
minor: add "threads show" as synonym for "show threads" for consistency
Justin Clark-Casey (justincc)
2011-10-25
1
-0
/
+5
[prev]
[next]