[X2Go-Commits] [libx2goclient] branch master updated (657b2a0 -> 5dbe21d)
git-admin at x2go.org
git-admin at x2go.org
Mon Aug 19 15:47:02 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository libx2goclient.
from 657b2a0 src/x2goclient-network-ssh.c: fix error handling in parse_sockspec () family.
new 0495829 src/x2goclient-network.c: implement destruction phase.
new 52d658e src/x2goclient-network-ssh.c: implement destruction phase.
new cd02b55 src/test/sshtest.c: clean up object.
new 34419f5 src/x2goclient-network-ssh.c: move initialization and destruction code up.
new f347bb8 src/x2goclient-network.c: move initialization/destruction functions up.
new f742f66 src/x2goclient-network-ssh.c: the parent structures in the instance structure are actually instances, not classes.
new db0cc9a src/x2goclient-network.c: use a slightly different notation for function pointers, no actual behavioral change.
new 5cbd632 src/x2goclient-network.c: implement session-path property.
new 7aa1bca src/x2goclient-network-ssh.{c,h}: implement usage of session-path property in base class.
new 9b0dce2 src/test/sshtest.c: use new session-path property and provoke an error to test the functionality.
new 9abcdb1 src/test/sshtest.c: more data freeing.
new e1f8b53 src/x2goclient-network-ssh.c: rename err arguments to gerr.
new f596c41 src/x2goclient-network.{c,h}: let connect method take a GError parameter.
new d5eaf76 src/x2goclient-network-ssh.{c,h}: port connect () vfunc gerr change.
new 6bb2357 src/test/sshtest.c: pass gerr parameter to connect wrapper.
new 2079b54 src/x2goclient-network-ssh.{c,h}: move error helpers to header file to make it public.
new b477942 src/x2goclient-network-ssh.c: register control socket path.
new 5dbe21d src/x2goclient-network-ssh.{c,h}: start implementing connect () vfunc, create parent directory to control socket.
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:
src/test/sshtest.c | 23 +++++-
src/x2goclient-network-ssh.c | 174 ++++++++++++++++++++++++++++---------------
src/x2goclient-network-ssh.h | 18 ++++-
src/x2goclient-network.c | 112 ++++++++++++++++++++--------
src/x2goclient-network.h | 4 +-
5 files changed, 233 insertions(+), 98 deletions(-)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list