..
.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
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
2003-02-13 18:30:10 +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
ca-bundle.h.in
ca-bundle stuff for configure and generated header file
2002-08-30 07:50:59 +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
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
2003-05-13 12:12:17 +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
Skip any preceeding dots from the domain name of cookies when we keep them
2003-05-15 22:28:19 +00:00
cookie.h
Many cookie fixes:
2003-04-30 17:03:43 +00:00
curllib.dsp
share.c added
2003-04-08 10:35:35 +00:00
curllib.dsw
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
dict.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
dict.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
easy.c
Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)
2003-04-22 21:42:39 +00:00
escape.c
David Balazic pointed out the lack of checks for a valid %XX code when
2003-05-21 15:53:59 +00:00
escape.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
file.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
file.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
formdata.c
treat uploaded .html files as text/html by default
2003-04-15 09:29:39 +00:00
formdata.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
ftp.c
Ricardo Cadime found a socket leak when listing directories without
2003-05-23 11:14:09 +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
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
getinfo.c
Andy Cedilnik fixed some compiler warnings
2003-05-01 13:37:36 +00:00
getinfo.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
getpass.c
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
getpass.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
hash.c
removed weirdo {{{ and }}} comments
2003-01-29 10:12:06 +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
Gisle Vanem's code for not trusting h_aliases to always be non-NULL
2003-05-20 09:41:39 +00:00
hostip.h
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
2003-05-13 12:12:17 +00:00
http_chunks.c
Dan Fandrich corrected the error messages on "bad encoding".
2003-04-22 22:33:39 +00:00
http_chunks.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
http_digest.c
Better Digest stuff
2003-05-22 22:39:38 +00:00
http_digest.h
Better Digest stuff
2003-05-22 22:39:38 +00:00
http.c
When doing very big GET requests over HTTPS, we need to add some extra
2003-06-06 14:58:26 +00:00
http.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
if2ip.c
DJGPP fix by Gisle Vanem
2003-05-23 06:43:14 +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
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
krb4.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
ldap.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +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
copyright year update in the source header
2003-01-16 21:08:12 +00:00
llist.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
Makefile.am
Initial Digest support. At least partly working.
2003-05-22 16:09:54 +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
Andres Garcia Garcia updated to build with the most recent OpenSSL and
2003-02-28 15:49:32 +00:00
Makefile.riscos
brougth by Michael Curtis
2002-04-10 20:52:26 +00:00
Makefile.vc6
RSAglue.lib is no longer needed with recent OpenSSL versions
2003-04-25 15:08:46 +00:00
md5.c
Initial Digest support. At least partly working.
2003-05-22 16:09:54 +00:00
md5.h
proper header added
2003-05-22 16:23:27 +00:00
memdebug.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
memdebug.h
Gisle Vanem's fix to get this working nicely on windows
2003-03-15 21:02:20 +00:00
mprintf.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
multi.c
Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine
2003-04-29 18:03:30 +00:00
netrc.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +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
the malloc debug system assumes single thread
2002-10-28 21:05:14 +00:00
security.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00
security.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
sendf.c
Just moved around some logic in Curl_write() to make it easier to debug.
2003-06-06 14:56:50 +00:00
sendf.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
setup.h
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
share.c
include stdarg.h since we use va_* stuff
2003-02-06 19:28:17 +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
work-around SSL implementation flaws better, pointed out in bug report
2003-06-02 13:27:03 +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
Made set_local_option() properly static as reported by Rick Jones
2003-03-12 08:44:00 +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
Make the Content-Length info override the Connection: close header, so that
2003-06-02 14:57:08 +00:00
transfer.h
copyright year update in the source header
2003-01-16 21:08:12 +00:00
url.c
include digest.h for proto
2003-05-23 06:44:24 +00:00
url.h
Fixup after talks with Richard Bramante. We should now make better
2003-03-31 05:13:26 +00:00
urldata.h
Better Digest stuff
2003-05-22 22:39:38 +00:00
version.c
removed the local variables for emacs and vim, use the new sample.emacs
2003-01-29 10:14:20 +00:00