Age | Commit message (Collapse) | Author |
|
reviewed by davep.
|
|
|
|
|
|
The reason was to manually resolve a couple of merge problems, as upstream has had several changes since this was applied, and some of the changes overlapped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
llprocesslauncher's working directory is not set. Currently "" will be passed for the working directory which breaks the launching of the updater script.
|
|
|
|
|
|
|
|
|
|
cleaned up a few other minor issues noted during review.
|
|
|
|
|
|
|
|
make sure remaining perf data are flushed on exit.
|
|
|
|
|
|
boundaries.
|
|
|
|
|
|
analyzeMetricPerformanceLog() and doAnalysisMetrics() from LLFastTimerView to LLMetricPerformanceTesterBasic
|
|
|
|
|
|
|
|
|
|
|
|
minimal skin on Windows
made slplugin.exe start with correct working directory (llplugin)
|
|
Each LLEventAPI method that generates a reply needs to extract the name of the
reply LLEventPump from the request, typically from a ["reply"] key, copy the
["reqid"] value from request to reply, locate the reply LLEventPump and send
the enriched reply object. Encapsulate in sendReply() function before we
proliferate doing all that by hand too many more times.
|