Age | Commit message (Expand) | Author |
2012-03-03 | Add debugging output in case LLLeap writes corrupt data to plugin. | Nat Goodspeed |
2012-03-02 | Add LLLeap unit test for invalid length prefix from child stdout. | 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 | Drag in Python llsd module, which greatly simplifies tests. | Nat Goodspeed |
2012-03-01 | Refactor llleap_test.cpp to streamline adding more unit tests. | Nat Goodspeed |
2012-03-01 | Break out std::ostream << CaptureLog routine for general use. | Nat Goodspeed |
2012-03-01 | Add LLLeap class, initial implementation, initial unit tests. | Nat Goodspeed |
2012-03-01 | Allow CaptureLog's consumer to specify desired log level. | Nat Goodspeed |
2012-03-01 | Make CaptureLog::withMessage() raise tut::failure if not found. | Nat Goodspeed |
2012-03-01 | Break out TestRecorder class as CaptureLog into wrapllerrs.h. | Nat Goodspeed |
2012-02-29 | Guarantee LLProcess::Params::postend listener any ReadPipe data. | Nat Goodspeed |
2012-02-27 | Reduce redundancy in llprocess_test.cpp using get_test_name(). | Nat Goodspeed |
2012-02-27 | Automated merge with file:///Users/nat/linden/viewer-leap-daggy | Nat Goodspeed |
2012-02-27 | Add LLInstanceTracker test for exception in subclass constructor. | Nat Goodspeed |
2012-02-27 | Automated merge with file:///Users/nat/linden/viewer-leap-daggy | Nat Goodspeed |
2012-02-27 | Make LLInstanceTracker<T, T*>::getInstance(T*) validate passed T*. | Nat Goodspeed |
2012-02-26 | Add LLStringUtil::getTokens() test for quoted empty string. | Nat Goodspeed |
2012-02-24 | Get rid of indra/llcommon/tests/setpython.py. | Nat Goodspeed |
2012-02-24 | Add LLStringUtil::getTokens() overload handling quoted substrings. | Nat Goodspeed |
2012-02-23 | Tighten up LLProcess pipe support, per Richard's code review. | Nat Goodspeed |
2012-02-20 | Let LLProcess consumer specify desired description for logging. | Nat Goodspeed |
2012-02-20 | Make LLProcess post termination event to specified pump if desired. | Nat Goodspeed |
2012-02-16 | Fix typos in a few LLProcess::ReadPipe::find() unit tests. | Nat Goodspeed |
2012-02-16 | Fix bug in LLProcess::ReadPipe::peek() substring computation. | Nat Goodspeed |
2012-02-16 | Add unit test for LLProcess::ReadPipe::setLimit(). | Nat Goodspeed |
2012-02-16 | Add LLProcess::ReadPipe::find() methods, with corresponding npos. | Nat Goodspeed |
2012-02-15 | Add unit test for listening on LLProcess::ReadPipe::getPump(). | Nat Goodspeed |
2012-02-15 | Don't be confused by "\r\n" line endings on pipe on Windows. | Nat Goodspeed |
2012-02-15 | Add LLProcess::ReadPipe::size(), peek(), contains(). | Nat Goodspeed |
2012-02-15 | Fix llprocess_test.cpp's exception catching for Linux. | Nat Goodspeed |
2012-02-15 | Add tests for LLProcess::get[Opt][Read|Write]Pipe() validations. | Nat Goodspeed |
2012-02-15 | Preliminary pipe support for LLProcess. | Nat Goodspeed |
2012-02-13 | Use per-frame ticks on "mainloop" LLEventPump to update LLProcess. | Nat Goodspeed |
2012-02-13 | Add unit tests for LLProcess::Status functionality. | Nat Goodspeed |
2012-02-07 | Use os.path.normcase(os.path.normpath()) when comparing directories. | Nat Goodspeed |
2012-02-07 | Convert LLProcess implementation from platform-specific to using APR. | Nat Goodspeed |
2012-01-30 | Expose 'handle' as well as 'id' on LLProcess objects. | Nat Goodspeed |
2012-01-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed |
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed |
2012-01-18 | Make embedded Python scripts compatible with Python 2.5 *SIGH* | Nat Goodspeed |
2012-01-18 | Add tests for implicit-kill-on-destroy, also orphan() method. | Nat Goodspeed |
2012-01-17 | Add tests for child-process args management and for kill() method. | Nat Goodspeed |
2012-01-17 | Refactor llprocesslauncher_test.cpp for better code reuse. | Nat Goodspeed |
2012-01-17 | Add first couple of LLProcessLauncher tests. | Nat Goodspeed |
2012-01-13 | Extract APR and temp-fixture-file helper code to indra/test. | Nat Goodspeed |
2012-01-12 | Add LLStreamQueue::size() and tests to exercise it. | Nat Goodspeed |
2012-01-05 | Introduce LLStreamQueue to buffer nonblocking I/O. | Nat Goodspeed |
2011-12-23 | Fix sleep(0.5) to sleep(1) -- truncation to int makes that dubious. | Nat Goodspeed |
2011-12-23 | Should we expect EOF on one pipe before we finish reading the other? | Nat Goodspeed |