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-45-g305fac7


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  305fac7d2946293c4e4666ae118144371837e4e6 (commit)
       via  e4e3d6b78248495c29a2513bb06a21774dbe7dd0 (commit)
      from  21ec0caa31b3db963b2f0aeac8639020f4481e32 (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 305fac7d2946293c4e4666ae118144371837e4e6
Author: Chris Meek <cmeek@redhat.com>
Date:   Fri Jun 17 09:26:04 2011 -0400

    Added --tmpdir=DIRECTORY option to stap
    
    main.cxx
        In remove_temp_dir(), added a check whether the --tmpdir has
        been used. If so, it will not remove the directory, and it
        will not print out "Keeping temporary directory..".
    
    session.h
        Added tmpdir_opt_set boolean value to the session, to keep
        track of the use of --tmpdir
    
    session.cxx
        Added --tmpdir option, and added tmpdir_opt_set to the
        constructor and copy constructor
    
    stap-serverd.cxx
        Made the server create the stap tmp directory and pass it to
        stap using the --tmpdir option. The server now knows the name,
        so there is no need to search through it for the "Keeping
        temporary directory..." message, or move the directory to the
        server's tmp directory.

commit e4e3d6b78248495c29a2513bb06a21774dbe7dd0
Author: Chris Meek <cmeek@redhat.com>
Date:   Mon Jun 13 14:06:46 2011 -0400

    PR12580 Added localization functionality to client-server exchange
    
    NOTE: currently only works with English due to "keeping-temporary-directory"
    limitation (relies on parsing English message). This will be fixed in a future
    update.
    
    csclient.cxx
        Wrote add_localization_variables() function to include the client's localization
        information in a file sent to the server.
    
    stap-serverd.cxx
        Wrote functionality in handleRequest() to unpackage and verify localization
        information retrieved from the client.
    
    util.cxx
        Wrote localization_variables() function to maintain and return a set of all
        the localization variables to transfer between client and server.

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

Summary of changes:
 csclient.cxx     |   37 +++++++++-
 csclient.h       |    1 +
 main.cxx         |   32 ++++----
 session.cxx      |   20 +++++-
 session.h        |    1 +
 stap-serverd.cxx |  231 +++++++++++++++++++++++++++++++++---------------------
 util.cxx         |   46 ++++++++++-
 util.h           |    5 +-
 8 files changed, 262 insertions(+), 111 deletions(-)


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]