Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revised GetMesh to not use intermediate base64 coding scheme | Freaky Tech | 2015-03-05 | 2 | -52/+195 |
| | | | | | | | it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Allow GetMesh capability to be served directly by a server like GetTexture | Justin Clark-Casey (justincc) | 2014-11-25 | 2 | -40/+31 |
| | | | | | To do this required GetMesh to be converted to a BaseStreamHandler Unlike GetTexture connector, no redirect URL functionality yet (this wasn't present in the first place). | ||||
* | Revert "Removed unused files: Texture/Mesh server connectors" | root | 2014-07-21 | 1 | -0/+79 |
| | | | | This reverts commit f6ea5088f4cc76eddb05b20b5d768f761b0fbd15. | ||||
* | Removed unused files: Texture/Mesh server connectors | Oren Hurvitz | 2014-07-21 | 1 | -79/+0 |
| | |||||
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -7/+8 |
| | | | | | | 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. | ||||
* | Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵ | Justin Clark-Casey (justincc) | 2011-08-18 | 1 | -36/+9 |
| | | | | always calls GetCached and code paths were identical | ||||
* | Squish a warning | Melanie | 2011-05-05 | 1 | -1/+0 |
| | |||||
* | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 2011-05-02 | 2 | -0/+222 |
GetTexture. |