index
:
viewer.git
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
tests
/
llprocesslauncher_test.cpp
Age
Commit message (
Expand
)
Author
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
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