jobs.c
Wed, 18 Feb 2009 23:25:21 +0100 viric Updating copyright years in the source. v0.6.3-3rd
Sun, 15 Feb 2009 17:33:57 +0100 viric Adding -D. Forward to 0.6.3.
Fri, 05 Dec 2008 10:11:40 +0000 viric Fixed a bug in the notify list, reported by mark meissonnier.
Sun, 09 Nov 2008 22:38:57 +0100 viric Making "-S" to return the number of slots set, if without additional argument.
Sun, 09 Nov 2008 22:25:49 +0100 viric Fixing the problem of ts clients being killed. The queue should be reusable
Mon, 03 Nov 2008 20:23:13 +0100 viric Adding information on the exit status (signal/exit code).
Wed, 16 Jul 2008 13:51:09 +0200 llbatlle Updating the Copyright years from 2007 to 2007-2008.
Wed, 16 Jul 2008 07:09:13 +0200 viric Bugfix: '-r' has a better behaviour when all the jobs finished.
Wed, 16 Jul 2008 07:02:48 +0200 viric Bugfix: some "-t" and "-c" were not notified at end of job.
Wed, 16 Jul 2008 06:38:33 +0200 viric Bugfix: Improving the parent bugfix, so it displays a nicer message on SKIPPED
Wed, 16 Jul 2008 06:36:11 +0200 viric Bugfix: "-o num" wasn't working.
Mon, 14 Jul 2008 22:26:28 +0200 viric Updating the "-d" behaviour, so it now works well also with "-nf" submitted
Mon, 14 Jul 2008 20:36:59 +0200 viric Adding hot-switchable amount of max_slots.
Mon, 14 Jul 2008 20:07:54 +0200 viric First attempt at multiple slot running.
Tue, 04 Mar 2008 15:43:00 +0100 lbatlle Bug resolving a pointer when notifying job_ends.
Tue, 19 Feb 2008 23:13:18 +0100 viric Better managing of notifications on job finish.
Sun, 10 Feb 2008 21:42:06 +0100 viric Merging
Sat, 09 Feb 2008 11:56:03 +0100 viric Fixing a bug related to a message on -t on last job, when it was skipped. v0.5.2
Sun, 10 Feb 2008 19:11:14 +0100 viric Bugfix: the -w and -t only worked if there was a *single* ts process waiting.
Thu, 07 Feb 2008 15:56:31 +0100 lbatlle Fixed "-r" without jobid.
Thu, 17 Jan 2008 23:22:08 +0100 viric Fixed a problem in -r, when the jobid wasn't found.
Thu, 17 Jan 2008 23:07:58 +0100 viric Finished jobs can also be removed now.
Wed, 16 Jan 2008 23:41:06 +0100 viric Fixed awaking the wait_job clients on job removal.
Wed, 16 Jan 2008 23:23:56 +0100 viric Fixing a bug on s_remove_job, related to -w and dying with signals
Thu, 03 Jan 2008 12:08:17 +0100 viric Fixing a bug on wait_job on skipped jobs. Moving vnumber to 0.5
Mon, 24 Dec 2007 18:00:57 +0100 viric Fixed a bug on new skipped state and -o.
Mon, 24 Dec 2007 17:51:36 +0100 viric Improved -d (depend) information.
Mon, 24 Dec 2007 17:15:08 +0100 viric Added 'depend' -d
Sun, 23 Dec 2007 22:44:08 +0100 viric Fixed a bug on -i, when the job was not running or run. Added Command: in -i.
Sun, 23 Dec 2007 22:28:35 +0100 viric Fixed a bug with -n and -p.
Sun, 23 Dec 2007 17:49:26 +0100 viric Added -L (label)
Sun, 23 Dec 2007 17:30:20 +0100 viric Fixing a memory leak in new pinfo.
Sun, 23 Dec 2007 17:16:03 +0100 viric Added environment info through TS_ENV
Sun, 23 Dec 2007 16:16:38 +0100 viric Bones of the "-i" parameter, job info.
Sat, 10 Nov 2007 21:52:00 +0100 viric Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
Tue, 10 Apr 2007 23:31:21 +0200 viric Added TS_SAVELIST.
Tue, 10 Apr 2007 00:14:45 +0200 viric Making "-l" not to trunc the commands.
Mon, 09 Apr 2007 20:12:24 +0200 viric times() reporting finished.
Mon, 09 Apr 2007 19:45:09 +0200 viric Merge from stable to partial times()
Mon, 09 Apr 2007 19:44:06 +0200 viric More code on times()
Sun, 08 Apr 2007 23:19:30 +0200 viric Fixed a buffer overflow in jobs.c, when sending the lines for LISTJOBS.
Fri, 06 Apr 2007 00:58:25 +0200 viric Fixed error reporting.
Thu, 05 Apr 2007 21:45:25 +0200 viric Better error reports on internal handled errors.
Sun, 01 Apr 2007 23:47:43 +0200 viric Adding "swap jobs" with -U. Fixed a big problem with fds 0, 1, 2.
Wed, 28 Mar 2007 23:35:24 +0200 viric Added a limit to the number of finished jobs.
Wed, 28 Mar 2007 20:53:21 +0200 viric Added "-s" for querying the job state.
Tue, 27 Mar 2007 23:14:58 +0200 viric Now the '-nf' doesn't leave a job in 'finished' state.
Tue, 27 Mar 2007 22:54:30 +0200 viric '-r', remove job, works better.
Tue, 27 Mar 2007 22:47:09 +0200 viric '-u' (urgency) implemented.
Tue, 27 Mar 2007 21:08:48 +0200 viric '-w' returns the waited errorlevel. Added a testbench.
Mon, 26 Mar 2007 14:17:45 +0200 lbatlle Added the license.
Sun, 25 Mar 2007 23:27:42 +0200 viric Better include files.
Sun, 25 Mar 2007 20:52:04 +0200 viric Added wait for jobs. v0.2
Sun, 25 Mar 2007 19:55:42 +0200 viric Added 'remove job'.
Sun, 25 Mar 2007 18:36:29 +0200 viric Better list output.
Sun, 25 Mar 2007 17:03:40 +0200 viric Kill the running job works fine.
Sun, 25 Mar 2007 16:32:59 +0200 viric Tail works.
Sun, 25 Mar 2007 13:12:06 +0200 viric Fixed the Output File information in the list.
Sun, 25 Mar 2007 13:02:59 +0200 viric Fixed a bug with the job list.
Sun, 25 Mar 2007 04:48:43 +0200 viric Now output can go to filenames.
less more (0) -60 tip