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

git-admin at x2go.org git-admin at x2go.org
Fri Mar 20 05:40:31 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  ec6e79e   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  feb4746   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  1288e36   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  6068cc4   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  6c98886   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  696e53d   x2goclient.cpp: fix string comparison.
  discards  2927256   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  15758cd   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  945c76b   x2goclient.cpp: clean up.
  discards  3ddb1e8   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
  discards  6021c28   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  e1897e4   unixhelper.cpp: kill process group on error.
  discards  7b0e8d7   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  60d4b8d   unixhelper.{cpp,h}: add documentation/comments.
  discards  acecf6a   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  7b7c1e9   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  bdf4333   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  8b018b7   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  713ea9e   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  8532543   x2goclient.cpp: add myself to copyright header.
  discards  8123d0d   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  32181f4   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  0837fc9   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  b03842e   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  6f3c049   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  3d57875   onmainwindow.cpp: handle %i and %c format flags in desktop files correctly: remove the %i flag and replace %c with the application name. Fixes: #827.
       new  04670fa   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  dc1f920   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  887cff3   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  77a08ce   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  aadb5c0   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  f2ab014   x2goclient.cpp: add myself to copyright header.
       new  84fa9b7   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  993baef   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  d7b8820   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  5fde1f0   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  ae1e6bc   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  1b5d494   unixhelper.{cpp,h}: add documentation/comments.
       new  3e98ed6   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  1fa2536   unixhelper.cpp: kill process group on error.
       new  28165ff   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  e00ecc7   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
       new  e9afca5   x2goclient.cpp: clean up.
       new  9873527   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  d024b22   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  9846565   x2goclient.cpp: fix string comparison.
       new  385fc9c   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  eba4177   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  8c25967   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  6aafd72   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  a4c183f   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   (ec6e79e)
            \
             N -- N -- N   refs/heads/bugfix/osx (a4c183f)

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:
 debian/changelog     |    6 ++++++
 src/onmainwindow.cpp |    2 ++
 2 files changed, 8 insertions(+)

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