[X2Go-Commits] [x2goclient] branch bugfix/osx updated (5a776ed -> ec6e79e)

git-admin at x2go.org git-admin at x2go.org
Fri Mar 20 04:05:37 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch bugfix/osx
in repository x2goclient.

  discards  5a776ed   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  5d5edbb   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  6c348b0   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  7aea2f6   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  fde01ad   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  d43389a   x2goclient.cpp: fix string comparison.
  discards  b1871db   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  9aa8c8b   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  a842042   x2goclient.cpp: clean up.
  discards  fc26d1f   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
  discards  20e70da   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  b73b65a   unixhelper.cpp: kill process group on error.
  discards  6262f73   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  3020ab5   unixhelper.{cpp,h}: add documentation/comments.
  discards  77820a0   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  5fe317b   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  1099ebc   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  ed66e42   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  4f45636   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  389476a   x2goclient.cpp: add myself to copyright header.
  discards  3747a3f   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  b6c7cad   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  df110ec   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  92cec39   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  c3d929b   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  3d4c38e   onmainwindow.cpp: fix bad quoting when writing remote xinerama config file. Fixes: #797.
      adds  02dda79   {LICENSE,debian/copyright}: fix typo in URL of obviously-nice.de.
      adds  d294bbb   onmainwindow.cpp: fix desktop sharing via session broker. Fixes: #584.
       new  6f3c049   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  b03842e   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  0837fc9   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  32181f4   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  8123d0d   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  8532543   x2goclient.cpp: add myself to copyright header.
       new  713ea9e   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  8b018b7   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  bdf4333   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  7b7c1e9   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  acecf6a   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  60d4b8d   unixhelper.{cpp,h}: add documentation/comments.
       new  7b0e8d7   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  e1897e4   unixhelper.cpp: kill process group on error.
       new  6021c28   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  3ddb1e8   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
       new  945c76b   x2goclient.cpp: clean up.
       new  15758cd   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  2927256   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  696e53d   x2goclient.cpp: fix string comparison.
       new  6c98886   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  6068cc4   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  1288e36   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  feb4746   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  ec6e79e   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5a776ed)
            \
             N -- N -- N   refs/heads/bugfix/osx (ec6e79e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE              |    2 +-
 debian/changelog     |   14 ++++++++++++++
 debian/copyright     |    2 +-
 src/onmainwindow.cpp |    6 +++---
 4 files changed, 19 insertions(+), 5 deletions(-)

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list