summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-1/+1
* tests: log a too-long Unix socket path in sws and socksdDan Fandrich2023-04-112-4/+5
* sws: comparison of unsigned expression < 0 is always falseDaniel Stenberg2023-04-071-2/+2
* tests: increase sws timeout for more robust testingStefan Eissing2023-04-061-7/+26
* tests: fix fake_ntlm to run with a dynamic log directoryDan Fandrich2023-03-307-19/+25
* tests: fix C servers to run with a dynamic log directoryDan Fandrich2023-03-305-42/+104
* rtsp: skip malformed RTSP interleaved frame datadengjfzh2023-03-301-6/+10
* server/getpart: clear the buffer before loadDaniel Stenberg2023-03-231-1/+2
* sws: fix typo, indentation add more ws loggingDaniel Stenberg2023-02-101-27/+32
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-0322-23/+23
* server/sws: if asked to close connection, skip the websocket handlingDaniel Stenberg2022-12-131-2/+6
* style: use space after comment start and before comment endDaniel Stenberg2022-10-302-2/+2
* tests/server: make use of strcasecompare from lib/Daniel Stenberg2022-10-302-25/+1
* misc: typo and grammar fixesAyesh Karunaratne2022-10-272-4/+4
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-1/+0
* test644: verify --xattr (with redirect)Daniel Stenberg2022-10-223-0/+8
* tests: avoid CreateThread if _beginthreadex is availableMarc Hoersken2022-10-192-10/+45
* lib and tests: add missing curl.h includesMarcel Raad2022-09-121-0/+2
* tests: add websockets testsDaniel Stenberg2022-09-091-11/+65
* curl_ctype: convert to macros-onlyDaniel Stenberg2022-09-061-1/+0
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-0/+2
* tests/server/sockfilt.c: avoid race condition without a mutexMarc Hoersken2022-08-231-124/+69
* copyright: make repository REUSE compliantmax.mehl2022-06-1322-12/+58
* server/sws: support spaces in the HTTP request pathDaniel Stenberg2022-06-081-140/+132
* misc: spelling improvementsFabian Keil2022-06-051-1/+1
* headers api: remove EXPERIMENTAL tagDaniel Stenberg2022-05-301-1/+1
* tests/server/sws.c: change the HTTP writedelay unit to millisecondsFabian Keil2022-05-111-7/+16
* tests/server: declare variable 'reqlogfile' staticFabian Keil2022-05-051-1/+1
* misc: update copyright year rangesDaniel Stenberg2022-04-252-2/+2
* timediff.[ch]: add curlx helper functions for timeval conversionsMarc Hoersken2022-04-172-1/+4
* tests: refactor server/socksd.c to support --unix-socketBalakrishnan Balasubramanian2022-04-174-95/+170
* scripts: move three scripts from lib/ to scripts/Daniel Stenberg2022-03-231-1/+1
* tests/server/util.h: align WIN32 condition with util.cMarc Hoersken2022-03-231-3/+1
* configure: add --enable-headers-api to enable the headers APIDaniel Stenberg2022-03-221-1/+4
* tool and tests: force flush of all buffers at end of programMarc Hoersken2022-03-132-5/+10
* configure: remove support for "embedded ares"Daniel Stenberg2022-02-071-11/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-59/+1
* runtests.pl: support the nonewline attribute for the data partFabian Keil2022-01-101-1/+10
* tests/server/getpart.c: properly deal with binary data containing NUL bytesFabian Keil2022-01-071-10/+39
* server/socksd: log atyp + address in a separate logDaniel Stenberg2022-01-031-0/+40
* socks5: use appropriate ATYP for numerical IP address host namesDaniel Stenberg2022-01-031-1/+2
* sws: fix memory leak on exitJay Satiro2021-10-141-5/+7
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-231-6/+6
* tests: adjust the tftpd output to work with hyper modeDaniel Stenberg2021-09-011-3/+3
* tests/server/*.c: align handling of portfile argument and fileMarc Hoersken2021-08-176-25/+47
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-162-2/+2
* tool/tests: fix potential year 2038 issuesBin Lan2021-07-301-2/+2
* tests/servers: remove obsolete pid variableMarc Hoersken2021-07-253-12/+3
* tests/servers: use our platform-aware pid for server verificationMarc Hoersken2021-07-255-12/+22
* cmake: fix support for UnixSockets feature on Win32Li Xinwei2021-06-211-5/+9