[X2Go-Commits] [libx2goclient] branch master updated (e8e0045 -> 36728ad)

git-admin at x2go.org git-admin at x2go.org
Mon Jul 15 13:27:48 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  e8e0045   .gitignore: update with more build cruft.
       new  14ecc65   src/x2goclient-object.h: forgot include guard change.
       new  10a0c2b   src/x2goclient-object.c: not a header, so drop the include guards.
       new  8d8ada1   src/: add new x2goclient-network skeleton.
       new  d9e44ce   src/Makefile.am: reference x2goclient-network.
       new  8649100   po/POTFILES.in: reference x2goclient-network.
       new  9385bf1   src/x2goclient-network.{h,c}: implement basic abstract network object classes.
       new  1b59100   src/: add x2goclient-network-ssh.{c,h} stubs.
       new  8910860   src/Makefile.am: reference x2goclient-network-ssh.
       new  48b5bb7   po/POTFILES.in: reference x2goclient-network-ssh.
       new  36728ad   src/x2goclient-network-ssh.{c,h}: implement stub classes.

The 10 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:
 po/POTFILES.in                                     |  2 +
 src/Makefile.am                                    |  4 +
 ...2goclient-object.c => x2goclient-network-ssh.c} | 33 ++++++--
 ...2goclient-object.h => x2goclient-network-ssh.h} | 22 ++++-
 src/x2goclient-network.c                           | 93 ++++++++++++++++++++++
 src/{x2goclient-object.h => x2goclient-network.h}  | 24 +++++-
 src/x2goclient-object.c                            |  5 --
 src/x2goclient-object.h                            |  6 +-
 8 files changed, 167 insertions(+), 22 deletions(-)
 copy src/{x2goclient-object.c => x2goclient-network-ssh.c} (57%)
 copy src/{x2goclient-object.h => x2goclient-network-ssh.h} (56%)
 create mode 100644 src/x2goclient-network.c
 copy src/{x2goclient-object.h => x2goclient-network.h} (59%)

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