From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3964 invoked by alias); 26 Jul 2010 14:53:38 -0000 Received: (qmail 3935 invoked by uid 448); 26 Jul 2010 14:53:37 -0000 Date: Mon, 26 Jul 2010 14:53:00 -0000 Message-ID: <20100726145337.3922.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-14-g2e15a95 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 95bc4a782db3c5c4f9744d1fb21a7774a9c7fb79 X-Git-Newrev: 2e15a95584dbcb5495ee73865499116aa827f63d Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q3/txt/msg00108.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 2e15a95584dbcb5495ee73865499116aa827f63d (commit) via 1f9938b90b87a7bcb43da02b8569257dbee26a6a (commit) from 95bc4a782db3c5c4f9744d1fb21a7774a9c7fb79 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2e15a95584dbcb5495ee73865499116aa827f63d Author: Dave Brolley Date: Mon Jul 26 10:49:27 2010 -0400 PR 11441: Implement --list-servers=specified. Also filter listing of identical servers. commit 1f9938b90b87a7bcb43da02b8569257dbee26a6a Author: Dave Brolley Date: Wed Jul 21 14:44:27 2010 -0400 PR 11441, PR 10772: Support specified servers on --use-server option to stap. Implement the direct specification of servers by hostname/ip address with an (optionally) port in the integrated compile-server client, as implemented by stap-client. ----------------------------------------------------------------------- Summary of changes: csclient.cxx | 562 ++++++++++++++++++++++++++++++++++++++++++---------------- csclient.h | 23 ++- session.cxx | 49 +----- session.h | 7 - 4 files changed, 424 insertions(+), 217 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool