curl/tests/server
Yang Tse fd00b382b2 base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Previous interfaces for these libcurl internal functions did not allow to tell
apart a legitimate zero size result from an error condition. These functions
now return a CURLcode indicating function success or otherwise specific error.
Output size is returned using a pointer argument.

All usage of these two functions, and others closely related, has been adapted
to the new interfaces. Relative error and OOM handling adapted or added where
missing. Unit test 1302 also adapted.
2011-08-24 08:10:30 +02:00
..
.gitignore gitignore: ignore fake_ntlm 2011-07-18 23:49:31 +02:00
base64.pl
CMakeLists.txt
fake_ntlm.c NTLM single-sign on adjustments (VIII) 2011-07-31 20:44:41 +02:00
getpart.c base64: fix Curl_base64_encode and Curl_base64_decode interfaces 2011-08-24 08:10:30 +02:00
getpart.h
Makefile.am distribution: Fix EXTRA_DIST letter case 2011-05-27 13:37:20 +02:00
Makefile.inc test2005: verify ntlm single-signon 2011-07-18 23:48:53 +02:00
resolve.c
rtspd.c fix compiler warning: rounding, sign extension, or loss of accuracy may result 2010-12-02 18:46:13 +01:00
server_sockaddr.h test servers: fix strict aliasing compiler warnings 2010-11-19 19:20:38 +01:00
sockfilt.c test servers: fix strict aliasing compiler warnings 2010-11-19 19:20:38 +01:00
sws.c sws: don't enable pipelining for requests with content-length 2011-07-17 00:39:23 +02:00
testpart.c
tftp.h
tftpd.c write: add return code checks when used 2011-06-11 23:01:09 +02:00
util.c
util.h