1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
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 utility to base encode data passed on stdin 2004-11-29 12:09:05 +00:00
CMakeLists.txt removed trailing whitespace 2010-02-14 19:40:18 +00:00
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 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
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 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
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 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
tftp.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
tftpd.c write: add return code checks when used 2011-06-11 23:01:09 +02:00
util.c remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
util.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00