Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-21 | MAINT-6585: redirect elementtree to llbase version | Glenn Glazer | |
2016-07-21 | tone down http error response logging | Oz Linden | |
2016-07-20 | MAINT=6585: migrate from local python libraries to canonical llbase | Glenn Glazer | |
2016-07-19 | MAINT-5011: Introduce LLException base class for viewer exceptions. | Nat Goodspeed | |
This also introduces LLContinueError for exceptions which should interrupt some part of viewer processing (e.g. the current coroutine) but should attempt to let the viewer session proceed. Derive all existing viewer exception classes from LLException rather than from std::runtime_error or std::logic_error. Use BOOST_THROW_EXCEPTION() rather than plain 'throw' to enrich the thrown exception with source file, line number and containing function. | |||
2016-07-13 | MAINT-5011: Derive remaining exception classes from std::exception. | Nat Goodspeed | |
In particular: NotImplemented in llhttpnode.cpp RelocateError in llupdateinstaller.cpp LLProtectedDataException, LLCertException and subclasses in llsecapi.h Had to add no-throw destructor overrides to LLCertException and subclasses because otherwise clang complains that the implicitly-generated destructor's exception specification is more lax than the base class's. | |||
2016-06-23 | Merge | Rider Linden | |
2016-06-23 | MAINT-6521: Allow anonymous connections to bypass the dependency and order ↵ | Rider Linden | |
tracking. | |||
2016-06-13 | Merge MAINT-6486 | Rider Linden | |
2016-06-10 | MAINT-6486: Be sure that all the script queue functions hit all objects and ↵ | Rider Linden | |
scripts in those objects. Convert from responders and callbacks to coroutines. | |||
2016-05-19 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-05-04 | MAINT-6220 enable searching of the friend list with the classic username of ↵ | Mnikolenko Productengine | |
the avatar. | |||
2016-04-25 | MAINT-6338: Add methods for getting and setting boolean properties from ↵ | Rider Linden | |
gSavedSettings in the HTTPCore. Use those methods to access new key HTTPLogBodyOnError. Dump body of HTTP message to log in case of error if this key is true. | |||
2016-04-13 | MAINT-6305: Serialize the AIS calls by reducing the queue size to 1, move ↵ | Rider Linden | |
the bake request out of the AIS queue. | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2016-02-10 | MAINT-6066 crash in LLTransferSource::getID() | andreykproductengine | |
2016-01-20 | MAINT-6066 crash in LLTransferSource::getID() | andreykproductengine | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-12-18 | More rt lib | Rider Linden | |
2015-12-18 | Adding RT to another cmake file for Linux | Rider Linden | |
2015-12-04 | Initial changes for Vivox/Azumarill merge. Lots of temporary code and ↵ | Rider Linden | |
conditional compile switches. Begin switch from statemachine to coroutine. | |||
2016-02-12 | Suppress some overly verbose logging | Oz Linden | |
2016-02-12 | MAINT-1945: correct total bytes sent in log stats | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-11-03 | MAINT-5820: Add a success/failure result to HTTP body parse method and react ↵ | Rider Linden | |
to that rather than an "undefined" LLSD | |||
2015-11-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-10-20 | silly typo that builds on windows - this fixes mac/linux builds | callum_linden | |
2015-10-20 | MAINT-5711 FIX2 auto login for profiles - final part retrieves the URL to ↵ | callum_linden | |
set cookie for from the message sent over by login.cgi | |||
2015-10-14 | MAINT-5732: Change to the way event polling handles error conditions and ↵ | Rider Linden | |
cancel calls. Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr Started minor refactor in the materials manager into coroutines (unfinished) | |||
2015-10-07 | MAINT-5691: Browser was using deprecated outbox display type AND not ↵ | Rider Linden | |
correctly returning error body to application. LLCore:HTTP now will provide and LLSD translation of the message body when possible in the case of an error HTTP result VMM alert boxes now use type="alertmodal" rather than "outbox" | |||
2015-10-06 | MAINT-5693: Consolidated the avatar appearance request into a coroutine. If ↵ | Rider Linden | |
the request fails because of a stale COF, then rerequest with the corrected one. | |||
2015-09-23 | Remove ares dependency from build. | Rider Linden | |
2015-09-21 | MAINT-5629: Remove llares and llareslistener. Login now does not attempt to ↵ | Rider Linden | |
do a lookup on the server names and rewrite the URL. MAINT-5614: Bad password status correctly detected. | |||
2015-09-18 | Pref instance() over getInstance() | Rider Linden | |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | Rider Linden | |
2015-09-14 | MAINT-5507: Removed some no longer used static variables fro llcurl.cpp | Rider Linden | |
2015-09-14 | MAINT-5507: Removal of sdrpc client/server | Rider Linden | |
MAINT-5507: removal of LLCurl::Easy, LLCurl::Multi LLCurl::Responder | |||
2015-09-14 | MAINT-5507: Test checkin with RPC code and URL request disabled. Make sure ↵ | Rider Linden | |
it does not break non windows builds. | |||
2015-09-14 | MAINT-5507: Remove HTTPClient and related cruft. | Rider Linden | |
2015-09-11 | Bit of cleanup around Translation and remove httpassetstorage | Rider Linden | |
2015-09-10 | MAINT-5575: Finished converting experience cache to singleton | Rider Linden | |
MAINT-4952: Coverted VMM to coroutines | |||
2015-09-04 | Experience Profile to coroutines and Experience cache. | Rider Linden | |
2015-09-03 | LL_ERRS_IF only seems to work on Microsoft... | Rider Linden | |
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-03 | Region experience allow/disallow. | Rider Linden | |
2015-09-03 | Moved group experiences into experience cache. Use coros and new HTTP libs. | Rider Linden | |