main.h
Sat, 19 Mar 2016 11:14:18 +0100 viric Adding -k, kill job (SIGTERM to process group).
Sat, 19 Dec 2015 21:29:43 +0100 viric Adding some more headers (I found them on disk, dated 16/5/2014)
Mon, 11 Nov 2013 09:28:51 +0100 viric Fixing a process left, when "-r" is used without jobid.
Sat, 26 May 2012 16:57:43 +0200 viric Setting the protocol version to 730. That matches better when it's introduced:
Wed, 23 May 2012 19:38:12 +0200 viric Implementing the num_slots for newjob in the messages, but the server still does jobslots
Wed, 23 May 2012 19:27:54 +0200 viric Fixing some tabs/spaces.
Wed, 16 Nov 2011 22:17:53 +0100 viric Adding the functionality of keeping stderr apart. For Jan Ć mydke.
Thu, 28 Jul 2011 19:43:01 +0200 viric Adding the option '-B' for Mark, that will make ts quit if it cannot enqueue a
Mon, 18 Jul 2011 22:22:55 +0200 viric An implementation that looks like working for the queue limit and client queuelimit2
Mon, 18 Jul 2011 20:33:19 +0200 viric Enabling a heavier msgdump. I still don't get what goes wrong. queuelimit
Wed, 07 Oct 2009 21:18:49 +0200 viric Improving the detection of ts version, without timeout. This way TS_MAXCONN helps.
Wed, 18 Feb 2009 23:18:43 +0100 viric Making the check_version coep well with old ts servers.
Sun, 15 Feb 2009 19:04:15 +0100 viric Adding version control in the protocol. It can't check with older versions.
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
Sun, 09 Nov 2008 12:53:35 +0100 viric Making a ts.error file for each socket ($TS_SOCKET.error)
Mon, 03 Nov 2008 20:23:13 +0100 viric Adding information on the exit status (signal/exit code).
Mon, 11 Aug 2008 20:27:29 +0200 llbatlle Assuring the send/recv loops, which didn't pay attention to data sent in
Wed, 16 Jul 2008 07:02:48 +0200 viric Bugfix: some "-t" and "-c" were not notified at end of job.
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.
Thu, 21 Feb 2008 15:31:59 +0100 lbatlle Making '-c' to behave as 'tail -f', but showing *all* the file.
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'.
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 17:49:26 +0100 viric Added -L (label)
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.
Mon, 12 Nov 2007 09:33:39 +0100 viric Passing SIGINT to the child, if it started.
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.
Sun, 08 Apr 2007 23:19:30 +0200 viric Fixed a buffer overflow in jobs.c, when sending the lines for LISTJOBS.
Thu, 05 Apr 2007 23:55:45 +0200 viric Protection against SIGPIPE. Block it.
Thu, 05 Apr 2007 21:45:25 +0200 viric Better error reports on internal handled errors.
Mon, 02 Apr 2007 17:50:06 +0200 viric Added TS_ONFINISH.
Mon, 02 Apr 2007 16:54:10 +0200 viric Send e-letter implemented.
Mon, 02 Apr 2007 00:29:33 +0200 viric Merged -U with the "not using bash anymore".
Mon, 02 Apr 2007 00:22:55 +0200 viric Now the orders don't run under 'bash'. They run as is.
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:53:02 +0200 viric Added gzip output.
Wed, 28 Mar 2007 20:53:21 +0200 viric Added "-s" for querying the job state.
Wed, 28 Mar 2007 20:34:32 +0200 viric Return the jobid in stdout.
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:47:09 +0200 viric '-u' (urgency) implemented.
Tue, 27 Mar 2007 21:08:48 +0200 viric '-w' returns the waited errorlevel. Added a testbench.
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:01:06 +0200 viric The program returns the errorlevel of the job, if it doesn't go to background.
Sun, 25 Mar 2007 17:20:53 +0200 viric Added version.
Sun, 25 Mar 2007 17:03:40 +0200 viric Kill the running job works fine.
Sun, 25 Mar 2007 16:43:14 +0200 viric Added 'cat' and 'show output filename'
Sun, 25 Mar 2007 16:32:59 +0200 viric Tail works.
Sun, 25 Mar 2007 15:54:01 +0200 viric The command line parsing has been simplified.
Sun, 25 Mar 2007 15:26:37 +0200 viric The commandline parameters are centered in a struct.
less more (0) -60 tip