summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* sockfilt.c: clean up threaded approach and add documentationMarc Hoersken2014-04-221-48/+137
* sockfilt.c: zero initialize variableMarc Hoersken2014-04-221-0/+1
* sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken2014-04-221-3/+7
* sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken2014-04-201-14/+79
* sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken2014-04-201-4/+13
* sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken2014-04-201-0/+6
* sockfilt.c: add undefs which are required after 6239146eMarc Hoersken2014-02-161-0/+2
* sockfilt.c: follow up cleanup commit on 49b63cf3Marc Hoersken2014-01-261-3/+3
* sockfilt.c: fixed and simplified Windows select functionMarc Hoersken2014-01-261-46/+21
* base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme2013-11-031-2/+2
* getpart: Fixed base64 encoded parts following commit e17c1b25bc33ebSteve Holme2013-11-021-29/+59
* tftpd: support "writedelay" within <servercmd>Daniel Stenberg2013-08-221-3/+80
* tftpd: convert 6 global variables into local onesDaniel Stenberg2013-08-221-8/+8
* WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse2013-07-191-3/+3
* Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse2013-07-181-0/+3
* 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