.. |
.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
|
#include <curl/mprintf.h>
|
2001-08-14 09:25:15 +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
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
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
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
dllinit.c
|
made this whole file #ifdef WIN32
|
2001-08-06 12:16:19 +00:00 |
easy.c
|
internal functions should not use 'CURL *' as arguments, I replaced them
|
2001-08-15 06:51:37 +00:00 |
escape.c
|
added typecasts when converting from unsigned int to int
|
2001-08-14 08:20:17 +00:00 |
escape.h
|
the new escape/unescape function setup
|
2001-03-22 11:40:58 +00:00 |
file.c
|
size_t => ssize_t, removed the special VMS fix for that purpose
|
2001-08-14 08:22:27 +00:00 |
file.h
|
remade FILE:// support to look more as the other protocols
|
2001-03-05 13:39:01 +00:00 |
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
|
const fixes
|
2001-08-15 18:42:17 +00:00 |
ftp.h
|
Curl_ftpsendf's third argument is now a const char *
|
2001-08-14 08:25:08 +00:00 |
getdate.c
|
re-generated
|
2001-05-31 07:02:31 +00:00 |
getdate.h
|
moved here from the newlib branch
|
2000-05-22 14:12:12 +00:00 |
getdate.y
|
includes setup.h, and thus I could remove the _REENTRANT define
|
2001-05-31 07:00:21 +00:00 |
getenv.c
|
added const to the function protos
|
2001-08-14 08:25:47 +00:00 |
getinfo.c
|
Added Curl_initinfo() that's supposed to init session-specific getinfo-
|
2001-08-15 06:52:15 +00:00 |
getinfo.h
|
prototypes for getinfo.c
|
2001-08-15 06:52:33 +00:00 |
getpass.c
|
Nico Baggus made it work and compile under VMS!
|
2001-08-06 12:20:28 +00:00 |
getpass.h
|
added const to the prompt char * in the proto
|
2001-08-14 08:27:07 +00:00 |
hostip.c
|
Nico Baggus' VMS adjustments
|
2001-08-06 12:19:26 +00:00 |
hostip.h
|
Jun-ichiro itojun Hagino's IPv6 adjustments
|
2001-02-05 23:04:44 +00:00 |
http_chunks.c
|
Curl_httpchunk_read now takes size_t size arguments instead of the previous
|
2001-08-14 08:29:09 +00:00 |
http_chunks.h
|
updated the chunked state-machine to deal with the trailing CRLF that comes
|
2001-03-13 22:16:42 +00:00 |
http.c
|
Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()
|
2001-08-15 13:38:36 +00:00 |
http.h
|
"Transfer-Encoding: chunked" support added
|
2001-03-07 23:51:41 +00:00 |
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
|
Ingo Ralf Blum made it compile with the newest cygwin
|
2001-02-04 19:00:27 +00:00 |
inet_ntoa_r.h
|
had to add this since it was missing in the system includes!
|
2000-05-29 22:52:17 +00:00 |
krb4.c
|
fixed picky compiler warnings, unused arguments, const at proper places and
|
2001-08-14 08:30:08 +00:00 |
krb4.h
|
Added the curl source-header
|
2001-01-09 07:41:04 +00:00 |
ldap.c
|
const-ified the code, removed Curl_ldap_done()
|
2001-08-14 08:30:43 +00:00 |
ldap.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
libcurl.def
|
duplicate curl_unescape entry removed
|
2001-06-07 11:44:58 +00:00 |
Makefile.am
|
added getinfo.h
|
2001-08-15 06:50:30 +00:00 |
Makefile.b32
|
Added $Id:$ string for file version in the header
|
2001-08-09 09:10:13 +00:00 |
Makefile.b32.resp
|
David James made it build 7.8.1 pre 5
|
2001-08-15 06:13:58 +00:00 |
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
|
curl_memdebug takes a const argument now
|
2001-08-14 09:24:48 +00:00 |
memdebug.h
|
curl_memdebug takes a const argument now
|
2001-08-14 09:24:48 +00:00 |
mprintf.c
|
added const char * => char * typecast
|
2001-08-14 08:32:03 +00:00 |
netrc.c
|
Nico's VMS fixes
|
2001-08-06 12:24:22 +00:00 |
netrc.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
progress.c
|
moved the download/upload speed calculations, to be made on every invoke
|
2001-08-10 06:24:49 +00:00 |
progress.h
|
Remade resume stuff to keep data in the connectdata struct instead of the
|
2001-04-18 07:25:11 +00:00 |
security.c
|
cleaned up some picky compiler warnings and indented the code curl style
|
2001-08-14 08:32:50 +00:00 |
security.h
|
removed unused code, added const
|
2001-08-14 08:33:24 +00:00 |
sendf.c
|
cleaned up some of the size_t and const mess
|
2001-08-14 08:34:09 +00:00 |
sendf.h
|
size_t and const
|
2001-08-14 08:34:55 +00:00 |
setup.h
|
adjusted for VMS
|
2001-08-06 12:27:28 +00:00 |
speedcheck.c
|
#include <string.h> removed a warning
|
2001-03-09 15:14:51 +00:00 |
speedcheck.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
ssluse.c
|
removed the use of the global array for the password that was necessary
|
2001-08-14 08:36:30 +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
|
const and unsigned/signed fixes
|
2001-08-14 08:38:08 +00:00 |
telnet.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
timeval.c
|
Curl_tvnow is now properly declared with (void)
|
2001-03-13 07:53:06 +00:00 |
timeval.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
transfer.c
|
calls Curl_initinfo() in perform().
|
2001-08-15 06:53:10 +00:00 |
transfer.h
|
modified the Curl_perform() proto
|
2001-08-15 06:54:51 +00:00 |
url.c
|
extract IPv6-style specified IP-addresses properly
|
2001-08-15 21:40:09 +00:00 |
url.h
|
moved the url.c prototypes to here
|
2001-08-15 06:53:34 +00:00 |
urldata.h
|
removed protos that were moved to url.h and the new getinfo.h
|
2001-08-15 06:54:09 +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 |