summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-23IQA-463: Add apr_file_open(APR_CREATE) flag for downloaded installer.Nat Goodspeed
2012-04-23IQA-463: Use APR file I/O for downloaded viewer installer .exe.Nat Goodspeed
2012-04-23IQA-463: LLError::addRecorder() claims ownership of passed Recorder*.Nat Goodspeed
2012-04-18IQA-463: Make LLProcess call apr_procattr_inherit_set() extension.Nat Goodspeed
2012-04-18IQA-463: Add error logging for certain LLFile operations.Nat Goodspeed
2012-04-12Fix misleading comments, per Richard's code review.Nat Goodspeed
2012-04-11Automated merge with file:///home/nat/linden/viewer-leap-tempNat Goodspeed
2012-04-11Merge daggy fix c167ae699e17 for Linux UI issues.Nat Goodspeed
2012-04-11Fix Linux UI issues introduced by moving llinitparam to llcommon.Nat Goodspeed
2012-04-11IQA-463: Linux fonts look better without libfontconfig.so.1 symlink.Nat Goodspeed
2012-03-29IQA-463: fix Linux wrapper.sh (aka secondlife) gridargs.dat handling.Nat Goodspeed
2012-03-23Rename In[Esc]String helper-class data members, per code review.Nat Goodspeed
2012-03-21Revert llversionviewer.h to current viewer-release.Nat Goodspeed
2012-03-21Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-03-21Added tag 3.3.0-release for changeset 5e8d2662f38aOz Linden
2012-03-20Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-03-20Tighten Linux treatment of command-line args to 'secondlife' script.Nat Goodspeed
2012-03-16Introduce LLLeapListener, associating one with each LLLeap object.Nat Goodspeed
2012-03-15Make LLLeap intercept LL_ERRS termination and notify LEAP plugin.Nat Goodspeed
2012-03-15Promote LLProcess::ReadPipe::size() to BasePipe (hence WritePipe).Nat Goodspeed
2012-03-15On Windows, make "very large message" test ridiculously small.Nat Goodspeed
2012-03-15Explicitly clean up all LLLeap instances during viewer shutdown.Nat Goodspeed
2012-03-14Fix --leap assumption that LeapCommand setting is ALWAYS an array.Nat Goodspeed
2012-03-14Add --leap command-line switch to launch one or more LEAP plugins.Nat Goodspeed
2012-03-14Commit merge of reinstating Windows APR pipe write bug fix.Nat Goodspeed
2012-03-14Backed out changeset 22664c76b59e (reinstate Windows pipe workaround)Nat Goodspeed
2012-03-14Commit merge of backout of Windows APR pipe write bug workaround.Nat Goodspeed
2012-03-14Backed out changeset 51205a909e2c (Windows APR pipe bug workaround)Nat Goodspeed
2012-03-14Try new 20120314 APR build to verify Windows pipe write bug fix.Nat Goodspeed
2012-03-14On Windows, try cutting down the size of a "very large message."Nat Goodspeed
2012-03-13If very-large-message test fails, search for a size that works.Nat Goodspeed
2012-03-13Added tag viewer-release-candidate for changeset 5e8d2662f38aOz Linden
2012-03-13Protect LLProcess destructor when run after APR shutdown.Nat Goodspeed
2012-03-13Increase timeout for very-large-message test.Nat Goodspeed
2012-03-13Add timeout functionality to waitfor() helper functions.Nat Goodspeed
2012-03-12Normalize LLErrorThread::run() loop exit condition.Nat Goodspeed
2012-03-12For a test program killed by signal, display signal name.Nat Goodspeed
2012-03-11Added tag DRTVWR-119, 3.3.0-beta1 for changeset d5f263687f43Oz Linden
2012-03-11merge beta tagsOz Linden
2012-03-07pull back release tags for 3.2.8Oz Linden
2012-03-06Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2012-03-05Alphabetize cmd_line.xml.Nat Goodspeed
2012-03-05Further reduce the block size that LLProcess writes to child pipe.Nat Goodspeed
2012-03-05Additional diagnostic code to track down strange Windows pipe error.Nat Goodspeed
2012-03-05Introduce (disabled) LLLeap debugging code to validate stdin writes.Nat Goodspeed
2012-03-05Make test.cpp support LOGFAIL env var: only failed tests show log.Nat Goodspeed
2012-03-05Move std::ostream << CaptureLog logic into CaptureLog::streamto().Nat Goodspeed
2012-03-04Simplify llleap_test.cpp plugin by reading individual characters.Nat Goodspeed
2012-03-04Make llleap_test.cpp avoid hard limit on MSVC std::ostringstream max.Nat Goodspeed
2012-03-03Break large buffer into chunks to write to LLProcess child pipe.Nat Goodspeed