[Dgd-osr-commits] [SCM] Dworkin's repository branch, dworkin, updated. e4d49d192b858209e0813c4e7a37
Brought to you by:
dworkin-sf
|
From: Felix A. C. <dwo...@us...> - 2011-07-17 21:28:36
|
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 "Dworkin's repository".
The branch, dworkin has been updated
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 e4d49d192b858209e0813c4e7a37d2265d1358a4
Author: Felix A. Croes <fe...@dw...>
Date: Sun Jul 17 23:26:10 2011 +0200
Ignore a.out in more places.
commit a7251e00e69a5fe67a888707d15fa0e27c281541
Author: Felix A. Croes <fe...@dw...>
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 <fe...@dw...>
Date: Fri Jul 15 12:46:48 2011 +0200
Initial relay file stubs.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
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 ++++++++++++++++++
6 files changed, 249 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
--
Dworkin's repository
|