index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
server
/
rtspd.c
Age
Commit message (
Expand
)
Author
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-06-03
spelling fixes
Viktor Szakats
2017-12-06
tests: added netinet/in6.h includes in test servers
Randall S. Becker
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-07-16
rtspd: fix GCC warning after MSVC warning fix
Marcel Raad
2017-07-16
rtspd: fix MSVC level 4 warning
Marcel Raad
2017-05-04
tests/server: make string literals const
Marcel Raad
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-11-07
s/cURL/curl
Daniel Stenberg
2016-10-31
tests/util: get a private strncasecompare clone
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-04-03
tests/server: comply with our code style
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2013-01-09
test servers: handle W32/W64 SIGBREAK with exit_signal_handler
Yang Tse
2013-01-09
test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-04-10
test servers: build adjustment
Yang Tse
2010-12-02
fix compiler warning: rounding, sign extension, or loss of accuracy may result
Yang Tse
2010-11-28
atoi: remove atoi usage
Yang Tse
2010-11-19
test servers: fix strict aliasing compiler warnings
Yang Tse
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-22
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
Yang Tse
2010-02-19
fix compiler warning
Yang Tse
2010-02-18
fix compiler warning
Yang Tse
2010-02-16
fix Content-Length validation
Yang Tse
2010-02-15
fix compiler warning: conversion from "long" to "size_t" may lose sign
Yang Tse
2010-02-14
fix compiler warning
Yang Tse
2010-02-14
Overhauled test suite getpart() function. Fixing potential out of bounds
Yang Tse
2010-02-10
- remove extra "\r\n" from doc404_RTSP
Yang Tse
2010-02-04
Validate server port argument
Yang Tse
2010-02-02
avoid possibility of using obsoleted stuff
Yang Tse
2010-02-01
Test suite support for RTSP
Yang Tse