index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
server
/
getpart.c
Age
Commit message (
Expand
)
Author
2020-03-24
copyright: fix out-of-date copyright ranges and missing headers
Daniel Stenberg
2018-06-11
cppcheck: fix warnings
Marian Klymov
2017-09-15
server/getpart: provide dummy function to build conversion enabled
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-05-01
getpart: use correct variable type
Marcel Raad
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-03
tests/server: comply with our code style
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2013-11-03
base64: Fixed compilation warnings when using Curl_base64_decode()
Steve Holme
2013-11-02
getpart: Fixed base64 encoded parts following commit e17c1b25bc33eb
Steve Holme
2013-07-19
WIN32 MemoryTracking: require UNICODE for wide strdup code support
Yang Tse
2013-07-18
Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".
Yang Tse
2013-05-12
Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"
Daniel Stenberg
2013-03-25
WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-04-10
test servers: build adjustment
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-24
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Yang Tse
2011-04-05
Changed some nonportable types
Dan Fandrich
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-26
fix compiler warning
Yang Tse
2010-02-15
fix compiler warning: conversion from "long" to "size_t" may lose sign
Yang Tse
2010-02-14
Overhauled test suite getpart() function. Fixing potential out of bounds
Yang Tse
2010-02-02
avoid possibility of using obsoleted stuff
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-10-23
fix compiler warning
Yang Tse
2008-10-02
fix compiler warning: dereferencing type-punned pointer will break strict-ali...
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-08-17
libcurl internal base64.h header file renamed to curl_base64.h
Yang Tse
2008-02-28
header inclusion cleanup
Yang Tse
2007-01-23
Ignore XML DOCTYPEs and declarations.
Dan Fandrich
2007-01-23
Convert (most of) the test data files into genuine XML. A handful still
Dan Fandrich
2007-01-04
prevent compiler warning since we use base64.h from libcurl which now has
Daniel Stenberg
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-10-23
Replace is*() macros with our own IS*() ones.
Yang Tse
2005-04-18
Modified the FTP server to use the new 'sockfilt' program to do all the socket
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-02-24
Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...
Dan Fandrich
2005-02-22
Curl_base64_decode() now returns an allocated buffer
Daniel Stenberg
2004-11-29
include setup.h first
Daniel Stenberg
2004-11-29
zero terminate the buffer spitout() returns, as the sws.c code depends on
Daniel Stenberg
2004-11-29
Enable test cases to provide sections base64-encoded to be able to test
Daniel Stenberg
2004-03-23
minor variable type cleanups
Daniel Stenberg
2004-03-10
use size_t for string lengths
Daniel Stenberg
2004-02-20
fix protos to prevent warnings
Daniel Stenberg
2003-09-03
Peter Pentchev found two problems. One realloc problem that could allocate
Daniel Stenberg
2003-08-08
Gisle Vanem fixed a single-byte overflow
Daniel Stenberg
[next]