| Age | Commit message (Collapse) | Author | 
|---|
|  | Changed debugging output from core utitl to string. | 
|  | Added JSON->LLSD converter
Added corohandler for JSON data | 
|  | Fixed a stray reference (&) on URL that had crept into some coroutine definitions. | 
|  | object wrapped in an LLSD object. | 
|  | classified and click tracker,
Avatar hover height
Pass the http_results on successfull call back style completion as well. | 
|  | these methods. | 
|  | converted llfloaterregioninfo to use coroutine's and new LLCore::HTTP | 
|  | Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods.
Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter | 
|  |  | 
|  |  | 
|  |  | 
|  | If the coro is given something other than a map from the http then move the return into a body section.
Changed windlight to use a coroutine and the new LLCore::Http libarary.
Extra comments into Event Polling. | 
|  | Canceling outstanding polling transactions | 
|  | Event polling as a coroutine. (incomplete)
Groundwork for canceling HttpCoroutineAdapter yields. | 
|  | code into a single adapter. | 
|  | Converted AccountingCostManager to use the new LLCore::Http library and coroutines. | 
|  | correctly to Event Pumps.
Added get/setRequestURL() to LLCore::HttpResponse
Removed URI from the HttpSDHandler. | 
|  |  | 
|  |  | 
|  | code to use utils for any LLSD interfaces. | 
|  | 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. |