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-60-g1656065


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  1656065765ebdc1aed11e1e0481ddf0793fb71f7 (commit)
       via  4b3e76597bb34f34fcfe6d6b39aa44a1cfc66228 (commit)
       via  cc7c72cded97a0232418534e2421b7006ce1762f (commit)
       via  b0d0269fa3d6d50cf5d96e3d01e580b72adb6025 (commit)
      from  c619c6889c6d2c6d7b67e5833f39d6543cb44320 (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 1656065765ebdc1aed11e1e0481ddf0793fb71f7
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jun 27 17:01:28 2011 -0400

    Allow the compile-server server to return error messages to the client.
    
    - Update affacted test cases.

commit 4b3e76597bb34f34fcfe6d6b39aa44a1cfc66228
Merge: cc7c72c c619c68
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jun 27 12:34:52 2011 -0400

    Merge branch 'master' of ssh://sourceware.org/git/systemtap
    
    Conflicts:
    	stap-serverd.cxx

commit cc7c72cded97a0232418534e2421b7006ce1762f
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jun 27 12:18:58 2011 -0400

    PR 12917 - Implement Compile-Server/Client Versioning: Part 1
    
    - Client and server both include 'version' file as part of their
      request/response.
    - Client and server both check that they can deal with the other.
      - Currently both the client and the server can deal with all
        previous versions of the the other.
      - Both will reject an up level request/response from the other.

commit b0d0269fa3d6d50cf5d96e3d01e580b72adb6025
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Jun 24 13:43:59 2011 -0400

    Removed useless calls to umask in create_temp_dir.

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

Summary of changes:
 csclient.cxx                                 |   77 ++++-
 csclient.h                                   |    6 +-
 cscommon.h                                   |   31 ++
 main.cxx                                     |    2 -
 nsscommon.h                                  |    5 +
 stap-serverd.cxx                             |  464 ++++++++++++++++----------
 testsuite/systemtap.server/server_locale.exp |   15 +-
 7 files changed, 394 insertions(+), 206 deletions(-)
 create mode 100644 cscommon.h


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]