Wed, 06 Feb 2008 22:52:10 +0100 viric Added tag v0.5.1 for changeset 35b77fb4deb1
Wed, 06 Feb 2008 22:51:58 +0100 viric Updating changelog to 0.5.1 - adding web index since 0.5 v0.5.1
Thu, 07 Feb 2008 15:56:31 +0100 lbatlle Fixed "-r" without jobid.
Thu, 24 Jan 2008 17:43:53 +0100 lbatlle Removing stdio things from tail. We only use unistd.
Thu, 24 Jan 2008 10:42:42 +0100 lbatlle Faster tail... write(buffer) instead of putchar.
Mon, 21 Jan 2008 23:57:06 +0100 viric Fixed two bugs in tail.c.
Thu, 17 Jan 2008 23:38:42 +0100 viric Added tag v0.5 for changeset 5ec722128e27
Thu, 17 Jan 2008 23:37:34 +0100 viric Web for 0.4.2 v0.5
Thu, 17 Jan 2008 23:36:27 +0100 viric Updating the makedeb code, and the manpage, according to 0.5
Thu, 17 Jan 2008 23:29:37 +0100 viric Updating 'help' and some other related files to 0.5
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:10:05 +0100 viric Merging two updates
Thu, 17 Jan 2008 23:07:58 +0100 viric Finished jobs can also be removed now.
Thu, 17 Jan 2008 16:37:15 +0100 lbatlle Moving from nanosleep to usleep, because I don't know in what standard nanosleep is defined.
Wed, 16 Jan 2008 23:41:06 +0100 viric Fixed awaking the wait_job clients on job removal.
Wed, 16 Jan 2008 23:27:41 +0100 viric Now, removing a job wakes up its waiters.
Wed, 16 Jan 2008 23:23:56 +0100 viric Fixing a bug on s_remove_job, related to -w and dying with signals
Wed, 16 Jan 2008 00:09:10 +0100 viric New bug on '-w' (and now, -t)
Wed, 16 Jan 2008 00:04:30 +0100 viric Our implementation of -t (equivalent tail -f), which now
Tue, 15 Jan 2008 23:11:03 +0100 viric Adding some code base for our implementation of 'tail'.
Tue, 15 Jan 2008 23:10:33 +0100 viric Updating the dpkg construction for 0.4.2.
Tue, 08 Jan 2008 16:28:14 +0100 lbatlle New task
Thu, 03 Jan 2008 18:22:05 +0100 lbatlle The labels where not considered in size when listing.
Thu, 03 Jan 2008 14:57:21 +0100 lbatlle New bug on -r / -w
Thu, 03 Jan 2008 11:44:49 +0100 lbatlle Comment on setsid for the job execution.
Thu, 03 Jan 2008 11:42:56 +0100 lbatlle Session created on exec child.
Thu, 03 Jan 2008 12:08:17 +0100 viric Fixing a bug on wait_job on skipped jobs. Moving vnumber to 0.5
Wed, 26 Dec 2007 19:26:48 +0100 viric Fixing licenses in some files, and updating some documents.
Mon, 24 Dec 2007 22:09:15 +0100 viric Date of the man page.
Mon, 24 Dec 2007 22:08:44 +0100 viric Man page on PREFIX/share/man/man1 . Version of the manpage.
Mon, 24 Dec 2007 21:20:57 +0100 viric New web on release of 0.4.2.
Mon, 24 Dec 2007 21:04:37 +0100 viric Added tag v0.4.2 for changeset 8b40ee19e765
Mon, 24 Dec 2007 21:01:52 +0100 viric Fixed small errors in the man/help. v0.4.2
Mon, 24 Dec 2007 20:51:18 +0100 viric Updated manpage and help.
Mon, 24 Dec 2007 20:37:32 +0100 viric Better doc.
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 20:21:13 +0100 viric Adding help for -L
Sun, 23 Dec 2007 18:17:10 +0100 viric Added proper help for the new features.
Sun, 23 Dec 2007 17:49:26 +0100 viric Added -L (label)
Sun, 23 Dec 2007 17:36:25 +0100 viric Higher version number.
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.
Tue, 13 Nov 2007 11:42:54 +0100 viric Typo in the man page.
Mon, 12 Nov 2007 16:32:54 +0100 viric Create debian packages.
Mon, 12 Nov 2007 11:33:09 +0100 viric Typo in the web
Mon, 12 Nov 2007 10:23:51 +0100 viric Improved manpage, more info on ts.error.
Mon, 12 Nov 2007 09:57:59 +0100 viric Added tag v0.4.1 for changeset 0b99d94818d1
Mon, 12 Nov 2007 09:57:46 +0100 viric Added the web page. v0.4.1
Mon, 12 Nov 2007 09:34:30 +0100 viric Removing warning on SIGINT.
Mon, 12 Nov 2007 09:33:39 +0100 viric Passing SIGINT to the child, if it started.
Sun, 11 Nov 2007 01:00:33 +0100 viric Clearer changelog.
Sun, 11 Nov 2007 00:58:22 +0100 viric Fixed introduced bug on EOC from the client, because the server died.
Sat, 10 Nov 2007 21:52:25 +0100 viric Moving the version number up.
Sat, 10 Nov 2007 21:52:00 +0100 viric Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
Tue, 30 Oct 2007 20:15:45 +0100 viric Added setsid when going background.
(0) -100 -60 +60 +100 tip