]> git.pond.sub.org Git - empserver/history - src/client/play.c
Use src/lib/w32/w32io.c for client
[empserver] / src / client / play.c
2009-12-05 Markus ArmbrusterUse src/lib/w32/w32io.c for client
2009-11-30 Markus ArmbrusterRevamp client's Windows POSIX compatibility code
2009-11-30 Markus ArmbrusterSimplify Windows client to react to Ctrl-C always
2009-04-25 Markus ArmbrusterFix misuse of CreateThread() in Windows client
2009-04-25 Markus ArmbrusterFix Windows client's stdin read thread's error handling
2009-04-11 Markus ArmbrusterFix client to abort script execution on SIGINT
2009-04-11 Markus ArmbrusterFix Windows client for EOF on stdin
2009-04-10 Markus ArmbrusterUse sys/select.h for select()
2009-04-05 Markus ArmbrusterFix client not to hang when EOF on stdin overtakes...
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-01 Ron KoenderinkFix client to allow multiple to clients to run concurre...
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-12-16 Ron Koenderink(sysdep_stdin_init) [_WIN32]: Add missing void for...
2007-12-14 Markus Armbruster(play): Failed to initialized sa.sa_mask.
2007-12-14 Markus Armbruster(parseid): New, factored out of recvline() and recv_out...
2007-12-13 Ron Koenderink(play) [_WIN32]: Remove the argumennts for sysdef_stdin...
2007-12-11 Ron Koenderink(w32_getpw, w32_socket, w32_connect, w32_recv, w32_send,
2007-12-08 Ron Koenderink(recv_input): Skip CR when creating command buffer.
2007-11-28 Markus ArmbrusterFlaws in the Empire protocol make redirections within...
2007-11-28 Markus Armbruster(play): Increment send_eof instead of setting it, decre...
2007-11-27 Markus Armbruster(play): Close input_fd when execute's done. Broken...
2007-11-18 Markus Armbruster(play): Continue after input read error, treating it...
2007-11-17 Markus ArmbrusterRewrite much of client's playing phase code: