..
.cvsignore
ignore getdate.c
2003-03-24 23:11:16 +00:00
amigaos.c
updated year in the copyright string
2004-01-07 09:19:33 +00:00
amigaos.h
Diego Casorran's fixes to allow native AmigaOS builds
2004-01-13 08:35:57 +00:00
arpa_telnet.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
base64.c
removed an unnecessary shift and splut up som weird two-statements-per-line
2004-03-01 12:54:59 +00:00
base64.h
switch the arguments according to the c source
2004-02-23 11:44:03 +00:00
ca-bundle.crt
Removed the "TC TrustCenter, Germany, Class 0 CA." certificate:
2003-03-24 11:06:57 +00:00
config-amigaos.h
use curl_off_t instead of off_t!
2004-01-22 12:45:50 +00:00
config-mac.h
moved the config-*.h files from root to the lib/ dir
2002-02-07 14:32:28 +00:00
config-netware.h
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
config-riscos.h
David J Meyer's large file support.
2004-01-05 22:29:29 +00:00
config-vms.h
David J Meyer's large file support.
2004-01-05 22:29:29 +00:00
config-win32.h
make windows builds use the OS string "i386-pc-win32" instead of just "win32"
2004-03-10 08:14:22 +00:00
config.dj
Gisle Vanem's djgpp/MS-DOS updates
2004-03-29 12:29:25 +00:00
connect.c
Made host name and proxy name get stored in a 'struct hostname' and set
2004-04-27 13:56:23 +00:00
connect.h
Use curl_socket_t instead of int for holding sockets. The typedefs and
2004-03-09 22:52:50 +00:00
content_encoding.c
ignore the curl/types.h header file
2004-04-26 14:02:01 +00:00
content_encoding.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
cookie.c
strequal() returns int so we typecast the return to bool when we store the
2004-03-10 09:41:37 +00:00
cookie.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
curllib.dsp
fixed /I "." for the debug build too
2004-03-22 11:32:22 +00:00
curllib.dsw
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
curlx.h
New header file that offers easy access to the curlx_ functions for an app.
2004-04-30 08:22:38 +00:00
dict.c
Use curl_socket_t instead of int for holding sockets. The typedefs and
2004-03-09 22:52:50 +00:00
dict.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
easy.c
curl_easy_duphandle() works again with ares enabled
2004-04-29 10:58:22 +00:00
escape.c
size_t/int/long fixes
2004-03-08 08:38:29 +00:00
escape.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
file.c
added comments
2004-04-26 07:11:39 +00:00
file.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
formdata.c
removed more leftovers from the formparse function
2004-05-04 09:31:04 +00:00
formdata.h
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
2004-04-23 10:37:52 +00:00
ftp.c
Made host name and proxy name get stored in a 'struct hostname' and set
2004-04-27 13:56:23 +00:00
ftp.h
removed Curl_ftp_quit() as it was turned into a static in ftp.c
2004-04-22 13:15:17 +00:00
getdate.c.cvs
Rename getdate.c to getdate.c.cvs, since the "normal" build procedure do
2003-03-19 09:09:40 +00:00
getdate.h
Nico Baggus' VMS tweaks
2002-02-20 13:46:53 +00:00
getdate.y
typecast the tolower() argument to an int to prevent compiler warning
2004-04-21 11:15:35 +00:00
getenv.c
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
2004-01-29 13:56:45 +00:00
getinfo.c
dl and ulspeed are now curl_off_t so typecast them to double when we
2004-03-11 21:51:55 +00:00
getinfo.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
hash.c
improved the cleaning up of memory when we fail to resolve names due to
2004-05-04 13:40:30 +00:00
hash.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
hostares.c
Made host name and proxy name get stored in a 'struct hostname' and set
2004-04-27 13:56:23 +00:00
hostasyn.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostip4.c
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
2004-04-26 12:02:33 +00:00
hostip6.c
corrected mistake
2004-04-26 15:11:56 +00:00
hostip.c
improved the cleaning up of memory when we fail to resolve names due to
2004-05-04 13:40:30 +00:00
hostip.h
Made defines instead of plain numbers for the Curl_resolv() return code to
2004-04-26 14:18:00 +00:00
hostsyn.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostthre.c
outputed elsewhere already
2004-04-27 15:13:46 +00:00
http_chunks.c
use size_t for the data, but keep the protos use ssize_t to better fit
2004-03-04 15:25:06 +00:00
http_chunks.h
use size_t for the data, but keep the protos use ssize_t to better fit
2004-03-04 15:25:06 +00:00
http_digest.c
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
http_digest.h
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
http_negotiate.c
Made host name and proxy name get stored in a 'struct hostname' and set
2004-04-27 13:56:23 +00:00
http_negotiate.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
http_ntlm.c
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
http_ntlm.h
'authdone' was added to the sessionhandle and thus was removed from the
2004-03-30 06:39:24 +00:00
http.c
initiate variables properly to default to no auth for server and proxy
2004-05-05 13:00:03 +00:00
http.h
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
if2ip.c
Gisle-fix: constified the 'interface' argument.
2004-05-05 13:42:23 +00:00
if2ip.h
Gisle-fix: constified the 'interface' argument.
2004-05-05 13:42:23 +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
inet_ntop.c
provide our own inet_ntoa_r() proto if the system has none on its own
2004-04-27 14:17:36 +00:00
inet_ntop.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
inet_pton.c
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
2004-01-29 13:56:45 +00:00
inet_pton.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
krb4.c
the new way of accessing the host name
2004-04-28 20:34:04 +00:00
krb4.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
ldap.c
Gisle fixed the problem with ldap_search_s() fails with "filter error": a case
2004-05-03 15:01:34 +00:00
ldap.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
libcurl.def
Gisle fix: curl_formparse is gone.
2004-05-05 13:42:05 +00:00
libcurl.framework.make
Matt Veenstra updated the Mac OS X framework files
2004-01-13 08:04:05 +00:00
libcurl.imp
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
libcurl.plist
Matt Veenstra updated the Mac OS X framework files
2004-01-13 08:04:05 +00:00
libcurl.rc
include the new curlver instead, since all this wants is the version info
2004-03-22 08:54:26 +00:00
llist.c
updated year in the copyright string
2004-01-07 09:19:33 +00:00
llist.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
Makefile.am
removed curl_formparse() from the library
2004-05-04 08:24:13 +00:00
makefile.amiga
Diego Casorran's amiga makefiles
2003-12-10 13:54:57 +00:00
Makefile.b32
Removed getpass from here. The fact this still was present here indicates
2004-02-23 12:01:10 +00:00
Makefile.b32.resp
David J Meyer's large file support.
2004-01-05 22:29:29 +00:00
makefile.dj
Gisle Vanem's djgpp/MS-DOS updates
2004-03-29 12:29:25 +00:00
Makefile.m32
Andrés García's updated mingw makefiles
2004-04-02 07:18:13 +00:00
Makefile.netware
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
Makefile.riscos
David J Meyer's large file support.
2004-01-05 22:29:29 +00:00
Makefile.vc6
oops, .obj not .c!
2004-04-26 20:41:33 +00:00
md5.c
Convert functions to ANSI-style declaration to prevent compiler warnings
2004-02-20 16:18:26 +00:00
md5.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
memdebug.c
Gisle fixed: don't reference 'mem' if it's NULL.
2004-05-05 13:41:54 +00:00
memdebug.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
mprintf.c
prevent warnings when using the gcc option -Wunreachable-code
2004-05-05 06:57:26 +00:00
multi.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
netrc.c
curl_strequal() returns int, keep return variables in an int
2004-03-23 15:30:12 +00:00
netrc.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
nwlib.c
Günter Knauf's update, mainly converted to plain old C comments.
2004-03-17 13:36:45 +00:00
progress.c
Gisle fixed the percentage to work, I adjusted it slightly to not as easily
2004-05-05 13:44:44 +00:00
progress.h
Use more curl_off_t variables when doing the progress meter calculations and
2004-03-10 16:20:33 +00:00
README.ares
up-to-date with reality
2004-04-06 07:59:11 +00:00
README.curlx
updated with more and new info
2004-04-30 08:51:19 +00:00
README.encoding
Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if
2003-05-12 12:45:14 +00:00
README.memoryleak
CURLDEBUG, not MALLOCDEBUG
2003-07-22 10:00:37 +00:00
security.c
use the HAVE_KRB4 define instead of just KRB4
2003-12-02 13:27:29 +00:00
security.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
sendf.c
ERR_error_string() returns an unsigned long so we should use one of those
2004-05-05 07:01:33 +00:00
sendf.h
curl_socket_t mistakes cleanup
2004-03-10 16:01:47 +00:00
setup.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
share.c
adjusted to the new dns cache function to hide more hostip internals
2004-03-30 13:02:31 +00:00
share.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
speedcheck.c
updated year in the copyright string
2004-01-07 09:19:33 +00:00
speedcheck.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
ssluse.c
Gisle made the code use ERR_error_string_n()
2004-04-29 07:36:40 +00:00
ssluse.h
curl_socket_t mistakes cleanup
2004-03-10 16:01:47 +00:00
strequal.c
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
2004-01-29 13:56:45 +00:00
strequal.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
strerror.c
major update of the error strings
2004-04-26 07:12:29 +00:00
strerror.h
cut off 'curl_' from the strerror file names
2004-03-25 13:40:24 +00:00
strtok.c
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
2004-01-29 13:56:45 +00:00
strtok.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
strtoofft.c
Remade to use curlx_-prefix. This means this function can be compiled and
2004-02-19 08:12:13 +00:00
strtoofft.h
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
2004-04-07 07:30:40 +00:00
telnet.c
TommyTam made a patch to handle stdin redirection for win32.
2004-04-26 07:50:51 +00:00
telnet.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
timeval.c
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.
2004-04-09 09:36:31 +00:00
timeval.h
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.
2004-04-09 09:36:31 +00:00
transfer.c
prevent warnings when using the gcc option -Wunreachable-code
2004-05-05 06:57:26 +00:00
transfer.h
curl_socket_t mistakes cleanup
2004-03-10 16:01:47 +00:00
url.c
do the alarm time-left math using unsigned longs since that is what alarm()
2004-05-05 07:17:37 +00:00
url.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
urldata.h
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
version.c
added libidn awareness
2004-04-26 07:14:08 +00:00