1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support up to PHP 7.2 More... about 9 years ago
PHP 5.6 compatibility More... almost 11 years ago
Fix instantiation without args More... over 12 years ago
Allow instantiation without commands More... over 12 years ago
Fix current dependencies (none) More... over 12 years ago
Fix composer description More... over 12 years ago
Argument checking, tests, Travis-CI integration More... over 12 years ago
Documentation, licensing More... almost 13 years ago
Functional code More... almost 13 years ago
Rewrite using proc_open, v0.3.0 More... almost 13 years ago
Changes to match project rename More... about 13 years ago
prettify README for GitHub More... over 14 years ago
prettify README for GitHub More... over 14 years ago
prettify README for GitHub More... over 14 years ago
prettify README for GitHub More... over 14 years ago
prettify README for GitHub More... over 14 years ago
prettify README for GitHub More... over 14 years ago
prettify README for GitHub More... over 14 years ago
Fixing README More... over 14 years ago
Matching things to old SVN "trunk/current". More... over 14 years ago
README for GitHub More... over 14 years ago
Creating a "current" folder for the most current "bleeding-edge" development.
Dan Falconer
as crazedsanity
More... almost 15 years ago
More logging & check to ensure lockfile was created.
Dan Falconer
as crazedsanity
More... about 16 years ago
Drop all the "require_once" definitions: cs-content's __autoload.php (or a custom implementation of the same) should be run to automatically handle these dependencies.
Dan Falconer
as crazedsanity
More... about 17 years ago
Use "[major].[minor]" folders like all the other CS projects.
Dan Falconer
as crazedsanity
More... about 17 years ago
Minor output changes.
Dan Falconer
as crazedsanity
More... about 17 years ago
Cache exit code, add descriptive headers to methods.
Dan Falconer
as crazedsanity
More... about 17 years ago
Call checkin() every X seconds.
Dan Falconer
as crazedsanity
More... about 17 years ago
/multiThread.abstract.class.php: * __construct(): -- ARG CHANGE: NEW ARGUMENT: #3 ($waitForExisting=NULL) -- pass $waitForExisting to create_lockfile(), so the process will wait for that number of minutes to start or fail. * check_lockfile(): -- if there's a lockfile, an array is returned with "modified" and "pid" indexes (the calling code must determine what to do from there). -- updated header. * create_lockfile(): -- comment to explain what is happening in the "if" part. -- more information about what is occurring. * clean_children(): -- remove the message printed (redundant with wait_for_children())
Dan Falconer
as crazedsanity
More... about 17 years ago
*** RELEASE 0.2.0-ALPHA1 ***
Dan Falconer
as crazedsanity
More... about 17 years ago