aboutsummaryrefslogtreecommitdiff
path: root/tests/server/getpart.c
AgeCommit message (Expand)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2017-09-15server/getpart: provide dummy function to build conversion enabledDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-05-01getpart: use correct variable typeMarcel Raad
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-03tests/server: comply with our code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2013-11-03base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme
2013-11-02getpart: Fixed base64 encoded parts following commit e17c1b25bc33ebSteve Holme
2013-07-19WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse
2013-07-18Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse
2013-05-12Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg
2013-03-25WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usageYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-04-10test servers: build adjustmentYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-04-05Changed some nonportable typesDan Fandrich
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-26fix compiler warningYang Tse
2010-02-15fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse
2010-02-14Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse
2010-02-02avoid possibility of using obsoleted stuffYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2008-10-23fix compiler warningYang Tse
2008-10-02fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2008-02-28header inclusion cleanupYang Tse
2007-01-23Ignore XML DOCTYPEs and declarations.Dan Fandrich
2007-01-23Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich
2007-01-04prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg
2006-10-27Update copyright year, since the file has been modifiedYang Tse
2006-10-23Replace is*() macros with our own IS*() ones.Yang Tse
2005-04-18Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-02-24Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich
2005-02-22Curl_base64_decode() now returns an allocated bufferDaniel Stenberg
2004-11-29include setup.h firstDaniel Stenberg
2004-11-29zero terminate the buffer spitout() returns, as the sws.c code depends onDaniel Stenberg
2004-11-29Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg
2004-03-23minor variable type cleanupsDaniel Stenberg
2004-03-10use size_t for string lengthsDaniel Stenberg
2004-02-20fix protos to prevent warningsDaniel Stenberg
2003-09-03Peter Pentchev found two problems. One realloc problem that could allocateDaniel Stenberg
2003-08-08Gisle Vanem fixed a single-byte overflowDaniel Stenberg