[DGD] [SCM] DGD branch, master, updated. 51965a67e8794cecae0a710beb25314e704c2bc6

Felix A. Croes dworkin-sf at users.sourceforge.net
Mon Jul 18 14:39:14 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DGD".

The branch, master has been updated
       via  51965a67e8794cecae0a710beb25314e704c2bc6 (commit)
       via  e4d49d192b858209e0813c4e7a37d2265d1358a4 (commit)
       via  a7251e00e69a5fe67a888707d15fa0e27c281541 (commit)
       via  db8a039b91b1d0661e7b5c7f9258c9c852edeff5 (commit)
      from  03d566c8d3dd6bfca17a9aaf6c314562e147938c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 51965a67e8794cecae0a710beb25314e704c2bc6
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jul 18 01:10:16 2011 +0200

    Fix select() call, and update Changelog.

commit e4d49d192b858209e0813c4e7a37d2265d1358a4
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sun Jul 17 23:26:10 2011 +0200

    Ignore a.out in more places.

commit a7251e00e69a5fe67a888707d15fa0e27c281541
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sun Jul 17 22:14:42 2011 +0200

    Implement the relay program.
    
    Relay is a small program that connects to a DGD server, logs in as
    directed by an input script, and then executes a secondary program
    with the connection to the server as stdin and stdout.
    
    Relay is intended for those cases where integrating foreign code into
    DGD is hard, because of DGD's deliberate limitations, because of atomic
    rollback, or because DGD's internal structure is a bad match for what is
    required.

commit db8a039b91b1d0661e7b5c7f9258c9c852edeff5
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Fri Jul 15 12:46:48 2011 +0200

    Initial relay file stubs.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                         |    2 +
 Changelog                          |    7 ++
 src/Makefile                       |   12 +++-
 src/{parser => relay}/Makefile     |   36 +++++----
 src/relay/login.c                  |  144 ++++++++++++++++++++++++++++++++++++
 src/{comp/comp.h => relay/login.h} |    5 +-
 src/relay/relay.c                  |   71 ++++++++++++++++++
 7 files changed, 256 insertions(+), 21 deletions(-)
 copy src/{parser => relay}/Makefile (59%)
 create mode 100644 src/relay/login.c
 copy src/{comp/comp.h => relay/login.h} (85%)
 create mode 100644 src/relay/relay.c


hooks/post-receive
-- 
DGD



More information about the DGD mailing list