aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto8-14/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto8-0/+14
2012-09-29Fix bug where debug http level 6 could not be specified. Also converts newli...Justin Clark-Casey (justincc)2-5/+5
2012-09-27Update the Http server with a few additional properties. Adapt the testMelanie1-0/+4
2012-09-27create a new PollServiceHttpRequest req per loop since they can be sent toUbitUmarov1-5/+1
2012-09-26add assettype mesh to list of binary assetsUbitUmarov1-1/+2
2012-09-26 missing fileUbitUmarov1-1/+1
2012-09-26just remove the damm thingUbitUmarov3-25/+3
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov2-3/+10
2012-09-26keep watchdog happy using it to kill his threadsUbitUmarov1-9/+1
2012-09-26 more changes to PollServiceUbitUmarov2-24/+18
2012-09-26 fix priorityQueue to correctly use the fairness counts starting at 8 forUbitUmarov1-10/+10
2012-09-24 add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov1-0/+1
2012-09-23Change the poll service to use a thread pool for replies to make sure theMelanie1-7/+38
2012-09-22Make BaseHttpServer throws say something useful.Diva Canto1-2/+2
2012-09-21Minor: may avoid crashes of sims that still don't have this configuration sec...Diva Canto1-0/+3
2012-09-20Improvement over last commit: refactor the asset permissions code, so that it...Diva Canto1-0/+81
2012-09-21minor: Make slow outgoing request log messages consistent with other log mess...Justin Clark-Casey (justincc)1-7/+7
2012-09-21Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)3-87/+87
2012-09-21Add request number counting to incoming HTTP requests in the same way that th...Justin Clark-Casey (justincc)2-19/+42
2012-09-20Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ...Justin Clark-Casey (justincc)3-32/+87
2012-09-20Add ability to turn on/off logging of outgoing HTTP requests flowing through ...Justin Clark-Casey (justincc)3-35/+103
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall1-4/+4
2012-09-16Catch a nullref in the code to suppress GetTexture warnign spam we can'tMelanie1-1/+1
2012-09-14Sequence/throttle asset retrievals.Melanie1-0/+2
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+5
2012-09-14Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie3-17/+36
2012-09-14Allow setting connection limits, part 2Melanie1-0/+20
2012-09-14Allow setting max connections for an endpointMelanie1-1/+1
2012-09-12Fix usage statement on "debug http" console command since max level is now 5 ...Justin Clark-Casey (justincc)1-1/+1
2012-09-12Fix bug in logging sample input at debug http level 4.Justin Clark-Casey (justincc)1-1/+1
2012-09-12mathematically & hypothetically speaking we want to avoid negative values bei...SignpostMarv1-7/+7
2012-09-12Make "show http-handlers" command available for ROBUST instances as well as t...Justin Clark-Casey (justincc)1-0/+51
2012-09-11Add levels 4 and 5 to "debug http" console command that will log a sample of ...Justin Clark-Casey (justincc)3-12/+90
2012-09-10add a extra httppool thread to compensate for webfetchinventoryUbitUmarov1-1/+2
2012-09-09implementing per-region configuration of limits on the number of prims one ca...SignpostMarv1-1/+19
2012-09-084096 is used in various places as the maximum height of a region, refactoring...SignpostMarv1-0/+1
2012-09-04Bump master code up to 0.7.5 now that 0.7.4 is out.Justin Clark-Casey (justincc)1-1/+1
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2-15/+17
2012-08-24Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie2-2/+4
2012-08-20Tighten up OpenSim.Framework.Cache locking to avoid race conditions.Justin Clark-Casey (justincc)1-30/+53
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-0/+14
2012-08-18When reporting a thread timeout, create a copy of the info rather than passin...Justin Clark-Casey (justincc)1-1/+14
2012-08-17adding a clip method to handle Vector3 objects to enable a minor amount of re...SignpostMarv1-0/+6
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-2/+40
2012-08-15Don't enable the thread watchdog until all regions are ready.Justin Clark-Casey (justincc)1-5/+26
2012-08-15Implementing PRIM_LINK_TARGET in a non-recursive fashionSignpostMarv1-1/+1
2012-08-14Allow the use of the region debug console found in recent viewers. This consoleMelanie5-3/+21
2012-08-14Allow the use of the region debug console found in recent viewers. This consoleMelanie5-3/+21
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2-35/+72