This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-92-g1d1e208


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  1d1e20869e13f7b710b7e39dc0589cffc3fd082f (commit)
       via  a47815fba445c02085df77d632e69a0b5c8e7536 (commit)
       via  c89fe89c452f7a4fc0408918d23f0f46a13e668c (commit)
      from  5d532a62c6dcc5b9d4cc45588b1f8adf1cfa79b7 (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 1d1e20869e13f7b710b7e39dc0589cffc3fd082f
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Jul 8 10:54:38 2011 -0400

    PR 12917 - Implement Compile-Server/Client Versioning - Rework
    
    - Prefer newer servers when selecting servers from a list.

commit a47815fba445c02085df77d632e69a0b5c8e7536
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Jul 8 10:53:49 2011 -0400

    PR 12917 - Implement Compile-Server/Client Versioning - Rework
    
    - cscommon.cxx: New file for common function used by client and server.

commit c89fe89c452f7a4fc0408918d23f0f46a13e668c
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Jul 7 12:22:04 2011 -0400

    PR 12917 - Implement Compile-Server/Client Versioning - Rework
    
    - Use systemtap version number as the client/server protocol version
      number.
    - Client and Server will both be backward compaible with the other
      by policy. i.e. both will adapt when connecting to a down-level
      version of the other.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                                |    4 +-
 Makefile.in                                |   47 +-
 aclocal.m4                                 | 2346 +---------------------------
 config.in                                  |    3 -
 configure                                  |   76 -
 csclient.cxx                               |   76 +-
 csclient.h                                 |    4 +-
 cscommon.cxx                               |  108 ++
 cscommon.h                                 |   60 +-
 doc/Makefile.in                            |    7 +-
 doc/SystemTap_Tapset_Reference/Makefile.in |    7 +-
 doc/beginners/Makefile.in                  |    7 +-
 grapher/Makefile.in                        |    7 +-
 runtime/staprun/Makefile.in                |    2 -
 runtime/staprun/aclocal.m4                 |   43 +-
 runtime/staprun/configure                  |  304 ++--
 stap-serverd.cxx                           |   60 +-
 testsuite/aclocal.m4                       |    4 +-
 testsuite/configure                        |  234 ++--
 19 files changed, 535 insertions(+), 2864 deletions(-)
 create mode 100644 cscommon.cxx


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]