summaryrefslogtreecommitdiff
path: root/tests/server/getpart.c
Commit message (Expand)AuthorAgeFilesLines
* getpart: use correct variable typeMarcel Raad2017-05-011-2/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-3/+6
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-6/+3
* base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme2013-11-031-2/+2
* getpart: Fixed base64 encoded parts following commit e17c1b25bc33ebSteve Holme2013-11-021-29/+59
* WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse2013-07-191-3/+3
* Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse2013-07-181-0/+3
* Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg2013-05-121-3/+0
* WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usageYang Tse2013-03-251-0/+3
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* test servers: build adjustmentYang Tse2012-04-101-5/+2
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-2/+4
* Changed some nonportable typesDan Fandrich2011-04-051-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-261-3/+7
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2010-02-151-10/+13
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-141-125/+286
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-1/+3
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* fix compiler warningYang Tse2008-10-231-0/+9
* fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse2008-10-021-7/+13
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* header inclusion cleanupYang Tse2008-02-281-5/+1
* Ignore XML DOCTYPEs and declarations.Dan Fandrich2007-01-231-4/+7
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+13
* prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg2007-01-041-1/+6
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-231-2/+3
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-181-16/+0
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich2005-02-241-3/+6
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-2/+5
* include setup.h firstDaniel Stenberg2004-11-291-0/+2
* zero terminate the buffer spitout() returns, as the sws.c code depends onDaniel Stenberg2004-11-291-3/+6
* Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg2004-11-291-14/+50
* minor variable type cleanupsDaniel Stenberg2004-03-231-1/+1
* use size_t for string lengthsDaniel Stenberg2004-03-101-6/+7
* fix protos to prevent warningsDaniel Stenberg2004-02-201-1/+26
* Peter Pentchev found two problems. One realloc problem that could allocateDaniel Stenberg2003-09-031-3/+11
* Gisle Vanem fixed a single-byte overflowDaniel Stenberg2003-08-081-1/+1
* added a default to the switch() in order to prevent a compiler warningDaniel Stenberg2003-01-231-0/+2
* removed compiler warningsDaniel Stenberg2002-05-171-2/+2
* adjusted to work on test case 11 betterDaniel Stenberg2002-02-221-1/+1
* hide debug output from screen, use log/ for logfilesDaniel Stenberg2002-02-221-5/+11