Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-05 | SL-323: apply update code, v2 | Glenn Glazer | |
2016-07-05 | remove first version of apply_update | Glenn Glazer | |
2016-07-05 | SL-323: apply update code | Glenn Glazer | |
2016-06-28 | SL-323: post review comments on downloader | Glenn Glazer | |
2016-06-27 | remove extraneous comments | Glenn Glazer | |
2016-06-27 | SL-323: multithreaded downloader with progress bar | Glenn Glazer | |
2016-06-23 | SL-321 add trinary widget to InstallerUserMessage | Glenn Glazer | |
2016-06-17 | SL-321 SL-407: merge InstallerUserMessage into VMP | Glenn Glazer | |
2016-06-17 | SL-321: retrofit launcher to use InstallerUserMessage | Glenn Glazer | |
2016-06-17 | SL-407: remove kwargs | Glenn Glazer | |
2016-06-17 | SL-407: post review change testing | Glenn Glazer | |
2016-06-17 | SL-407: post review | Glenn Glazer | |
2016-06-16 | SL-407: create Tkinter UI | Glenn Glazer | |
2016-05-25 | pull from lynx | Glenn Glazer | |
2016-04-08 | SL-321: move arg parsing past platform discovery | Glenn Glazer | |
2016-04-07 | pull from viewer-release | Glenn Glazer | |
2016-04-07 | SL-321: Changes for VMP Windows Prototype | coyot@coyot-sager-PC | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-30 | SL-321: prototype python launcher | Glenn Glazer | |
2016-02-25 | Add SSL support to update downloader to enable possibility of secure downloads | Drake Arconis | |
2016-02-25 | Update to modern curl progress reporting functionality in the update downloader | Drake Arconis | |
2015-12-21 | CMake fixes for Linux build | Rider Linden | |
2015-12-18 | Disable unit test on Linux only | Rider Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-22 | Test disabling a couple of the display_startup() calls as an experiment. | 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 | Tweek to naming postEventAndSuspend -> postAndSuspend | 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-08-19 | Be sure the correct include is included. | Rider Linden | |
2015-08-19 | Swap BOOST_COROUTINE and BOOST_CONTEXT | Rider Linden | |
2015-08-18 | MAINT-5506: Fix library delimiters for LL_TEST_ADDITIONAL_LIBRARIES. | Nat Goodspeed | |
Recent cmake versions are unhappy with embedding spaces in the LL_TEST_ADDITIONAL_LIBRARIES property. Using semicolons to delimit libraries seems to make it better. | |||
2015-08-18 | More libraries... | Rider Linden | |
2015-07-15 | MAINT-5174 Add Check for Updates feature to Help menu | andreykproductengine | |
2015-07-12 | MAINT-5351: llupdaterservice_test now needs Boost System library. | Nat Goodspeed | |
2015-07-10 | Merge restore of more selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-10 | Merge restore of selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset 6e1fa9518747: reapply 'selfless' changes | Nat Goodspeed | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-07 | Backed out selfless merge | Rider Linden | |
2015-07-07 | MAINT-5174 Add Check for Updates feature to Help menu | andreykproductengine | |
2015-07-02 | MAINT-5357: Introduce and populate llcoro:: namespace. | Nat Goodspeed | |
To date, the coroutine helper functions in lleventcoro.h have been in the global namespace. Migrate them into llcoro namespace, and fix references. Specifically, LLVoidListener => llcoro::VoidListener, and voidlistener(), postAndWait(), both waitForEventOn(), postAndWait2(), errorException() and errorLog() have been moved into llcoro. Also migrate new LLCoros::get_self() and Suspending to llcoro:: namespace. While at it, I realized that -- having converted several lleventcoro.h functions from templates (for arbitrary 'self' parameter type) to ordinary functions, having moved them from lleventcoro.h to lleventcoro.cpp, we can now migrate their helpers from lleventcoro.h to lleventcoro.cpp as well. This eliminates the need for the LLEventDetail namespace; the relevant helpers are now in an anonymous namespace in the .cpp file: listenerNameForCoro(), storeToLLSDPath(), WaitForEventOnHelper and wfeoh(). | |||
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-06-17 | Coding policy fixes | Rider Linden | |
2015-06-03 | Remove vestigial httpclient.h include from files that no longer need it. | Rider Linden | |
2015-05-18 | Changed Avatar picker to use coroutine for find. | Rider Linden | |
Fixed a stray reference (&) on URL that had crept into some coroutine definitions. | |||
2015-05-18 | Remove an unused variable from the updatechecker. | Rider Linden | |
2015-05-18 | Updater to coroutines. | Rider Linden | |