aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-092-3/+2
|
* fall back to a obsolete property since several monos in use (include our ↵UbitUmarov2018-01-082-3/+3
| | | | own) do not suporte the proper .net4.0 one
* a few more xml thingsUbitUmarov2018-01-052-0/+7
|
* mantis 8222UbitUmarov2017-07-291-1/+1
|
* framework main thread pool is always active and in use ( even id hard to ↵UbitUmarov2017-06-161-23/+38
| | | | catch) so show in on show stats. Disable ServerStatsCollector by default, since most don't use it, Adicionally it uses shared framework performance counters system that may be affected if a region crashs
* put back soft http closeUbitUmarov2017-05-301-6/+4
|
* webrequests serialiazation per endpoint its now ServicePointManager jobUbitUmarov2017-05-301-47/+1
|
* a null ref check left behind on previus commitsUbitUmarov2017-05-281-1/+2
|
* move assetsconnector threads to whatchdog; Abort all alive threads known to ↵UbitUmarov2017-05-251-1/+2
| | | | watchdog before exit
* make a few more threads background onesUbitUmarov2017-05-251-2/+2
|
* add a bit more pre exit cleanupUbitUmarov2017-05-241-4/+4
|
* stop a few more threads on exitUbitUmarov2017-05-231-0/+2
|
* please DIE! PLEASE??UbitUmarov2017-05-233-6/+26
|
* make sure we drop requests if DoHTTPGruntWork failsUbitUmarov2017-05-221-4/+9
|
* remove LongPoll type and queues. Events should now have reduced latency ↵UbitUmarov2017-05-212-35/+3
| | | | also. About previus commit, it maybe a modified ingen-e3s-v1.33 script that is broken, and not the original version, can't tell
* some conditional dispose on http requests inputstreamUbitUmarov2017-05-082-1/+8
|
* let StreamReader be in using statementsUbitUmarov2017-05-072-31/+18
|
* give more information on Fatal Error during region startupUbitUmarov2017-04-261-2/+1
|
* Allow setting the stats log file location in OpenSim.ini rather than ↵Melanie Thielker2017-03-311-0/+17
| | | | app.exe.config
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0523-241/+241
|
* JsonRpc: don't try to connect to a empty uriUbitUmarov2016-12-081-0/+3
|
* fix a use of string Trim()UbitUmarov2016-08-241-1/+1
|
* put back the dangerous resp.ReuseContext = true option, that for some odd ↵UbitUmarov2016-08-211-2/+2
| | | | reason OSgrid nginx configuration seems to need
* first step removing MegaRegions: refuse to run. Thanks to all that made ↵UbitUmarov2016-07-271-1/+10
| | | | MegaRegions possible, they where a important OpenSim feature, but can no longer be mantained
* http send is blocking, so we need we need to do it async in all cases. - ↵UbitUmarov2016-07-162-20/+15
| | | | this will need revision after server changes
* disable OSHttpTests that will collide with testing new http server changesUbitUmarov2016-07-151-0/+3
|
* "reverting" the keep alive changes brought in from avination, to check if ↵Diva Canto2016-06-142-7/+2
| | | | that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set.
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* minor cleanupUbitUmarov2015-12-091-17/+4
|
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs
| * Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-3/+3
| | | | | | | | work. Will eat your babies. Yada. Yada.
| * On to 0.8.3!Diva Canto2015-10-181-1/+1
| |
| * Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto2015-10-181-1/+2
| | | | | | | | | | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3.
* | On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* | Fixed merge conflictsDiva Canto2015-10-181-1/+2
| | | | | | | | | | | | | | | | | | | | Clean up of simulation version, the number that rules the compatibility of teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
* | dont let http keepalive and context reuse be trueUbitUmarov2015-09-232-3/+16
| |
* | remove duplicated and breaking codeUbitUmarov2015-09-211-3/+0
| |
* | Remove the last proprietary copyright headers, insert BSD ones.Melanie Thielker2015-09-131-1/+1
| |
* | at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-50/+6
| | | | | | | | scenepresence)
* | seems to compile ( tests comented out)UbitUmarov2015-09-024-175/+31
| |
* | bad merge?UbitUmarov2015-09-017-50/+695
|\ \ | |/ |/|
| * change pollService stop() to send 503 error and no keepalive. ( untested )UbitUmarov2015-08-182-6/+32
| |
| * do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov2015-08-181-1/+1
| | | | | | | | | | | | setting of keepalive is wrong, it should follow the requested one ( or always as http1.1) only deny if needed (errors). KeepAlive may increase stress on number of avaiable file descritors.
| * try to serialize http requests from same connection, so they are processedUbitUmarov2015-08-182-0/+84
| | | | | | | | in order. ( next commits will be about necessary keepAlive changes needed)
| * TEST**** wingridproxy detection at grid login. Untested possible notUbitUmarov2014-10-241-0/+15
| | | | | | | | | | very reliable. Adds some load even on region servers because of code at BaseHttpServer.
| * change/fix previus commitsUbitUmarov2014-10-131-2/+10
| |
| * tune poll smartThreadpool use and give it a nameUbitUmarov2014-10-131-2/+5
| |
| * Comment out stupid XEngine-bound message about script vs non-script startup, ↵Melanie Thielker2014-08-091-6/+6
| | | | | | | | it's annoyed me for a long time. Comment out periodic stats as well, they've never been useful to us and just cause console spew.
| * change previus code, send a NoEvents response back to http server, evenUbitUmarov2014-07-241-3/+0
| | | | | | | | | | if we know there is no one there, so that the server finishes handling it.
| * request.DoHTTPGruntWork(..) is now identical to our version, so useUbitUmarov2014-07-231-40/+5
| | | | | | | | | | those again, getting code closer to os again