summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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-29Convert IM invitation to coroutines.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-24mergeBrad Payne (Vir Linden)
2015-04-23Convert pathfinding api to coro with new LLCore::HttpRider Linden
2015-04-23increment viewer version to 3.7.29Oz 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
2015-04-17Removed the excluded code blocks.Rider Linden
2015-04-16Facebook conversion.Rider Linden
2015-04-16Fix for bad syntax that displeased linux more than windows.Brad Payne (Vir Linden)
2015-04-16MAINT-5082 WIP, MAINT-5083 WIP - consolidate COF link creation calls during ↵Brad Payne (Vir Linden)
mass add of wearables/objects
2015-04-15Avatar rendering accountant upgrade.Rider Linden
2015-04-15Merged lindenlab/viewer-tools-update into defaultRider Linden
2015-04-15MergeRider Linden
2015-04-15Region caps and sim features converted to coroutine.Rider Linden
2015-04-14remove dead member variablesOz Linden
2015-04-14MAINT-5082 WIP, MAINT-5083 WIP - batch up wear/add/take off/detach requests ↵Brad Payne (Vir Linden)
in inventory panel the same way we do now in appearance tab
2015-04-14MAINT-5097 FIXED crash in LLFloaterPay::onGiveandreykproductengine
2015-04-14remove disabled codeOz Linden
2015-04-14merge changes for MAINT-5090Oz Linden
2015-04-14Merged lindenlab/viewer-tools-update into defaultRider Linden
2015-04-14MAINT-5090 Remove disabling HTTP Inventory from ViewerMnikolenko ProductEngine
2015-04-14merge changes for STORM-2113Oz Linden
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-13increment viewer version to 3.7.28Oz Linden
2015-04-13Forgot to remove some commented code.Rider Linden
2015-04-13MergeRider Linden
2015-04-11STORM-2113 - uri parsing cleanup and fixesCinder
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for ↵Oz Linden
wide char paths; on other platforms they are now just typedefs to the std classes
2015-04-09Issue with LL_WARNS_IF sort out later.Rider Linden
2015-04-09Added LL_WARNS_IF to llerror.hRider Linden
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.
2015-04-08Couple of cleanup items.Rider Linden
Switch to Long poll HTTP policy for event polling.
2015-04-08Removed dead codeRider Linden
2015-04-08Added timeout on failure.Rider 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.