Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -0/+2 | |
2018-01-17 | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 1 | -2/+0 | |
2018-01-09 | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 1 | -1/+0 | |
2018-01-08 | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 1 | -1/+1 | |
own) do not suporte the proper .net4.0 one | |||||
2018-01-05 | a few more xml things | UbitUmarov | 1 | -0/+3 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+2 | |
2013-07-08 | Add "show caps stats by user" and "show caps stats by cap" console commands ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands | |||||
2012-05-03 | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 1 | -1/+5 | |
can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | |||||
2011-12-05 | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | Committing the changed tree | Melanie Thielker | 1 | -16/+27 | |
2008-05-01 | Attempt to locate SL client in LaunchSLClient under other Unices. | Jeff Ames | 1 | -3/+3 | |
2008-05-01 | More config cleanup in LaunchSLClient. | Jeff Ames | 1 | -0/+5 | |
2008-05-01 | Refactor machine-dependent configuration in LaunchSLClient. | Jeff Ames | 1 | -21/+11 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -33/+33 | |