summaryrefslogtreecommitdiff
path: root/indra/viewer_components
AgeCommit message (Collapse)Author
2010-11-08Get rid of intrusive_ptr member to prevent crash on shutdown.Andrew A. de Laix
2010-11-08Removed refrences to SLPlugin from LLUpdaterService and test.Mark Palange (Mani)
2010-11-05"Fix" for linux link errors due to library ordering problems on the linker ↵brad kittenbrink
command line.
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05implement download cancel (untested).Andrew A. de Laix
2010-11-05Fixed build error due to unreferenced local variable.brad kittenbrink
2010-11-05Fixed windows build error.Mark Palange (Mani)
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05resume feature (untested).Andrew A. de Laix
2010-11-04Fix for windows build breakage in teamcity.brad kittenbrink
2010-11-04added hash validation of downloaded file.Andrew A. de Laix
2010-11-04some better error handling.Andrew A. de Laix
2010-11-04Fix for linux eol error.brad kittenbrink
2010-11-04checker working with v1.0 update protocol.Andrew A. de Laix
2010-11-04just barely working udate downloading service; missing little nicities like ↵Andrew A. de Laix
error checking and sill stuff like that.
2010-11-02MergeAndrew A. de Laix
2010-11-02start of the downloader service.Andrew A. de Laix
2010-11-01On Windows, disable this-used-in-initializer warning.Nat Goodspeed
2010-11-01changes in respone to review comments.Andrew A. de Laix
2010-10-29Automated merge with https://bitbucket.org/mani_linden/viewer-developmentNat Goodspeed
2010-10-29Fix #endif SYMBOL (breaks Linux build)Nat Goodspeed
2010-10-29fix quoting of url in version check.Andrew A. de Laix
2010-10-29added periodic retry to look for updatesAndrew A. de Laix
2010-10-28shell of the update checker; it will just print a message to the log ↵Andrew A. de Laix
depending on the result of the check one time.
2010-10-27CHOP-122 Initializing Facade service in the viewer. Rev. by Brad.Mark Palange (Mani)
2010-10-26CHOP-122 Mowr work on the llupdater facade... Added LLPluginProcessParent, ↵Mark Palange (Mani)
including mockery for unit tests. Re. by Jenn
2010-10-25CHOP-122 Adding stub background updater files to the build. Rev. by bradMark Palange (Mani)
2010-09-27MergeLeyla Farazha
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-08-29VWR-20891 FIXED missing LL_TEST conditions in ↵Boroondas Gupte
indra/viewer_components/login/CMakeLists.txt (transplanted from 6ea6df364e22ba6f99b18a0e684ba4912f4f7223)
2010-08-25standardizing a couple of stragler test 'suite' names as class nameAaron Terrell (Enus)
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-12Change license on lllogin_test.cpp to allow it to be exported.Aimee Linden
Set to viewergpl for now.
2010-08-12Remove dependency on viewer_components/eventhostAimee Linden
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-02-24Automated merge up from viewer 2.0 trunk.Roxie Linden
Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used.
2010-01-12EXT-4193: Use different reply pumps for SRV and XMLRPC requests.Nat Goodspeed
This eliminates the timing hole (introduced by EXT-3934 fix) in which a belated SRV response could confuse the XMLRPC response code. Extend unit tests to positively drive the bug and validate the fix.
2010-01-06EXT-3934: On SRV timeout, don't fail, proceed with original URI.Nat Goodspeed
2009-12-21EXT-3550 Fixed messages from login.cgi not being displayed.Mark Palange (Mani)
Handling message from "indeterminate" state - feeding them to the llprogressview. Handling showing error message from incomplete login.
2009-12-17EXT-3536 Bugfix in lllogin.cpp when reading 'indeterminate' repsonse from ↵Mark Palange (Mani)
login.cgi. Also fixed up lllogin unit test to match the bugfix. Reviewed by Brad
2009-12-08EXT-3158 - Removing logging of users password hash from new login code.Mark Palange (Mani)
Reviewed by Brad
2009-12-04DEV-43463: use fixed Boost package on WindowsNat Goodspeed
2009-12-04DEV-43463: skip() instead of commenting out lllogin_testsNat Goodspeed
2009-12-03Fix to windows build breakages.Mark Palange (Mani)
Reviewed by Brad
2009-11-30DEV-43463: Keep LLEventPump's LLStandardSignal alive during post()Nat Goodspeed
Replace LLEventPump's boost::scoped_ptr<LLStandardSignal> with boost::shared_ptr. Take a local stack copy of that shared_ptr in post() methods, and invoke the signal through that copy. This guards against scenario in which LLEventPump gets destroyed during signal invocation. (See Jira for details.) Re-enable Mani's test case that used to crash. Introduce ll_template_cast<> to allow a template function to recognize a parameter of a particular type. Introduce LLListenerWrapper mechanism to support wrapper objects for LLEventPump listeners. You instantiate an LLListenerWrapper subclass object inline in the listen() call (typically with llwrap<>), passing it the real listener, trusting it to forward the eventual call. Introduce prototypical LLCoutListener and LLLogListener subclasses for illustrative and diagnostic purposes. Test that LLLogListener doesn't block recognizing LLEventTrackable base class bound into wrapped listener.
2009-11-12Temporary build un breakage - removing broken unit test from build while fixing.Mark Palange (Mani)
2009-11-12DEV-42715 Fixed lllogin SRV request timeout unit test.Mark Palange (Mani)
Also made SRV config options not persistent. reviewed by brad
2009-11-11Changes to fix an LLERRS caused by SRV request timeout.Mark Palange (Mani)
Added settings to config SRV request params Increased timeout to 10 seconds Changed timeout to generate login failure event instead of an error. Added unit test to cover SRV failure event.
2009-11-09Changed SRV Request timeout to respond with an event instead of an errorMark Palange (Mani)