aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib571.c
AgeCommit message (Collapse)Author
2012-03-22fix several compiler warningsYang Tse
2011-09-06test suite: libtest header inclusion cleanupYang Tse
Added missing memoryTracking to test cases 560 and 583. If this triggers leak detection on these, it only means that previously it was going unnoticed.
2011-03-10sources: update source headersDaniel Stenberg
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-06OOM handling fixYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05Addes OOM handling for curl_easy_setopt() calls in testYang Tse
2010-02-03Fix portability issue related with unaligned memory accessYang Tse
2010-02-02include headersYang Tse
2010-02-01Conroy added a check to the coded message size since the docs stipulateYang Tse
that each call will contain a full protocol packet.
2010-01-28portability fixYang Tse
2010-01-28Chris Conroy provided first RTSP testsYang Tse