Revert "Update to 7.44.0"
[platform/upstream/curl.git] / tests / server / getpart.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2013-11-03 Steve Holmebase64: Fixed compilation warnings when using Curl_base...
2013-11-02 Steve Holmegetpart: Fixed base64 encoded parts following commit...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-07-19 Yang TseWIN32 MemoryTracking: require UNICODE for wide strdup...
2013-07-18 Yang TseReinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-05-12 Daniel StenbergRevert "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-03-25 Yang TseWIN32 MemoryTracking: track wcsdup() _wcsdup() and...
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-04-10 Yang Tsetest servers: build adjustment
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-04-06 Dan FandrichChanged some nonportable types
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-26 Yang Tsefix compiler warning
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2010-02-14 Yang TseOverhauled test suite getpart() function. Fixing potent...
2010-02-02 Yang Tseavoid possibility of using obsoleted stuff
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-10-23 Yang Tsefix compiler warning
2008-10-02 Yang Tsefix compiler warning: dereferencing type-punned pointer...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-02-28 Yang Tseheader inclusion cleanup
2007-01-23 Dan FandrichIgnore XML DOCTYPEs and declarations.
2007-01-23 Dan FandrichConvert (most of) the test data files into genuine...
2007-01-04 Daniel Stenbergprevent compiler warning since we use base64.h from...
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-10-23 Yang TseReplace is*() macros with our own IS*() ones.
2005-04-18 Daniel StenbergModified the FTP server to use the new 'sockfilt' progr...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-02-24 Dan FandrichFixed some compiler warnings. Fixed a low incidence...
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2004-11-29 Daniel Stenberginclude setup.h first
2004-11-29 Daniel Stenbergzero terminate the buffer spitout() returns, as the...
2004-11-29 Daniel StenbergEnable test cases to provide sections base64-encoded...
2004-03-23 Daniel Stenbergminor variable type cleanups
2004-03-10 Daniel Stenberguse size_t for string lengths
2004-02-20 Daniel Stenbergfix protos to prevent warnings
2003-09-03 Daniel StenbergPeter Pentchev found two problems. One realloc problem...
2003-08-08 Daniel StenbergGisle Vanem fixed a single-byte overflow
2003-01-23 Daniel Stenbergadded a default to the switch() in order to prevent...
2002-05-17 Daniel Stenbergremoved compiler warnings
2002-02-22 Daniel Stenbergadjusted to work on test case 11 better
2002-02-22 Daniel Stenberghide debug output from screen, use log/ for logfiles
2002-02-19 Daniel Stenberga minor step forwards
2002-02-07 Daniel Stenbergthe initial C code for the new HTTP test server