summaryrefslogtreecommitdiff
path: root/tests/server/rtspd.c
Commit message (Expand)AuthorAgeFilesLines
* tests/server: make string literals constMarcel Raad2017-05-041-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-6/+12
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-311-3/+3
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-48/+59
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-30/+14
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-091-0/+15
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-091-19/+26
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* test servers: build adjustmentYang Tse2012-04-101-5/+2
* fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse2010-12-021-1/+1
* atoi: remove atoi usageYang Tse2010-11-281-2/+2
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-191-14/+12
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-2/+1
* fix compiler warningYang Tse2010-02-191-1/+2
* fix compiler warningYang Tse2010-02-181-4/+3
* fix Content-Length validationYang Tse2010-02-161-2/+4
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2010-02-151-3/+14
* fix compiler warningYang Tse2010-02-141-2/+2
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-141-9/+44
* - remove extra "\r\n" from doc404_RTSPYang Tse2010-02-101-4/+8
* Validate server port argumentYang Tse2010-02-041-1/+10
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-0/+2
* Test suite support for RTSPYang Tse2010-02-011-0/+1410