[X2Go-Commits] [x2goclient] branch bugfix/osx updated (13cea01 -> da6f540)

git-admin at x2go.org git-admin at x2go.org
Sat Mar 21 04:23:23 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  13cea01   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  6be999e   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  6c154bd   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  a4c183f   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  6aafd72   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  8c25967   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  eba4177   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  385fc9c   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  9846565   x2goclient.cpp: fix string comparison.
  discards  d024b22   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  9873527   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  e9afca5   x2goclient.cpp: clean up.
  discards  e00ecc7   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
  discards  28165ff   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  1fa2536   unixhelper.cpp: kill process group on error.
  discards  3e98ed6   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  1b5d494   unixhelper.{cpp,h}: add documentation/comments.
  discards  ae1e6bc   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  5fde1f0   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  d7b8820   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  993baef   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  84fa9b7   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  f2ab014   x2goclient.cpp: add myself to copyright header.
  discards  aadb5c0   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  77a08ce   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  887cff3   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  dc1f920   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  04670fa   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  5204003   onmainwindow.cpp: do not define Ctrl+Q two times. Made it unusable on Linux and Windows.
       new  efb9923   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  5e9f1ee   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  7089106   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  2cd80e7   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  8f6ba25   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  075b81a   x2goclient.cpp: add myself to copyright header.
       new  6abe3b0   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  b2357f2   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  26253fa   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  ff2efe6   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  15314b6   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  7b7d6bf   unixhelper.{cpp,h}: add documentation/comments.
       new  d528e3a   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  2358b55   unixhelper.cpp: kill process group on error.
       new  94cbe21   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  6f08b38   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
       new  f360a96   x2goclient.cpp: clean up.
       new  6e5b16f   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  417c2eb   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  af1d7b4   x2goclient.cpp: fix string comparison.
       new  61930d3   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  91411db   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  cbfa06e   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  17ace70   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  b2b9baa   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  e446ec8   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  d2a8450   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  da6f540   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.

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   (13cea01)
            \
             N -- N -- N   refs/heads/bugfix/osx (da6f540)

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 28 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     |    2 ++
 src/onmainwindow.cpp |    4 ----
 2 files changed, 2 insertions(+), 4 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