History log of /curl/tests/server/rtspd.c (Results 51 – 66 of 66)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0
# 4d3fb91f 10-Apr-2012 Yang Tse

test servers: build adjustment

Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might
leak from lib/setup.h into source files where this should not be defined.


Revision tags: curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3
# 07f60235 02-Dec-2010 Yang Tse

fix compiler warning: rounding, sign extension, or loss of accuracy may result


# 5db0a412 28-Nov-2010 Yang Tse

atoi: remove atoi usage


# a768e39b 19-Nov-2010 Yang Tse

test servers: fix strict aliasing compiler warnings


Revision tags: curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# 439f62bf 22-Feb-2010 Yang Tse

convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse
later in our test harness.


# 04843834 19-Feb-2010 Yang Tse

fix compiler warning


# 6e461e45 18-Feb-2010 Yang Tse

fix compiler warning


# f442dd64 16-Feb-2010 Yang Tse

fix Content-Length validation


# d5b2d8e0 15-Feb-2010 Yang Tse

fix compiler warning: conversion from "long" to "size_t" may lose sign


# 22686572 14-Feb-2010 Yang Tse

fix compiler warning


# 68d83a81 14-Feb-2010 Yang Tse

Overhauled test suite getpart() function. Fixing potential out of bounds
stack and memory overwrites triggered with huge test case definitions.


# d20a2469 10-Feb-2010 Yang Tse

- remove extra "\r\n" from doc404_RTSP

- avoid memory alignment issue when setting RTSP packet length


Revision tags: curl-7_20_0
# f47b84b5 04-Feb-2010 Yang Tse

Validate server port argument


# 232d17ec 02-Feb-2010 Yang Tse

avoid possibility of using obsoleted stuff


# 35fbeda0 01-Feb-2010 Yang Tse

Test suite support for RTSP


123