| Commit message (Expand) | Author | Files | Lines |
2017-06-25 | add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ... | UbitUmarov | 1 | -0/+7 |
2017-06-24 | add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ... | UbitUmarov | 1 | -1/+29 |
2017-06-24 | revert the thread level change; remove unused dynamic texture timer from inte... | UbitUmarov | 2 | -74/+55 |
2017-06-24 | simplify vectorrender background draw | UbitUmarov | 1 | -17/+9 |
2017-06-24 | remove a DynamicTexture leak, make it actually return the new texture ID to o... | UbitUmarov | 1 | -9/+16 |
2017-06-24 | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 1 | -0/+11 |
2017-05-30 | do another dns request via new cache. My problems bf wheren't mono after all,... | UbitUmarov | 1 | -17/+2 |
2017-05-26 | avoid some wrong watchdog timeouts | UbitUmarov | 1 | -1/+1 |
2017-05-23 | please DIE! PLEASE?? | UbitUmarov | 1 | -0/+1 |
2017-05-22 | disable keepalive on llHttpRequest | UbitUmarov | 1 | -0/+1 |
2017-05-20 | mantis 8171 fix redirection on llHttpRequest | UbitUmarov | 1 | -11/+2 |
2017-05-02 | mantis 8135 | UbitUmarov | 1 | -7/+15 |
2017-05-02 | disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN... | UbitUmarov | 1 | -7/+62 |
2017-04-26 | mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e... | UbitUmarov | 1 | -8/+4 |
2017-01-26 | Make it possible to override the URL module | Melanie Thielker | 1 | -12/+12 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 9 | -85/+85 |
2016-09-22 | mantis 8027: allow messages to be sent to attachments child prims in llRegion... | UbitUmarov | 1 | -2/+5 |
2016-09-21 | check for null target, minor cleanup | UbitUmarov | 1 | -12/+13 |
2016-09-15 | Minor. Make email module log message format consistent with other modules | AliciaRaven | 1 | -6/+6 |
2016-08-24 | DynamicTextureModule memory leaks | UbitUmarov | 1 | -28/+35 |
2016-08-22 | locking issue | UbitUmarov | 1 | -2/+2 |
2016-06-06 | Mantis #7919: fatal exception on LoadImageURLModule | Diva Canto | 1 | -0/+4 |
2016-03-23 | Mantis 7842 - remove another possible null dereference | Melanie Thielker | 1 | -18/+18 |
2016-03-16 | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 1 | -3/+12 |
2016-03-16 | Implement Access-Control-Allow-Origin for HTTP LSL server | Jeff Kelley | 1 | -0/+2 |
2016-03-14 | Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant... | Jeff Kelley | 1 | -1/+3 |
2016-03-03 | Mantis 7833: Fix a condition where email sent from an object that is in | Melanie Thielker | 1 | -11/+8 |
2015-12-25 | fix html encapsulation for MSIE was doing nothing | UbitUmarov | 1 | -1/+1 |
2015-12-25 | assume direct string.replace is good enought to avoid a stringbuild use | UbitUmarov | 1 | -5/+1 |
2015-12-25 | try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en... | UbitUmarov | 1 | -16/+33 |
2015-11-20 | remove unused return value on DeliverMessageTo() | UbitUmarov | 1 | -9/+7 |
2015-11-20 | remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a... | UbitUmarov | 1 | -0/+5 |
2015-10-24 | merge issue: fix missing '/' | UbitUmarov | 1 | -2/+3 |
2015-10-02 | remove unused method parameter master also removed | UbitUmarov | 1 | -3/+1 |
2015-09-10 | add a few terminating / in LSLhttp uris as core | UbitUmarov | 1 | -4/+4 |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op... | Diva Canto | 2 | -2/+1 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 2 | -28/+5 |
2015-07-31 | Eliminated several warnings | Oren Hurvitz | 2 | -0/+4 |
2015-07-31 | XMLRPCModule now actually aborts the worker thread when requested | Oren Hurvitz | 1 | -2/+6 |
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -2/+2 |
2015-03-06 | Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode... | BlueWall | 1 | -2/+2 |
2015-03-04 | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri... | Justin Clark-Casey (justincc) | 3 | -27/+154 |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 2 | -2/+0 |
2014-10-13 | change/fix previus commits | UbitUmarov | 1 | -1/+1 |
2014-10-13 | reduce minimum number of smartpool threads and name it | UbitUmarov | 1 | -3/+3 |
2014-09-26 | Fix recent regression with llRegionSayTo() started sending messages twice. | Justin Clark-Casey (justincc) | 1 | -8/+2 |
2014-09-20 | When sending http requests, close the response stream instead of waiting | Melanie Thielker | 1 | -1/+4 |
2014-09-04 | For processing outbound http requests in the XMLRPCModule, start the thread t... | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2014-04-23 | Dynamic textures shouldn't be saved in the assets service (only in the simula... | Oren Hurvitz | 1 | -2/+2 |