| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-14 | Added #include <config.h> to all .cc files. | Andrei Pavel | |
| 2015-12-16 | [4236] Replaced license text in all files containing it. | Marcin Siodelski | |
| 2015-10-15 | [4060a] Rebased trac4060 | Francis Dupont | |
| 2015-10-01 | [4074] Replaced exit() by _exit() in faulty children | Francis Dupont | |
| 2015-08-20 | [support8785] Likely fix for the issues with "no child processes" exception | Tomek Mrugalski | |
| This fix makes the signal handler no longer modify errno value. That was causing "no child processes" exceptions in places that had nothing to do with signals or processes. | |||
| 2015-03-10 | [master] Fixed races in ProcessSpawn util (#3733) | Francis Dupont | |
| 2015-03-02 | Merge branch 'trac3706' Tidy up some issues find by cpp check | Shawn Routhier | |
| 2015-03-02 | [3706] Fixed the two typos in the comments of ProcessSpawn. | Marcin Siodelski | |
| 2015-02-27 | [trac3706] More cpp cleanup | Shawn Routhier | |
| Remove another unused variable in memfile_ubench.cc Actually use the trimmed variable in host.cc Update commetns in process_spawn.[cc h] | |||
| 2015-02-28 | [master] spelling | Francis Dupont | |
| 2015-02-26 | [trac3706] Clean up some issues from cpp check | Shawn Routhier | |
| Remove or comment out some variables that aren't read after they are written. Tag the process classes as noncopyable to avoid external code trying to copy them and to avoid an issue for cpp check | |||
| 2015-02-09 | [3669] Second round of review comments. | Marcin Siodelski | |
| 2015-02-05 | [3669] Added some more commentary in various places. | Marcin Siodelski | |
| 2015-02-05 | [3669] Added status clearing to ProcessSpawn. | Marcin Siodelski | |
| 2015-02-05 | [3669] Added support for ProcessSpawn spawning more processes. | Marcin Siodelski | |
| 2015-02-04 | [3669] Address review comments. | Marcin Siodelski | |
| 2015-01-30 | [3669] Improved error handling when triggering LFC. | Marcin Siodelski | |
| Introduced a couple of new log messages and improved unit tests. | |||
| 2015-01-29 | [3669] Created ProcessSpawn class for running background processes. | Marcin Siodelski | |
