summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-8/+0
* sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg2013-06-041-2/+16
* Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg2013-05-121-3/+0
* sockfilt.c: Fixed detection of client-side connection closeMarc Hoersken2013-04-061-12/+33
* sockfilt.c: Reduce CPU load while running under a Windows PIPEMarc Hoersken2013-04-061-1/+4
* tftpd.c: Apply sread timeout to the whole data transfer sessionMarc Hoersken2013-04-061-17/+20
* tftpd.c: Follow up cleanup and restore of previous sockoptMarc Hoersken2013-04-061-3/+6
* tftpd.c: Fixed sread timeout on Windows by setting it manuallyMarc Hoersken2013-04-061-0/+13
* util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8Marc Hoersken2013-04-061-56/+0
* util.c: Follow up cleanup on eeefcdfMarc Hoersken2013-04-061-7/+7
* cpp: use #ifdef __MINGW32__ to avoid compiler complaintsDaniel Stenberg2013-04-061-1/+1
* util.c: Made write_pidfile write the correct PID on MinGW/MsysMarc Hoersken2013-04-061-0/+56
* sockfilt.c: Fixed handling of multiple fds being signaledMarc Hoersken2013-04-051-2/+2
* sockfilt.c: Added wrapper functions to fix Windows console issuesMarc Hoersken2013-04-041-2/+69
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-102/+81
* WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usageYang Tse2013-03-251-0/+3
* HTTP proxy: insert slash in URL if missingDaniel Stenberg2013-03-151-8/+48
* cmake: Fix mingw buildMatt Arsenault2013-02-041-1/+0
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-18/+18
* sockfilt.c: log file descriptor number on read/write errorYang Tse2013-01-111-0/+2
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-094-0/+60
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-096-78/+112
* sockfilt.c: fix some W64 compiler warningsYang Tse2013-01-091-4/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-093-5/+5
* sockfilt.c: fix some compiler warningsYang Tse2013-01-081-18/+16
* tests/server/sockfilt.c: Fixed integer comparison warningMarc Hoersken2013-01-071-15/+16
* tests/server/sockfilt.c: Include required Win32 headersMarc Hoersken2013-01-071-0/+5
* tests/server/sockfilt.c: Fixed support for listening socketsMarc Hoersken2013-01-061-34/+108
* tests/server/sockfilt.c: Set Windows Console to binary modeMarc Hoersken2013-01-061-0/+4
* tests/server/sockfilt.c: Improved log error messagesMarc Hoersken2013-01-061-7/+13
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-0613-49/+48
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-032-16/+16
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-2813-32/+33
* sockfilt.c: commit b44da5a82a follow-up 2Yang Tse2012-12-261-4/+5
* sockfilt.c: commit b44da5a82a follow-upYang Tse2012-12-261-1/+1
* sockfilt.c: fix some compiler warningsYang Tse2012-12-261-15/+25
* socklift.c: Quick fix to re-add missing codeMarc Hoersken2012-12-251-0/+2
* socklift.c: Added select_ws function to support WindowsMarc Hoersken2012-12-251-12/+144
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-147-43/+1
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-2/+1
* build: prevent global LIBS from influencing test server build targetsYang Tse2012-11-291-0/+4
* build: fix Windows build targets damaged since commit 550e403f00Yang Tse2012-11-281-1/+1
* build: avoid linkage of directly unused librariesYang Tse2012-11-281-7/+7
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-12/+12
* sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* Fix some compiler warnings.Guenter Knauf2012-08-081-3/+3
* sws: close sockets properlyJoe Mason2012-08-071-3/+3
* Remove debug logs that were accidentally checked inJoe Mason2012-08-071-2/+0
* Use select in sws, which has better cross-platform support than pollJoe Mason2012-08-071-34/+47
* Use cross-platform curlx_nonblock instead of fcntl in swsJoe Mason2012-08-071-5/+4