1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/server
Joe Mason 674da8ae07 Add a polling loop in main to read from more than one socket at once. Add the O_NONBLOCK and
SO_KEEPALIVE flag to all sockets. Note that several loops which used to continue on a return value
of 0 (theoretical since 0 would never be returned without O_NONBLOCK) now break on 0 so that they
won't continue reading until after poll is called again.
2012-08-02 18:52:38 -04:00
..
.gitignore gitignore: ignore fake_ntlm 2011-07-18 23:49:31 +02:00
base64.pl utility to base encode data passed on stdin 2004-11-29 12:09:05 +00:00
CMakeLists.txt removed trailing whitespace 2010-02-14 19:40:18 +00:00
fake_ntlm.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
getpart.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
getpart.h test servers: build adjustment 2012-04-10 17:32:06 +02:00
Makefile.am configure: NATIVE_WINDOWS no longer defined in config files 2012-04-12 13:08:48 +02:00
Makefile.inc test servers: build adjustment 2012-04-10 17:32:06 +02:00
resolve.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
rtspd.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
server_setup.h build adjustments: functionally revert commits 4d3fb91f and bbfe1182 2012-04-11 19:28:40 +02:00
server_sockaddr.h test servers: build adjustment 2012-04-10 17:32:06 +02:00
sockfilt.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
sws.c Add a polling loop in main to read from more than one socket at once. Add the O_NONBLOCK and 2012-08-02 18:52:38 -04:00
testpart.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
tftp.h headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usage 2012-04-14 15:12:30 +02:00
tftpd.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
util.c test servers: build adjustment 2012-04-10 17:32:06 +02:00
util.h test servers: build adjustment 2012-04-10 17:32:06 +02:00