[X2Go-Commits] [x2goclient] branch bugfix/osx updated (ffb88a5 -> 1695a36)

git-admin at x2go.org git-admin at x2go.org
Mon May 25 02:41:14 CEST 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  ffb88a5   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  5b9a19c   macbuild.sh: add phase output for bundling nxproxy.
  discards  6b0abfe   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  14abcb7   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  2d95731   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  bc343f6   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  cb80887   macbuild.sh: add new repeat_str() helper function.
  discards  bae4b60   macbuild.sh: add new get_nesting_level() helper function.
  discards  4068480   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  bb25cbd   macbuild.sh: add new dependency_error() helper function.
  discards  b3c0791   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  02636d3   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  937cb33   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  253f411   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  9519c58   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  c4fbbc7   compat.{cpp,h}: new files. Implements strndup on OS X 10.6 and below. Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
  discards  7c4382b   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  4f40993   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  29c1b1b   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  57e260c   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  01c8f30   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  c3ef5db   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  ebc5457   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  515d424   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  eff85e1   x2goclient.cpp: fix string comparison.
  discards  8ea5210   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  40bedba   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  ca7b166   x2goclient.cpp: clean up.
  discards  e9c78cc   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  d1ef997   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  366aeb1   unixhelper.cpp: kill process group on error.
  discards  302cdef   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  188f981   unixhelper.{cpp,h}: add documentation/comments.
  discards  8bf9126   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  a6b1ccc   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  2a6dde3   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  ee79211   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  e0b4f8a   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  6d8e68f   x2goclient.cpp: add myself to copyright header.
  discards  e616d36   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  1c561a8   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  1f1a968   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  42bd7f7   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  379e418   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  687948e   sshmasterconnection.cpp: fix typo in last commit leading to a compile failure, correct content, remove superfluous newlines.
       new  453616e   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  dc92061   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  d94458c   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  479dad5   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  6320dd3   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  edbcec3   x2goclient.cpp: add myself to copyright header.
       new  ccaced8   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  c1181d6   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  4daeb49   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  2598759   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  5e8a2be   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  ed9c1f9   unixhelper.{cpp,h}: add documentation/comments.
       new  ca7559c   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  dd93e12   unixhelper.cpp: kill process group on error.
       new  afec62b   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  3127f76   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  1bf2c4e   x2goclient.cpp: clean up.
       new  0193375   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  c556139   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  242ed48   x2goclient.cpp: fix string comparison.
       new  19a072a   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  23f5c47   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  c206a5c   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  b8ff502   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  d5dc850   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  8514e41   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  e0dcde0   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  c3b9074   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  ceda7a9   compat.{cpp,h}: new files. Implements strndup on OS X 10.6 and below. Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
       new  a2ccff6   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  7a7a423   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  eb081af   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  74272ba   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  ced4645   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  ecfafcd   macbuild.sh: add new dependency_error() helper function.
       new  96c770b   macbuild.sh: add new lazy_canonical_path() helper function.
       new  5685e1a   macbuild.sh: add new get_nesting_level() helper function.
       new  b9c0353   macbuild.sh: add new repeat_str() helper function.
       new  d24693f   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  2e2bdee   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  38c2ec4   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  79f3770   macbuild.sh: copy PulseAudio libraries and binaries.
       new  ee1f488   macbuild.sh: add phase output for bundling nxproxy.
       new  1695a36   macbuild.sh: add work-in-progress PulseAudio bundling.

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   (ffb88a5)
            \
             N -- N -- N   refs/heads/bugfix/osx (1695a36)

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