..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c
make sure the returned pointer is NULL when encoding fails
2004-05-12 13:23:17 +00:00
base64.h
ca-bundle.crt
config-amigaos.h
config-mac.h
config-netware.h
cosmetic correction.
2004-06-10 22:24:37 +00:00
config-riscos.h
config-vms.h
config-win32.h
Gisle's adjustments to allow building with lcc-win32
2004-06-02 11:36:07 +00:00
config.dj
connect.c
Gisle Vanem's improved verbose output and timeout handling when connecting to
2004-06-10 11:06:21 +00:00
connect.h
content_encoding.c
Edited comments only.
2004-05-12 07:55:05 +00:00
content_encoding.h
cookie.c
While talking to host a.b.c, libcurl did wrongly not accept cookies that were
2004-05-21 20:40:15 +00:00
cookie.h
curllib.dsw
curlx.h
delete trailing whitespace
2004-05-24 11:57:34 +00:00
dict.c
dict.h
easy.c
Alexander Krasnostavsky's fix to make libcurl build fine with configure
2004-06-09 08:23:55 +00:00
escape.c
curl_free() doesn't free(NULL) but just returns
2004-05-13 15:16:36 +00:00
escape.h
file.c
Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the
2004-06-10 07:17:28 +00:00
file.h
initial support for "uploading" to file:// URLs
2004-05-25 21:47:29 +00:00
formdata.c
Allow formposting of files larger than what fits in memory by not reading the
2004-06-14 08:51:43 +00:00
formdata.h
Allow formposting of files larger than what fits in memory by not reading the
2004-06-14 08:51:43 +00:00
ftp.c
Alexander Krasnostavsky's fix to make libcurl build fine with configure
2004-06-09 08:23:55 +00:00
ftp.h
Curl_done() and the protocol-specific conn->curl_done() functions now all
2004-05-12 12:06:39 +00:00
getdate.c.cvs
getdate.h
getdate.y
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
getenv.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
getinfo.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
getinfo.h
hash.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
hash.h
hostares.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
hostasyn.c
+ when storing the address in the cache fails, cleanup the resolved address
2004-05-18 07:35:37 +00:00
hostip4.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
hostip6.c
Gisle Vanem's improved verbose output and timeout handling when connecting to
2004-06-10 11:06:21 +00:00
hostip.c
removed trailing whitespace
2004-06-10 11:56:02 +00:00
hostip.h
removed trailing whitespace
2004-06-10 11:56:02 +00:00
hostsyn.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
hostthre.c
Gisle Vanem's improved verbose output and timeout handling when connecting to
2004-06-10 11:06:21 +00:00
http_chunks.c
The Curl_unencode_XXX_write() function take a ssize_t as third argument, so
2004-05-12 07:54:44 +00:00
http_chunks.h
http_digest.c
Vincent Bronner made the code use the correct user name + password when
2004-06-03 10:42:20 +00:00
http_digest.h
return CURLDIGEST_NOMEM when a memory function fails to deliver
2004-05-13 14:14:03 +00:00
http_negotiate.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
http_negotiate.h
http_ntlm.c
remove trailing whitespace
2004-05-25 11:13:49 +00:00
http_ntlm.h
http.c
When doing auth negotiations or authprobing, we only consider HTTP code
2004-06-19 10:10:24 +00:00
http.h
Fix the auth code to enable us to i.e set DIGEST and then find out that the
2004-06-15 08:45:22 +00:00
if2ip.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
if2ip.h
inet_ntoa_r.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb4.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
krb4.h
ldap.c
Gisle: minor fix
2004-05-13 10:38:57 +00:00
ldap.h
no more Curl_ldap_done
2004-05-13 10:38:37 +00:00
libcurl.def
three new functions in the public API
2004-05-26 09:17:20 +00:00
libcurl.framework.make
libcurl.imp
Gnter Knauf's netware build fixes
2004-06-04 07:02:30 +00:00
libcurl.plist
libcurl.rc
corrected copyright.
2004-06-09 01:15:03 +00:00
llist.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
llist.h
Makefile.am
when producing curllib.dsp, include libcurl.def as a source file.
2004-06-09 06:54:12 +00:00
makefile.amiga
Makefile.b32
Makefile.b32.resp
makefile.dj
Makefile.m32
added the new source files.
2004-06-09 01:27:48 +00:00
Makefile.netware
removed unused include path.
2004-06-11 17:27:03 +00:00
Makefile.riscos
Makefile.vc6
David Byron made this use the mm lib by default, as was previously done. This
2004-06-01 08:09:43 +00:00
md5.c
md5.h
memdebug.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
memdebug.h
memory.h
mprintf.c
return faster when we "hit a wall" while printfing
2004-05-12 12:05:13 +00:00
msvcproj.foot
msvcproj.head
multi.c
new Curl_done() proto
2004-05-17 08:07:07 +00:00
netrc.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
netrc.h
nwlib.c
converted to UNIX format.
2004-06-10 21:20:15 +00:00
progress.c
quickfix to avoid division by zero, possibly we should go over all of these
2004-05-21 12:23:53 +00:00
progress.h
README.ares
README.curlx
README.encoding
README.memoryleak
security.c
curl_global_init_mem() allows the memory functions to be replaced.
2004-05-11 11:30:23 +00:00
security.h
sendf.c
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
2004-06-18 06:20:43 +00:00
sendf.h
Alexander Krasnostavsky's FTP third party transfer (proxy) support
2004-06-03 11:41:05 +00:00
setup.h
we actually build and run fine with libidn 0.4.1 too, so let's not require
2004-06-14 21:40:11 +00:00
share.c
Alexander Krasnostavsky's fix to make libcurl build fine with configure
2004-06-09 08:23:55 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c
prevent compiler warning
2004-06-19 09:38:08 +00:00
ssluse.h
strequal.c
added Curl_strcasestr() for case insensitive strstr() searching
2004-06-13 08:32:57 +00:00
strequal.h
added Curl_strcasestr() for case insensitive strstr() searching
2004-06-13 08:32:57 +00:00
strerror.c
added string for the new share error code
2004-05-14 11:46:35 +00:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
telnet.c
Curl_done() and the protocol-specific conn->curl_done() functions now all
2004-05-12 12:06:39 +00:00
telnet.h
Curl_done() and the protocol-specific conn->curl_done() functions now all
2004-05-12 12:06:39 +00:00
timeval.c
timeval.h
Gisle's adjustments to allow building with lcc-win32
2004-06-02 11:36:07 +00:00
transfer.c
Alexander Krasnostavsky fixed a flaw in the 3rd party transfer code that
2004-06-16 09:05:22 +00:00
transfer.h
Alexander Krasnostavsky's FTP third party transfer (proxy) support
2004-06-03 11:41:05 +00:00
url.c
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
2004-06-18 06:20:43 +00:00
url.h
I made Curl_done() take a pointer-pointer in the first argument instead, and
2004-05-17 08:05:46 +00:00
urldata.h
Keep the upload byte counter in an curl_off_t, not an int. 32bits is not
2004-06-16 09:28:47 +00:00
version.c
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
2004-05-24 07:40:00 +00:00