.. |
.cvsignore
|
files to ignore by default in cvs operations
|
2001-06-18 14:37:23 +00:00 |
arpa_telnet.h
|
Added 'const' to the string arrays
|
2001-08-14 08:16:53 +00:00 |
base64.c
|
Andrew Francis base64 decode, my previous base64 encoder, new source header.
|
2001-08-03 13:51:44 +00:00 |
base64.h
|
fixed the header that wrongly was the krb4-style one
|
2001-08-03 13:52:06 +00:00 |
cookie.c
|
commented out empty else blocks to shut up pedantic compilers
|
2001-08-14 08:17:29 +00:00 |
cookie.h
|
|
|
curllib.dsp
|
S. Moonesamy updates, strtok.[ch] issues
|
2001-06-06 14:26:50 +00:00 |
curllib.dsw
|
turned newlines into DOS styles
|
2001-05-21 21:45:11 +00:00 |
dict.c
|
removed the *done() function as it served no purpose, added type casts when
|
2001-08-14 08:18:35 +00:00 |
dict.h
|
|
|
dllinit.c
|
made this whole file #ifdef WIN32
|
2001-08-06 12:16:19 +00:00 |
easy.c
|
Added an empty win32_cleanup for non-windows systems to prevent compiler
|
2001-08-14 08:19:40 +00:00 |
escape.c
|
added typecasts when converting from unsigned int to int
|
2001-08-14 08:20:17 +00:00 |
escape.h
|
|
|
file.c
|
size_t => ssize_t, removed the special VMS fix for that purpose
|
2001-08-14 08:22:27 +00:00 |
file.h
|
|
|
formdata.c
|
added a few consts and a few typecasts to please picky compiler options
|
2001-08-14 08:23:20 +00:00 |
formdata.h
|
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
|
2001-08-06 12:36:18 +00:00 |
ftp.c
|
corrected the size_t weirdness. Expect size_t to be unsigned. Moved most
|
2001-08-14 08:24:37 +00:00 |
ftp.h
|
|
|
getdate.c
|
re-generated
|
2001-05-31 07:02:31 +00:00 |
getdate.h
|
|
|
getdate.y
|
includes setup.h, and thus I could remove the _REENTRANT define
|
2001-05-31 07:00:21 +00:00 |
getenv.c
|
Nico Baggus' VMS adjustments
|
2001-08-06 12:19:26 +00:00 |
getinfo.c
|
|
|
getpass.c
|
Nico Baggus made it work and compile under VMS!
|
2001-08-06 12:20:28 +00:00 |
getpass.h
|
|
|
hostip.c
|
Nico Baggus' VMS adjustments
|
2001-08-06 12:19:26 +00:00 |
hostip.h
|
|
|
http_chunks.c
|
|
|
http_chunks.h
|
|
|
http.c
|
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
|
2001-08-06 12:36:18 +00:00 |
http.h
|
|
|
if2ip.c
|
VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become
|
2001-08-06 12:22:48 +00:00 |
if2ip.h
|
|
|
inet_ntoa_r.h
|
|
|
krb4.c
|
Sterling Hughes suggested we set 'static' before size_t...
|
2001-05-31 05:55:42 +00:00 |
krb4.h
|
|
|
ldap.c
|
|
|
ldap.h
|
|
|
libcurl.def
|
duplicate curl_unescape entry removed
|
2001-06-07 11:44:58 +00:00 |
Makefile.am
|
corrected the -version-info
|
2001-06-11 12:31:51 +00:00 |
Makefile.b32
|
Added $Id:$ string for file version in the header
|
2001-08-09 09:10:13 +00:00 |
Makefile.b32.resp
|
|
|
Makefile.m32
|
Added $Id:$ string for file version in the header
|
2001-08-09 09:10:13 +00:00 |
Makefile.vc6
|
Fixed bugs for building debug and SSL lib in VC makefile
|
2001-08-09 22:43:43 +00:00 |
memdebug.c
|
|
|
memdebug.h
|
Nico's VMS adjustment
|
2001-08-06 12:23:31 +00:00 |
mprintf.c
|
corrected dubious use of the same variable twice in a function call,
|
2001-08-14 06:06:15 +00:00 |
netrc.c
|
Nico's VMS fixes
|
2001-08-06 12:24:22 +00:00 |
netrc.h
|
|
|
progress.c
|
moved the download/upload speed calculations, to be made on every invoke
|
2001-08-10 06:24:49 +00:00 |
progress.h
|
|
|
security.c
|
|
|
security.h
|
|
|
sendf.c
|
Jonathan Hseu noticed that you couldn't get a header callback unless you
|
2001-08-06 08:22:26 +00:00 |
sendf.h
|
|
|
setup.h
|
adjusted for VMS
|
2001-08-06 12:27:28 +00:00 |
speedcheck.c
|
|
|
speedcheck.h
|
|
|
ssluse.c
|
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with
|
2001-08-08 07:16:47 +00:00 |
ssluse.h
|
T. Bharath's comments about SSL cleanup incorporated, and the two new
|
2001-05-28 14:12:43 +00:00 |
strequal.c
|
strlcat() is now Curl_strlcat() instead to prevent collisions when used with
|
2001-05-18 10:02:44 +00:00 |
strequal.h
|
our internal strlcat() is now named Curl_strlcat()
|
2001-05-18 12:03:30 +00:00 |
strtok.c
|
re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_
|
2001-05-29 19:20:21 +00:00 |
strtok.h
|
include setup.h _before_ system includes
|
2001-05-31 07:02:13 +00:00 |
telnet.c
|
|
|
telnet.h
|
|
|
timeval.c
|
|
|
timeval.h
|
|
|
transfer.c
|
corrected minor source indentation error
|
2001-08-10 14:10:19 +00:00 |
transfer.h
|
removed unused #ifdef'ed section
|
2001-05-11 11:38:42 +00:00 |
url.c
|
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with
|
2001-08-08 07:16:47 +00:00 |
url.h
|
|
|
urldata.h
|
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with
|
2001-08-08 07:16:47 +00:00 |
version.c
|
on albert chin's comment I remade the fix to set '\0' instead of 0 since
|
2001-04-24 06:12:07 +00:00 |