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-0.7-638-g1cecb3c


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  1cecb3c506475a0e0b0ee4180a91e1a9433d346b (commit)
      from  e5976ba0af9b828dcc76b3937b5a98fe9c0f6cb8 (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 1cecb3c506475a0e0b0ee4180a91e1a9433d346b
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Dec 24 13:18:50 2008 -0500

    Systemtap compile server phase 2 (ssl) -- first cut.

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

Summary of changes:
 ChangeLog                                  |   49 ++
 Makefile.am                                |   33 ++-
 Makefile.in                                |  115 ++++-
 aclocal.m4                                 |   38 +-
 doc/ChangeLog                              |    5 +
 doc/Makefile.in                            |   17 +-
 doc/SystemTap_Tapset_Reference/Makefile.in |   19 +-
 stap-client                                |  194 ++++----
 stap-client-connect.c                      |  449 +++++++++++++++++
 stap-find-or-start-server                  |    2 +-
 stap-gen-server-cert                       |   74 +++
 stap-server                                |  118 ++---
 stap-server-connect.c                      |  756 ++++++++++++++++++++++++++++
 stap-serverd                               |   67 +--
 stap-start-server                          |    2 +-
 systemtap.spec                             |    5 +-
 testsuite/ChangeLog                        |    6 +
 testsuite/lib/systemtap.exp                |   33 +-
 18 files changed, 1672 insertions(+), 310 deletions(-)
 create mode 100644 stap-client-connect.c
 create mode 100755 stap-gen-server-cert
 create mode 100644 stap-server-connect.c


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]