summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2015-06-01Set follow redirects so that the default is the same when no options are are ↵Rider Linden
specified and when follow redirects is not specified on the options object.
2015-05-29Land SKU descriptions by coroRider Linden
2015-05-29Set media viewer mime probe to follow redirection.Rider Linden
Coroutines for group moderation.
2015-05-28Convert LSL syntax download to coroutine.Rider Linden
2015-05-28Remove the display name floaterRider Linden
2015-05-27Memory leak (extra ref) in webprofileRider Linden
Viewer media routines to coroutine. Post with raw respons in llcorehttputil LLCore::Http added headers only option (applies only on get)
2015-05-26Coros for Object cost and physics flags.Rider Linden
2015-05-26Extra specification that MS didn't catch.Rider Linden
2015-05-22Clean out the dead codeRider Linden
2015-05-22Region debug console to coroutines.Rider Linden
2015-05-22Object default perm floaterRider Linden
2015-05-22Floater IM Session to trivial coroutine.Rider Linden
Changed debugging output from core utitl to string.
2015-05-22Removed dead HTTP client adapter codeRider Linden
Partial conversion of group manager clean up some debug code in web profiles.
2015-05-20Webprofile converted to coroutine.Rider Linden
Added JSON->LLSD converter Added corohandler for JSON data
2015-05-18Changed Avatar picker to use coroutine for find.Rider Linden
Fixed a stray reference (&) on URL that had crept into some coroutine definitions.
2015-05-18Parcel Media and Viewer Parcel Mgr to generic coroutines.Rider Linden
2015-05-18Remove an unused variable from the updatechecker.Rider Linden
2015-05-18Updater to coroutines.Rider Linden
2015-05-15Coroutine voice account provisionRider Linden
2015-05-15Voice client state to coro.Rider Linden
2015-05-15Group voice chat coroRider Linden
2015-05-15Address Nat's concerns about the const_cast<> and modification of a binary ↵Rider Linden
object wrapped in an LLSD object.
2015-05-15Avatar statistics as a coroutine.Rider Linden
2015-05-14Converted the Server release notes URL,Rider Linden
classified and click tracker, Avatar hover height Pass the http_results on successfull call back style completion as well.
2015-05-14Make generic callback version of trivial GET/PUT methods. Make message use ↵Rider Linden
these methods.
2015-05-12Use Coros to post viewer stats.Rider Linden
2015-05-12Added trivial case GET and POST to the CoreHTTP UtilsRider Linden
converted llfloaterregioninfo to use coroutine's and new LLCore::HTTP
2015-05-11table -> tableName for non windows builds.Rider Linden
2015-05-11Updated feature manager downloader to coroutine.Rider Linden
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
2015-05-08Updated llestateinfomodelRider Linden
2015-05-08Updated llfloatermodeluploadbase to LLCore::HttpRider Linden
2015-05-01Move remote parcel request to a coro in LLRemoteParcelInfoProcessorRider Linden
Fix typo in twitter. Disable unit test for remote parcel info request until test infrastructure for new core is done.
2015-04-30Move librt.Rider Linden
2015-04-30Fix to linux linkRider Linden
Put timeout back into crashlogger post.
2015-04-30Change link orderRider Linden
2015-04-30Add LIBRT to libraries in linux crash logger.Rider Linden
2015-04-30Missed the linux crash logger.Rider Linden
2015-04-30Crash logger changes to LLCore::HttpRider Linden
2015-04-29Convert IM invitation to coroutines.Rider Linden
2015-04-29This was not supposed to get checked in.Rider Linden
2015-04-29Forgot a ';'Rider Linden
2015-04-29Remove C++11 erase()Rider Linden
replace = NULL with .reset() on smart pointers.
2015-04-28Convert some elements to STLRider Linden
2015-04-28Converting llmediaclient to new order.Rider Linden
Temp disable llmediaclient's unit tests for link issues.
2015-04-23Convert pathfinding api to coro with new LLCore::HttpRider Linden
2015-04-20Fix the EOLRider Linden
2015-04-20Convert twitter to coroutines.Rider Linden
2015-04-20Flickr conversion.Rider Linden
2015-04-17Remove unused global for mac build.Rider Linden
2015-04-17Replace a couple of changes that I didn't mean to remove.Rider Linden