Commit Graph

33507 Commits (885dc2bbabb985d61569fa664eafd8d4985a67c0)

Author SHA1 Message Date
Rider Linden 885dc2bbab This was not supposed to get checked in. 2015-04-29 09:33:00 -07:00
Rider Linden b0c64d5cbf Forgot a ';' 2015-04-29 09:30:37 -07:00
Rider Linden 56d6e32b45 Remove C++11 erase()
replace = NULL with .reset() on smart pointers.
2015-04-29 09:11:27 -07:00
Rider Linden 39d6252926 Convert some elements to STL 2015-04-28 16:50:42 -07:00
Rider Linden da32de179d Converting llmediaclient to new order.
Temp disable llmediaclient's unit tests for link issues.
2015-04-28 09:39:47 -07:00
Rider Linden e5c281025d Convert pathfinding api to coro with new LLCore::Http 2015-04-23 13:35:03 -07:00
Rider Linden 11aa05b286 Fix the EOL 2015-04-20 15:37:48 -07:00
Rider Linden e295dc20e0 Convert twitter to coroutines. 2015-04-20 14:48:41 -07:00
Rider Linden 27258d370b Flickr conversion. 2015-04-20 11:57:51 -07:00
Rider Linden 75a6ed716c Remove unused global for mac build. 2015-04-17 09:05:50 -07:00
Rider Linden 737037309f Replace a couple of changes that I didn't mean to remove. 2015-04-17 08:59:25 -07:00
Rider Linden 6b8fecb8b0 Removed the excluded code blocks. 2015-04-17 08:53:08 -07:00
Rider Linden c4bcc83336 Facebook conversion. 2015-04-16 17:01:10 -07:00
Rider Linden 0d302e692f Avatar rendering accountant upgrade. 2015-04-15 16:40:01 -07:00
Rider Linden e027fbb79f Merged lindenlab/viewer-tools-update into default 2015-04-15 13:30:43 -07:00
Rider Linden 109e2db131 Merge 2015-04-15 11:54:18 -07:00
Rider Linden 176d8cd268 Region caps and sim features converted to coroutine. 2015-04-15 11:51:48 -07:00
sabin_linden e611e35e03 Fake commit to check against codeticket failure on new build machine. 2015-04-15 01:05:18 +00:00
Oz Linden 9dbea04a50 remove dead member variables 2015-04-14 17:14:34 -04:00
andreykproductengine 11ed48abd1 MAINT-5097 FIXED crash in LLFloaterPay::onGive 2015-04-14 21:21:29 +03:00
Oz Linden d6d13e20f3 remove disabled code 2015-04-14 14:46:32 -04:00
Oz Linden 153d571c5c merge changes for MAINT-5090 2015-04-14 14:42:41 -04:00
Rider Linden 82ae214f6a Merged lindenlab/viewer-tools-update into default 2015-04-14 09:34:49 -07:00
Oz Linden a49e11efd9 remove check-viewer-xml (moved to the viewer-test-tools repo) 2015-04-14 10:44:16 -04:00
Mnikolenko ProductEngine 8be5c8eade MAINT-5090 Remove disabling HTTP Inventory from Viewer 2015-04-14 14:10:38 +03:00
Oz Linden 034fb74d05 merge changes for STORM-2113 2015-04-14 05:39:36 -04:00
Oz Linden bef5a95caf minimal changes to compile on Xcode 6.2 2015-04-14 05:00:58 -04:00
Oz Linden a8ef252571 merge changes for 3.7.27-release 2015-04-13 16:23:36 -04:00
Oz Linden a647b8f1cb increment viewer version to 3.7.28 2015-04-13 16:19:04 -04:00
Oz Linden db8d79c90f Added tag 3.7.27-release for changeset afd8d4756e8e 2015-04-13 16:19:03 -04:00
Rider Linden b8805c8964 Forgot to remove some commented code. 2015-04-13 10:25:21 -07:00
Rider Linden fe8dec32db Merge 2015-04-13 09:37:09 -07:00
Rider Linden 2d3e4576d7 Formatting change to get past merge conflict. 2015-04-13 09:20:54 -07:00
Cinder 5a282abe18 STORM-2113 - uri parsing cleanup and fixes 2015-04-11 15:23:06 -06:00
Rider Linden d0c85b6dd9 Adding support for DELETE, PATCH and COPY 2015-04-10 17:23:58 -07:00
Oz Linden 5c6cf3e7fb restore the ll[io]fstream because we need them as wrappers on Windows for wide char paths; on other platforms they are now just typedefs to the std classes 2015-04-10 11:02:37 -04:00
Rider Linden 794cdbc2ae Issue with LL_WARNS_IF sort out later. 2015-04-09 17:14:39 -07:00
Rider Linden e28a5b6ead Added LL_WARNS_IF to llerror.h
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-09 16:46:41 -07:00
Oz Linden 6b9b4c91d1 Detect running under cygwin and fail gracefully 2015-04-09 11:12:47 -04:00
Rider Linden fb082a185d Couple of cleanup items.
Switch to Long poll HTTP policy for event polling.
2015-04-08 17:25:01 -07:00
Rider Linden 6aa2812fad Removed dead code 2015-04-08 15:56:25 -07:00
Rider Linden 9965e13e83 Added timeout on failure. 2015-04-08 15:54:34 -07:00
Rider Linden 93382ee0c0 Moved some LLEventPolling internal classes to a named namespace
Canceling outstanding polling transactions
2015-04-08 14:29:37 -07:00
Rider Linden 1c91c8a106 Adding weak pointer support.
Event polling as a coroutine. (incomplete)
Groundwork for canceling HttpCoroutineAdapter yields.
2015-04-08 10:17:34 -07:00
Oz Linden 1abc87139b fix validity errors in settings files 2015-04-08 13:00:35 -04:00
Oz Linden 8b42c7898e replace llifstream and llofstream with std::ifstream and std::ofstream respectively 2015-04-07 17:59:28 -04:00
Oz Linden 3a57b18896 convert llifstream and llofstream to std::ifstream and std::ofstream respectively 2015-04-07 17:28:05 -04:00
Rider Linden fe34b3ef72 Remove unused mHttpPriority 2015-04-07 11:23:20 -07:00
MNikolenko ProductEngine dbb304ab20 MAINT-5023 FIXED URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQuery 2015-04-07 20:58:48 +03:00
Rider Linden 8a76284e48 Results from code review with Nat. Consolidate some of the coroutine/http code into a single adapter. 2015-04-07 10:30:10 -07:00