summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginprocessparent.cpp
AgeCommit message (Expand)Author
2024-07-22Use thread pool to create plugin processes to reduce created/destroyed thread...Rye Mutt
2024-05-23Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-main...Brad Linden
2024-05-02#1354 Make coroutines use LLCoros::Mutex instead of LLMutex (#1356)RunitaiLinden
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2023-07-17Got hero probes rendering from the camera.Jonathan "Geenz" Goodman
2022-12-07SL-18801 Crash at LLPluginProcessParent::pollTick()Andrey Kleshchev
2022-05-20SL-17425 Crash when closing two dependent floatersAndrey Kleshchev
2021-12-15Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
2021-10-11SL-16161 Don't process new plugin messages on shutdown #2Andrey Kleshchev
2021-10-08SL-16161 Don't process new plugin messages on shutdownAndrey Kleshchev
2021-07-19Merge with tip of Master after a Viewer releaseCallum Prentice
2021-07-19Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
2021-05-25SL-14988 Plugin process creation can cause a notiecable delayAndrey Kleshchev
2021-05-24SL-14988 Viewer freezes when opening any CEF based windowAndrey Kleshchev
2021-05-17SL-15200: Add LLApp::sleep(duration) methods.Nat Goodspeed
2021-02-10SL-13497 Fixed error in logicAndrey Lihatskiy
2020-07-06SL-13497 Sometimes plugin process isn't terminated correctly.Andrey Kleshchev
2019-01-14SL-10291 Replace apr_mutex with standard C++11 functionalityandreykproductengine
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-11-10Added code to initiate controlled shutdown of plugins with timeouts for misbe...Rider Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-05-20MAINT-4009: Patching a leak of LLPluginSharedMemory objects from the LLPlugin...Stinson Linden
2013-08-09second phase summer cleaningRichard Linden
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-05Fixing issues with not detecting when LLSD XML parsing fails. Changing most ...Don Kjer
2012-06-06MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess.Nat Goodspeed
2012-01-21Convert LLProcess consumers from LLSD to LLProcess::Params block.Nat Goodspeed
2012-01-20Per Richard, replace LLProcessLauncher with LLProcess.Nat Goodspeed
2011-08-09EXP-700 WIP SLPlugin(s) takes high CPU%Richard Linden
2011-03-01SOCIAL-595 FIX Global Volume control does not affect volume of MOAP in minima...Richard Linden
2011-02-08VWR-21275 FIX // *SOME* Windows systems fail to load the Qt plugins if the cu...callum
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-04-30Looks like the linux apr version is a bit too old to build 5458d58b4cd0. Use...Tofu Linden
2010-04-29Incorporate suggestions from Richard's review of the LLPlugin changes.Monroe Linden
2010-04-27Architectural changes to LLPlugin message processing.Monroe Linden
2010-04-23Add a way for plugins to send a message and block waiting for the responseMonroe Linden
2010-03-16Added an "init" message in LLPLUGIN_MESSAGE_CLASS_MEDIA, and made LLPluginCla...Monroe Linden
2010-03-12(for B5) Fix for EXT-5823 "Include language in user-agent string" (implemente...Callum Prentice
2010-02-03CID-262Tofu Linden
2009-12-17Changed default launch timeout in LLPluginProcessParent to 60 seconds, and ad...Monroe Linden
2009-12-16Merge with tipcallum
2009-12-11In LLPluginProcessParent, instead of killing the plugin process, terminate it...Monroe Linden
2009-12-09DEV-43948 viewer2 is writing session data into the 'read-only' installation t...Tofu Linden
2009-11-30doxygen: exclude licensing blurbsbea@american.lindenlab.com
2009-11-10Added PluginAttachDebuggerToPlugins debug setting.Monroe Linden
2009-10-26Potential fix for https://jira.lindenlab.com/jira/browse/DEV-41702callum
2009-10-08Log the plugin version string when a plugin is loaded.Monroe Linden
2009-10-05Fixes for a different class of plugin failures (where loading the plugin dll ...Monroe Linden
2009-10-01svn merge -r 134922:134973 svn+ssh://svn.lindenlab.com/svn/linden/branches/me...Monroe Williams