..
.cvsignore
ignore getdate.c
2003-03-24 23:11:16 +00:00
arpa_telnet.h
Prefix defines and symbols with CURL_ to reduce the risk of colliding with
2003-03-12 08:40:45 +00:00
base64.c
We noe use CURLDEBUG instead of MALLOCDEBUG
2003-06-26 06:45:15 +00:00
base64.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
ca-bundle.crt
Removed the "TC TrustCenter, Germany, Class 0 CA." certificate:
2003-03-24 11:06:57 +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-riscos.h
Michael Curtis' updates
2002-04-08 21:59:06 +00:00
config-vms.h
Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)
2003-03-14 17:21:06 +00:00
config-win32.h
Andrew Francis removed the need for/use of MSVC pragmas
2002-08-26 17:20:29 +00:00
config.dj
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
connect.c
CURLDEBUG instead of MALLOCDEBUG
2003-06-26 06:47:20 +00:00
connect.h
ourerrno became Curl_ourerrno() and is now available to all libcurl
2003-05-01 13:37:05 +00:00
content_encoding.c
Dan Fandrich's gzip bugfix
2003-04-22 22:32:02 +00:00
content_encoding.h
Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if
2003-05-12 12:45:14 +00:00
cookie.c
use CURLDEBUG instead of MALLOCDEBUG
2003-06-26 06:50:32 +00:00
cookie.h
Many cookie fixes:
2003-04-30 17:03:43 +00:00
curllib.dsp
Juan F. Codagnone's fixes to build properly on Windows again
2003-07-23 08:21:21 +00:00
curllib.dsw
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
dict.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
dict.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
easy.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
escape.c
use CURLDEBUG instead of MALLOCDEBUG
2003-06-26 06:50:32 +00:00
escape.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
file.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
file.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
formdata.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
formdata.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
ftp.c
François Pons brought a patch that once again made curl deal with ftp and
2003-07-28 08:50:02 +00:00
ftp.h
Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier.
2003-03-11 18:58:21 +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
Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h>
2003-03-15 21:00:47 +00:00
getenv.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
getinfo.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
getinfo.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
getpass.c
Some of Doug Kaufman's changes for the DOS port
2003-07-05 13:13:49 +00:00
getpass.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
hash.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
hash.h
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
hostip.c
minor code style fix
2003-07-23 12:55:24 +00:00
hostip.h
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
http_chunks.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
http_chunks.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
http_digest.c
Access the user and passwd fields from the connectdata struct now instead
2003-07-19 23:56:33 +00:00
http_digest.h
Better Digest stuff
2003-05-22 22:39:38 +00:00
http_negotiate.c
Daniel Kouril's fix to make the GSS-Negotiate work fine.
2003-07-23 11:28:59 +00:00
http_negotiate.h
new proto for Curl_input_negotiate
2003-06-26 11:25:42 +00:00
http_ntlm.c
More support for NTLM on proxies, now proxy state and nonce is stored in
2003-07-22 09:59:36 +00:00
http_ntlm.h
The NTLM functions now take a 'proxy' argument as well.
2003-07-22 09:58:57 +00:00
http.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
http.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
if2ip.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
if2ip.h
James Bursa made it compile on RISC OS as well.
2003-02-28 13:11:10 +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
krb4-fixes for the moved user+password fields within the structs
2003-07-21 09:19:48 +00:00
krb4.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
ldap.c
Access the user and passwd fields from the connectdata struct now instead
2003-07-19 23:56:33 +00:00
ldap.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
libcurl.def
Dave Halbakken added curl_version_info
2002-11-11 21:57:14 +00:00
llist.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
llist.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
Makefile.am
With an unknown CA path, we undef the variable. To build properly without
2003-07-25 08:47:34 +00:00
Makefile.b32
Added share.obj
2003-03-03 22:39:34 +00:00
Makefile.b32.resp
Added share.obj
2003-03-03 22:39:34 +00:00
makefile.dj
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
Makefile.m32
Andrés García updated with the added files etc
2003-07-25 08:59:55 +00:00
Makefile.riscos
brougth by Michael Curtis
2002-04-10 20:52:26 +00:00
Makefile.vc6
Juan F. Codagnone's fixes to build properly on Windows again
2003-07-23 08:21:21 +00:00
md5.c
adjusted to use the same API as the OpenSSL version of the MD5 functions
2003-06-26 11:27:22 +00:00
md5.h
proper header added
2003-05-22 16:23:27 +00:00
memdebug.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
memdebug.h
use CURLDEBUG
2003-06-26 11:27:38 +00:00
mprintf.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
multi.c
Dan Winship's fix to make the new auth stuff such as NTLM to work with
2003-07-15 22:46:01 +00:00
netrc.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
netrc.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
progress.c
George Comninos provided a fix that calls the progress meter when waiting
2003-05-14 06:31:00 +00:00
progress.h
copyright year update in the source header
2003-01-16 21:08:12 +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 CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
security.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
sendf.c
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
2003-06-26 11:22:12 +00:00
sendf.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
setup.h
Some of Doug Kaufman's changes for the DOS port
2003-07-05 13:13:49 +00:00
share.c
use CURLDEBUG instead of MALLOCDEBUG
2003-06-26 11:28:26 +00:00
share.h
added the sharing of DNS cache
2003-02-04 23:48:46 +00:00
speedcheck.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
speedcheck.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
ssluse.c
re-use existing variable instead of declaring a new local one
2003-07-05 13:27:02 +00:00
ssluse.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
strequal.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
strequal.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
strtok.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
strtok.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
telnet.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
telnet.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
timeval.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
timeval.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
transfer.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
transfer.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
url.c
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
2003-07-25 08:30:58 +00:00
url.h
moved the proxyuser and proxypasswd fields from the sessionhandle to the
2003-07-21 13:16:30 +00:00
urldata.h
Added a separate struct for the proxyntlm data, as it will/can be different
2003-07-22 09:58:18 +00:00
version.c
include GSS in the debug string if available, support a few new flag
2003-06-26 11:22:48 +00:00