| Commit message (Expand) | Author | Files | Lines |
2013-03-29 | Added missing functionality (mainly custom headers) to llHTTPRequest. | Kevin Cozens | 1 | -9/+64 |
2013-03-13 | minor: save some commented out log lines which will be useful again in future... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2013-03-03 | Experimental - add void return support to modSendCommand | Melanie | 1 | -0/+2 |
2013-02-27 | Add regression test for llReleaseUrl() (and for llRequestUrl) | Justin Clark-Casey (justincc) | 1 | -9/+16 |
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 1 | -6/+10 |
2013-02-26 | Add regression test for llRequestUrl() | Justin Clark-Casey (justincc) | 1 | -16/+21 |
2013-02-17 | Correctly remove https:// URLs from the http server. | Melanie | 1 | -1/+7 |
2013-02-14 | * Handle null check on configs in module startup so that the the code can be ... | teravus | 1 | -6/+8 |
2013-01-25 | Add basic JsonCreateStore() regression test | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-01-24 | Mantis 6508 llHTTPResponse body is incorrectly interpreted by IE | Talun | 1 | -1/+15 |
2013-01-24 | Null check the response body to make sure we're not crashing the script engine | Melanie | 1 | -0/+6 |
2013-01-20 | Implement HTTP Request froma thread pool to avoid packet congestion | Melanie | 1 | -14/+45 |
2013-01-20 | Revert "Refactor scripted http request to use async calls rather than hard th... | Melanie | 1 | -87/+53 |
2013-01-20 | Refactor scripted http request to use async calls rather than hard threads | Melanie | 1 | -53/+87 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 8 | -1201/+159 |
2012-11-13 | Another 21 modules' directives moved out of .addin.xml | Diva Canto | 1 | -0/+2 |
2012-11-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 1 | -1/+1 |
2012-11-13 | Update ScriptModuleComms name space to CoreModules | Melanie | 1 | -1/+1 |
2012-11-11 | Fix issues with the DynamicTextureModule and corresponding unit tests. | Diva Canto | 3 | -32/+39 |
2012-11-11 | One more module converted: XMLRPCModule. Removed it from the special loading ... | Diva Canto | 1 | -31/+51 |
2012-11-11 | One more module converted: VectorRenderModule. | Diva Canto | 1 | -27/+41 |
2012-11-11 | One more module: DynamicTextureModule. Removed it from the special load in th... | Diva Canto | 1 | -11/+27 |
2012-11-11 | One more module converted: LoadImageURLModule. Also removed it from its hard-... | Diva Canto | 1 | -19/+38 |
2012-11-11 | One more module converted: ScriptsHttpRequests. | Diva Canto | 1 | -9/+25 |
2012-11-11 | One more module converted: EmailModule. | Diva Canto | 1 | -46/+64 |
2012-11-10 | document, 80-character width terminal formatting converting comments to docum... | SignpostMarv | 1 | -15/+65 |
2012-11-10 | document & 80-character width terminal formatting | SignpostMarv | 1 | -56/+114 |
2012-11-10 | Converting WorldCommModule to INonSharedRegionModule | SignpostMarv | 1 | -11/+25 |
2012-11-04 | Add a method to query all registered script constants to allow non-XEngine | Melanie | 1 | -0/+16 |
2012-10-26 | refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi... | SignpostMarv | 1 | -12/+8 |
2012-10-26 | adding ability for listeners to be filtered by regular expressions and a gene... | SignpostMarv | 1 | -19/+110 |
2012-10-26 | Formatting and casing correction in WorldCommModule, trailing new line in OSS... | SignpostMarv | 1 | -3/+3 |
2012-10-19 | minor: comment out currently unused logger in DynamicTextureModule | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 3 | -9/+5 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 3 | -5/+9 |
2012-09-28 | Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur... | Justin Clark-Casey (justincc) | 1 | -6/+11 |
2012-09-26 | just remove the damm thing | UbitUmarov | 1 | -1/+1 |
2012-09-26 | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 1 | -1/+0 |
2012-09-26 | UriModule GetEvents also doesn't need a request body | UbitUmarov | 1 | -0/+1 |
2012-09-17 | Moving ScriptModuleComms into the CoreModules tree. | Mic Bowman | 1 | -0/+367 |
2012-09-06 | Add missing DynamicTexture.cs file from last commit | Justin Clark-Casey (justincc) | 1 | -0/+61 |
2012-09-06 | If reusing dynamic textures, do not reuse small data length textures that fal... | Justin Clark-Casey (justincc) | 4 | -41/+125 |
2012-09-06 | If the GetTexture capability receives a request for a range of data beyond th... | Justin Clark-Casey (justincc) | 2 | -3/+33 |
2012-09-04 | Remove debug spam | Melanie | 1 | -6/+6 |
2012-08-30 | Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa... | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2012-08-30 | If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met... | Justin Clark-Casey (justincc) | 1 | -43/+59 |
2012-08-29 | This partially implements the LSL function to set the response | Mic Bowman | 1 | -1/+19 |
2012-08-28 | Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf... | Justin Clark-Casey (justincc) | 4 | -55/+297 |
2012-08-28 | Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove... | Justin Clark-Casey (justincc) | 2 | -6/+7 |
2012-08-27 | minor: Simplify return of vector render module name and some very minor remov... | Justin Clark-Casey (justincc) | 1 | -4/+3 |