Age | Commit message (Expand) | Author |
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 |
2011-12-23 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-leap | Nat Goodspeed |
2011-12-23 | Make pipe-management logic more robust. | Nat Goodspeed |
2011-12-22 | Comment out lookup table used only by commented-out code. | Nat Goodspeed |
2011-12-22 | Never call apr_proc_wait() inside child_status_callback(). | Nat Goodspeed |
2011-12-22 | Add child_status_callback() function and arrange to call periodically. | Nat Goodspeed |
2011-12-21 | Tweak llprocesslauncher_test.cpp to run properly on Windows. | Nat Goodspeed |
2011-12-21 | Change llprocesslauncher_test.cpp eyeballing to program verification. | Nat Goodspeed |
2011-12-21 | Fix llprocesslauncher_test.cpp to work on Windows. | Nat Goodspeed |
2011-12-21 | Add unit-test module for LLProcessLauncher. | Nat Goodspeed |
2011-09-09 | merge changes for storm-1590 | Oz Linden |
2011-09-08 | Corrected license information in llsingleton_test.cpp. | Logan Dethrow |
2011-09-07 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed |
2011-09-07 | STORM-1541: Add LLInstanceTracker tests for active-iterator asserts. | Nat Goodspeed |
2011-09-07 | Merge. Fixed issue with LLProxy code related to changes to the LLSocket inter... | Logan Dethrow |
2011-09-01 | Merge | Logan Dethrow |
2011-09-01 | Clarified the reason for adding the deleteSingleton method to LLSingleton. Ad... | Logan Dethrow |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson |
2011-08-24 | Re-add 3 llinstancetracker tests disabled by changeset 1ead63777bf6. | Nat Goodspeed |
2011-08-19 | better unit test for nested brackets in string replacement | Richard Linden |
2011-08-19 | fix for not properly handling nested brackets in | Richard Linden |
2011-07-27 | fix for gcc | Richard Nelson |
2011-07-26 | fixed build | Richard Nelson |
2011-07-26 | merge | Richard Nelson |
2011-07-26 | removed last vestiges of llinstancetracerscopedguard | Richard Nelson |
2011-07-19 | More FormatMessage compile errors, try again to fix | Nat Goodspeed |
2011-07-19 | Fix copy/paste error in swiped FormatMessage() example code. | Nat Goodspeed |
2011-07-19 | Per Josh's comments in http://codereview.lindenlab.com/6510035/ | Nat Goodspeed |
2011-07-16 | Use raw-string syntax for other Windows pathnames inserted to Python. | Nat Goodspeed |
2011-07-16 | Use raw-string syntax for Python string containing Windows pathname. | Nat Goodspeed |
2011-07-15 | Use C++ __FILE__ rather than Python __file__ to find indra work area. | Nat Goodspeed |
2011-07-15 | If we're going to need indra.base.llsd, have to munge sys.path. | Nat Goodspeed |
2011-07-15 | Not all TC agents have llbase.llsd, fall back to indra.base.llsd | Nat Goodspeed |
2011-07-15 | Try again to pacify VS fatal warning. | Nat Goodspeed |
2011-07-15 | Muzzle VS warning | Nat Goodspeed |