[X2Go-Commits] [x2goclient] branch bugfix/osx updated (df110ec -> fde01ad)

git-admin at x2go.org git-admin at x2go.org
Wed Mar 18 06:07:55 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.

      from  df110ec   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  b6c7cad   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  3747a3f   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  389476a   x2goclient.cpp: add myself to copyright header.
       new  4f45636   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  ed66e42   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  1099ebc   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  5fe317b   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  77820a0   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  3020ab5   unixhelper.{cpp,h}: add documentation/comments.
       new  6262f73   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  b73b65a   unixhelper.cpp: kill process group on error.
       new  20e70da   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  fc26d1f   unixhelper.cpp: port from std::signal() to sigactio(). Handle errors.
       new  a842042   x2goclient.cpp: clean up.
       new  9aa8c8b   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  b1871db   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  d43389a   x2goclient.cpp: fix string comparison.
       new  fde01ad   x2goclient.cpp: create new argv array on the heap instead of on the stack.

The 18 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   |   35 +++++++++++++++++
 src/unixhelper.cpp |   95 +++++++++++++++++++++++++++++++++++-----------
 src/unixhelper.h   |   43 +++++++++++++++------
 src/x2goclient.cpp |  107 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 244 insertions(+), 36 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