Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -1/+3 |
| | | | | | | 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. | ||||
* | Stop accidentally setting up the UploadTexture caps handler with the same ↵ | Justin Clark-Casey (justincc) | 2011-12-06 | 1 | -1/+1 |
| | | | | | | | | url for all users This meant that if a user exited the region, the UploadTexture handler would be effectively removed for everyone, causing subsequent failures. This hopefully resolves the recent UploadTexture LLSD problems This was a regression in 5640f2e (Thu Dec 1 23:24:15 2011 +0000) | ||||
* | refactor: Separate the upload baked texture handler out from BunchOfCaps | Justin Clark-Casey (justincc) | 2011-12-01 | 1 | -0/+112 |