| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -15/+11 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -2/+1 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -8/+5 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -29/+19 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -19/+10 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -4/+2 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -1/+0 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -18/+11 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -2/+1 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -28/+21 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -20/+12 |
| * | Replace string functions | Joseph Hunkeler | 40 hours | 1 | -6/+6 |
| * | Add string copy and catonate replacements | Joseph Hunkeler | 40 hours | 2 | -0/+22 |
| * | Replace escape sequence '\e' with '\x1b' (portable) | Joseph Hunkeler | 2026-05-12 | 1 | -6/+6 |
| * | Replace __FUNCTION__ with __func__ (portable) | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | Replace void pointer with pointer to tplfunc_frame structure | Joseph Hunkeler | 2026-05-12 | 4 | -13/+16 |
| * | Remove redundant __FUNCTION__ | Joseph Hunkeler | 2026-05-12 | 2 | -4/+4 |
| * | Placate FORTIFY_SOURCE warning | Joseph Hunkeler | 2026-05-12 | 1 | -1/+3 |
| * | Reverse logic on status check | Joseph Hunkeler | 2026-05-12 | 1 | -14/+14 |
| * | Usable lines denote the number of entries | Joseph Hunkeler | 2026-05-12 | 1 | -3/+6 |
| * | One argument for error message string | Joseph Hunkeler | 2026-05-12 | 1 | -2/+2 |
| * | Remove linefeed from debug message | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | Missing temp file is a warning, not an error | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | exit on error | Joseph Hunkeler | 2026-05-12 | 1 | -14/+77 |
| * | free result on error | Joseph Hunkeler | 2026-05-12 | 1 | -0/+1 |
| * | Use log_print_error instead of SYSERROR | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | give a better idea of which munmap failed | Joseph Hunkeler | 2026-05-12 | 1 | -2/+2 |
| * | make dep_status constant | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | if conda fails, return | Joseph Hunkeler | 2026-05-12 | 1 | -2/+10 |
| * | when no spec is present use the package name instead | Joseph Hunkeler | 2026-05-12 | 1 | -4/+8 |
| * | remove linefeed from debug message | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | free platform array on error | Joseph Hunkeler | 2026-05-12 | 1 | -0/+3 |
| * | Remove linefeed from error | Joseph Hunkeler | 2026-05-12 | 1 | -1/+1 |
| * | Blank warning as new line | Joseph Hunkeler | 2026-05-12 | 1 | -1/+2 |
| * | Give log messages variable verbosity | Joseph Hunkeler | 2026-05-11 | 1 | -7/+26 |
| * | Remove linefeed from warning message | Joseph Hunkeler | 2026-05-11 | 1 | -1/+1 |
| * | The time has come | Joseph Hunkeler | 2026-05-11 | 1 | -1/+1 |
| * | Remove check for DEBUG define | Joseph Hunkeler | 2026-05-11 | 1 | -26/+14 |
| * | Handle error for mapping pool | Joseph Hunkeler | 2026-05-11 | 1 | -0/+4 |
| * | Rename status to child_status to better clarify what we're looking at | Joseph Hunkeler | 2026-05-11 | 1 | -12/+12 |
| * | Change raw fprintf to SYSERROR | Joseph Hunkeler | 2026-05-11 | 1 | -1/+0 |
| * | Allocate heap instead of mmapping the task's command string | Joseph Hunkeler | 2026-05-11 | 1 | -8/+12 |
| * | Use semaphore to lock the child process up to the point of execvp | Joseph Hunkeler | 2026-05-11 | 1 | -0/+4 |
| * | Close all file descriptors in child process, except STDIN, STDOUT, STDERR. | Joseph Hunkeler | 2026-05-11 | 1 | -3/+14 |
| * | Update SYS_* macros | Joseph Hunkeler | 2026-05-11 | 1 | -2/+2 |
| * | Update macro | Joseph Hunkeler | 2026-05-11 | 1 | -1/+1 |
| * | How did you get back in there... | Joseph Hunkeler | 2026-05-11 | 1 | -34/+0 |
| * | Error check | Joseph Hunkeler | 2026-05-11 | 1 | -0/+6 |
| * | Add debug output | Joseph Hunkeler | 2026-05-11 | 1 | -0/+8 |
| * | terminate strings | Joseph Hunkeler | 2026-05-11 | 1 | -1/+3 |
