summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcorehttputil.h
AgeCommit message (Collapse)Author
2015-04-20Flickr conversion.Rider Linden
2015-04-16Facebook conversion.Rider Linden
2015-04-10Adding support for DELETE, PATCH and COPYRider Linden
2015-04-08Moved some LLEventPolling internal classes to a named namespaceRider Linden
Canceling outstanding polling transactions
2015-04-08Adding weak pointer support.Rider Linden
Event polling as a coroutine. (incomplete) Groundwork for canceling HttpCoroutineAdapter yields.
2015-04-07Results from code review with Nat. Consolidate some of the coroutine/http ↵Rider Linden
code into a single adapter.
2015-04-03Added a class to automate pumping the HttpRequest on the mainloop.Rider Linden
Converted AccountingCostManager to use the new LLCore::Http library and coroutines.
2015-04-01Added AvatarNameCache as coroutine, with LLCore::HttpHandler to respond ↵Rider Linden
correctly to Event Pumps. Added get/setRequestURL() to LLCore::HttpResponse Removed URI from the HttpSDHandler.
2015-03-20Clean up and use policies for Material transfer.Rider Linden
2015-03-19Adding new HTTP handling for material manager.Rider Linden
2014-08-26Bring better error handling to inventory item and folder fetching.Monty Brandenberg
First, introduced some LLSD-based interfaces to the llcorehttp code using utils classes (in llcorehttputil). I've kept LLSD out of the llcorehttp library up to now and will continue to do that. Functions provide a requestPost based on LLSD body and conversion utils for HttpResponse-to-LLSD and HttpResponse-to-string conversions. Inventory fetch operations now do more thorough error checking including 200-with-error status checking. Still do retry forever on folders though I don't like that.