Age | Commit message (Expand) | Author |
2012-07-02 | Merge 3.3.3 release with Drano HTTP library at 3.3.0 | Monty Brandenberg |
2012-06-14 | LLMutex recursive lock, global & per-request tracing, simple GET request, LLP... | Monty Brandenberg |
2012-06-12 | Convert _refcounted.h over to using LLAtomic32<>. | Monty Brandenberg |
2012-06-06 | MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. | Nat Goodspeed |
2012-06-01 | Platform fixups Linux: unused variables, make error strings constant. | Monty Brandenberg |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden |
2012-05-09 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed |
2012-05-09 | CHOP-900: Use new apr_procattr_constrain_handle_set() extension. | Nat Goodspeed |
2012-05-07 | Build llcorehttp as part of a viewer dependency with unit tests. This required | Monty Brandenberg |
2012-05-04 | increment viewer version to 3.3.3 | Oz Linden |
2012-04-23 | IQA-463: Use APR file I/O for downloaded viewer installer .exe. | Nat Goodspeed |
2012-04-23 | IQA-463: LLError::addRecorder() claims ownership of passed Recorder*. | Nat Goodspeed |
2012-04-18 | IQA-463: Make LLProcess call apr_procattr_inherit_set() extension. | Nat Goodspeed |
2012-04-18 | IQA-463: Add error logging for certain LLFile operations. | Nat Goodspeed |
2012-04-12 | Fix misleading comments, per Richard's code review. | Nat Goodspeed |
2012-04-11 | Merge daggy fix c167ae699e17 for Linux UI issues. | Nat Goodspeed |
2012-04-11 | Fix Linux UI issues introduced by moving llinitparam to llcommon. | Nat Goodspeed |
2012-03-23 | Rename In[Esc]String helper-class data members, per code review. | Nat Goodspeed |
2012-03-21 | increment viewer version to 3.3.2 | Oz Linden |
2012-03-21 | Revert llversionviewer.h to current viewer-release. | Nat Goodspeed |
2012-03-16 | Introduce LLLeapListener, associating one with each LLLeap object. | Nat Goodspeed |
2012-03-15 | Make LLLeap intercept LL_ERRS termination and notify LEAP plugin. | Nat Goodspeed |
2012-03-15 | Promote LLProcess::ReadPipe::size() to BasePipe (hence WritePipe). | Nat Goodspeed |
2012-03-15 | On Windows, make "very large message" test ridiculously small. | Nat Goodspeed |
2012-03-14 | Backed out changeset 22664c76b59e (reinstate Windows pipe workaround) | Nat Goodspeed |
2012-03-14 | Backed out changeset 51205a909e2c (Windows APR pipe bug workaround) | Nat Goodspeed |
2012-03-14 | On Windows, try cutting down the size of a "very large message." | Nat Goodspeed |
2012-03-13 | If very-large-message test fails, search for a size that works. | Nat Goodspeed |
2012-03-13 | Protect LLProcess destructor when run after APR shutdown. | Nat Goodspeed |
2012-03-13 | Increase timeout for very-large-message test. | Nat Goodspeed |
2012-03-13 | Add timeout functionality to waitfor() helper functions. | Nat Goodspeed |
2012-03-12 | Normalize LLErrorThread::run() loop exit condition. | Nat Goodspeed |
2012-03-09 | merge changes for vmrg-225 | Oz Linden |
2012-03-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed |
2012-03-05 | Further reduce the block size that LLProcess writes to child pipe. | Nat Goodspeed |
2012-03-05 | Additional diagnostic code to track down strange Windows pipe error. | Nat Goodspeed |
2012-03-05 | Introduce (disabled) LLLeap debugging code to validate stdin writes. | Nat Goodspeed |
2012-03-05 | Make test.cpp support LOGFAIL env var: only failed tests show log. | Nat Goodspeed |
2012-03-05 | Move std::ostream << CaptureLog logic into CaptureLog::streamto(). | Nat Goodspeed |
2012-03-04 | Simplify llleap_test.cpp plugin by reading individual characters. | Nat Goodspeed |
2012-03-04 | Make llleap_test.cpp avoid hard limit on MSVC std::ostringstream max. | Nat Goodspeed |
2012-03-03 | Break large buffer into chunks to write to LLProcess child pipe. | Nat Goodspeed |
2012-03-03 | Add debugging output in case LLLeap writes corrupt data to plugin. | Nat Goodspeed |
2012-03-03 | Add a couple LLLeap DEBUG messages for incoming-events control flow. | Nat Goodspeed |
2012-03-02 | Add LLLeap unit test for invalid length prefix from child stdout. | Nat Goodspeed |
2012-03-02 | Use LLProcess::ReadPipe::read() in LLLeap. | Nat Goodspeed |
2012-03-02 | Add LLLeap unit tests for strange data on child stdout. | Nat Goodspeed |
2012-03-02 | Add "load test" LLLeap unit tests: many small messages, one large. | Nat Goodspeed |
2012-03-02 | Clarify LLProcess debug log message about reading from child pipe. | Nat Goodspeed |
2012-03-02 | Drag in Python llsd module, which greatly simplifies tests. | Nat Goodspeed |