| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-08 | Implemented HTTP retry for requests. Went in rather easily which | Monty Brandenberg | |
| surprised me. Added a retry queue similar to ready queue to the policy object which is sorted by retry time. Currently do five retries (after the initial try) delayed by .25, .5, 1, 2 and 5 seconds. Removed the retry logic from the lltexturefetch module. Upped the waiting time in the unit test for the retries. People won't like this but tough, need tests. | |||
| 2012-06-01 | Platform fixups: typedef for priority_queue, more specific comparator functor. | Monty Brandenberg | |
| 2012-06-01 | Major steps towards implementing the policy component. | Monty Brandenberg | |
| Identified and reacted to the priority inversion problem we have in texturefetch. Includes the introduction of a priority_queue for the requests that are ready. Start some parameterization in anticipation of having policy_class everywhere. Removed _assert.h which isn't really needed in indra codebase. Implemented async setPriority request (which I hope I can get rid of eventually along with all priorities in this library). Converted to using unsigned int for priority rather than float. Implemented POST and did groundwork for PUT. | |||
