Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | Shut down thread if viewer closed while downloading; fix problem of download ↵ | Andrew A. de Laix | |
marker path failing to expand correctly because it was happening too early in start up. | |||
2010-11-09 | Fix some stream bugs that were affecting windows download and validation. | Andrew A. de Laix | |
2010-11-08 | Get rid of intrusive_ptr member to prevent crash on shutdown. | Andrew A. de Laix | |
2010-11-08 | Removed 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-05 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-05 | implement download cancel (untested). | Andrew A. de Laix | |
2010-11-05 | Fixed build error due to unreferenced local variable. | brad kittenbrink | |
2010-11-05 | Fixed windows build error. | Mark Palange (Mani) | |
2010-11-05 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-05 | resume feature (untested). | Andrew A. de Laix | |
2010-11-04 | Fix for windows build breakage in teamcity. | brad kittenbrink | |
2010-11-04 | added hash validation of downloaded file. | Andrew A. de Laix | |
2010-11-04 | some better error handling. | Andrew A. de Laix | |
2010-11-04 | Fix for linux eol error. | brad kittenbrink | |
2010-11-04 | checker working with v1.0 update protocol. | Andrew A. de Laix | |
2010-11-04 | just barely working udate downloading service; missing little nicities like ↵ | Andrew A. de Laix | |
error checking and sill stuff like that. | |||
2010-11-02 | Merge | Andrew A. de Laix | |
2010-11-02 | start of the downloader service. | Andrew A. de Laix | |
2010-11-01 | On Windows, disable this-used-in-initializer warning. | Nat Goodspeed | |
2010-11-01 | changes in respone to review comments. | Andrew A. de Laix | |
2010-10-29 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Nat Goodspeed | |
2010-10-29 | Fix #endif SYMBOL (breaks Linux build) | Nat Goodspeed | |
2010-10-29 | fix quoting of url in version check. | Andrew A. de Laix | |
2010-10-29 | added periodic retry to look for updates | Andrew A. de Laix | |
2010-10-28 | shell 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-27 | CHOP-122 Initializing Facade service in the viewer. Rev. by Brad. | Mark Palange (Mani) | |
2010-10-26 | CHOP-122 Mowr work on the llupdater facade... Added LLPluginProcessParent, ↵ | Mark Palange (Mani) | |
including mockery for unit tests. Re. by Jenn | |||
2010-10-25 | CHOP-122 Adding stub background updater files to the build. Rev. by brad | Mark Palange (Mani) | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-29 | VWR-20891 FIXED missing LL_TEST conditions in ↵ | Boroondas Gupte | |
indra/viewer_components/login/CMakeLists.txt (transplanted from 6ea6df364e22ba6f99b18a0e684ba4912f4f7223) | |||
2010-08-25 | standardizing a couple of stragler test 'suite' names as class name | Aaron Terrell (Enus) | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | Change license on lllogin_test.cpp to allow it to be exported. | Aimee Linden | |
Set to viewergpl for now. | |||
2010-08-12 | Remove dependency on viewer_components/eventhost | Aimee Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-02-24 | Automated 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-12 | EXT-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-06 | EXT-3934: On SRV timeout, don't fail, proceed with original URI. | Nat Goodspeed | |
2009-12-21 | EXT-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-17 | EXT-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-08 | EXT-3158 - Removing logging of users password hash from new login code. | Mark Palange (Mani) | |
Reviewed by Brad | |||
2009-12-04 | DEV-43463: use fixed Boost package on Windows | Nat Goodspeed | |
2009-12-04 | DEV-43463: skip() instead of commenting out lllogin_tests | Nat Goodspeed | |
2009-12-03 | Fix to windows build breakages. | Mark Palange (Mani) | |
Reviewed by Brad | |||
2009-11-30 | DEV-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-12 | Temporary build un breakage - removing broken unit test from build while fixing. | Mark Palange (Mani) | |
2009-11-12 | DEV-42715 Fixed lllogin SRV request timeout unit test. | Mark Palange (Mani) | |
Also made SRV config options not persistent. reviewed by brad |