..
.cvsignore
ignore curllib.dsp
2004-08-10 10:43:41 +00:00
amigaos.c
Made the copyright year match the latest modification's year.
2006-01-09 13:17:14 +00:00
amigaos.h
Made the copyright year match the latest modification's year.
2006-01-09 13:17:14 +00:00
arpa_telnet.h
Make some more arrays of pointers const.
2004-12-20 18:23:43 +00:00
base64.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
base64.h
Updated the copyright year since changes have been this year.
2005-03-31 07:02:02 +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
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
config-mac.h
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
config-riscos.h
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
config-tpf.h
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
config-win32.h
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
config-win32ce.h
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
config.dos
Rearranged target HAVE_x section.
2006-10-15 19:41:15 +00:00
connect.c
Check for USE_WINSOCK instead of WIN32 where the check was done
2006-10-18 21:05:40 +00:00
connect.h
Constify some arguments in Curl_connecthost() and singleipconnect().
2006-07-21 06:50:39 +00:00
content_encoding.c
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
2006-08-19 21:18:36 +00:00
content_encoding.h
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
2006-08-19 21:18:36 +00:00
cookie.c
As reported in bug: #1566077 the former URL mentioned in the generated cookie
2006-09-27 21:00:45 +00:00
cookie.h
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
2006-08-30 16:17:06 +00:00
curllib.dsw
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
curlx.h
Undefine symbols before redefining them.
2006-07-06 13:57:26 +00:00
dict.c
Remove redundant __CYGWIN__ symbol check
2006-10-11 16:01:16 +00:00
dict.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
easy.c
Check for USE_WINSOCK instead of WIN32 where the check was done
2006-10-18 21:05:40 +00:00
easyif.h
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
escape.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
escape.h
First commit of David McCreedy's EBCDIC and TPF changes.
2006-04-07 21:50:47 +00:00
file.c
use the return code from lseek() to detect problems and bail out if so
2006-10-18 14:47:58 +00:00
file.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
formdata.c
Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended."
2006-08-29 21:11:55 +00:00
formdata.h
Yves Lejeune fixed so that replacing Content-Type: when doing multipart
2006-07-27 22:35:09 +00:00
ftp.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
ftp.h
First curl_multi_socket() commit. Should primarily be considered as an internal
2006-04-10 15:00:53 +00:00
getenv.c
Made the copyright year match the latest modification's year.
2006-01-09 13:17:14 +00:00
getinfo.c
Compiler warning fix
2006-09-25 00:54:32 +00:00
getinfo.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
gtls.c
Armel Asselin separated CA cert verification problems from problems with
2006-10-21 11:32:05 +00:00
gtls.h
GnuTLS support added. There's now a "generic" SSL layer that we use all over
2005-04-07 15:27:13 +00:00
hash.c
Added a useful debug function within #if 0. The function makes it easy to
2006-09-10 22:12:24 +00:00
hash.h
Use plain structs and not typedef'ed ones in the hash and linked-list code.
2005-01-25 00:06:29 +00:00
hostares.c
Jeff helped me pinpoint that we didn't properly set the expire timer during
2006-10-17 08:06:27 +00:00
hostasyn.c
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
2006-07-25 13:49:49 +00:00
hostip4.c
Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended."
2006-08-29 21:11:55 +00:00
hostip6.c
put back the correct logic, as the change dated July 11th 2006 added bad
2006-07-27 22:28:53 +00:00
hostip.c
Workaround for Cray UNICOS 9.0 to fix ftp.
2006-08-21 22:28:19 +00:00
hostip.h
Compilation fix
2006-09-08 05:18:07 +00:00
hostsyn.c
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
2006-07-25 13:49:49 +00:00
hostthre.c
clear the struct size not the pointer size, pointed out in bug report
2006-10-17 20:34:11 +00:00
http_chunks.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
http_chunks.h
Adrian Schuur added trailer support in the chunked encoding stream. The
2005-07-12 18:15:34 +00:00
http_digest.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
http_digest.h
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
http_negotiate.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
http_negotiate.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
http_ntlm.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
http_ntlm.h
only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled
2005-11-23 11:51:31 +00:00
http.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
http.h
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
2006-08-18 22:54:57 +00:00
if2ip.c
Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MP
2006-08-16 18:48:27 +00:00
if2ip.h
build fix for Interix
2006-03-04 22:39:31 +00:00
inet_ntoa_r.h
provide the proper copyright texts for these
2005-05-26 20:56:25 +00:00
inet_ntop.c
Check for USE_WINSOCK instead of WIN32 where the check was done
2006-10-18 21:05:40 +00:00
inet_ntop.h
Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no
2005-11-25 22:20:02 +00:00
inet_pton.c
Check for USE_WINSOCK instead of WIN32 where the check was done
2006-10-18 21:05:40 +00:00
inet_pton.h
Yang Tse's changes to provide an inet_pton() proto for the platforms who
2005-11-28 20:21:35 +00:00
krb4.c
updated source header
2006-01-26 10:39:25 +00:00
krb4.h
GnuTLS support added. There's now a "generic" SSL layer that we use all over
2005-04-07 15:27:13 +00:00
ldap.c
Update comment reflecting structure change.
2006-09-08 12:17:58 +00:00
ldap.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
libcurl.def
Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in
2005-11-14 07:48:05 +00:00
libcurl.framework.make
Nir Soffer fixed a cp line and got rid of an rm
2006-10-22 22:18:24 +00:00
libcurl.imp
there's an curl_easy_unescape too now
2006-04-18 09:23:03 +00:00
libcurl.plist
Matt Veenstra updated to 7.12.3. Starting now, we'll update the version number
2004-12-08 23:09:23 +00:00
libcurl.rc
Update copyright.
2005-07-05 18:07:55 +00:00
llist.c
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
llist.h
Use plain structs and not typedef'ed ones in the hash and linked-list code.
2005-01-25 00:06:29 +00:00
Makefile.am
Support for FTP third party transfers is now dropped
2006-09-30 20:31:11 +00:00
makefile.amiga
Diego Casorran patches to make (lib)curl build fine on Amiga again
2005-07-13 18:06:40 +00:00
Makefile.b32
Static lib is libcurl.lib and import lib libcurl_imp.lib.
2004-11-14 13:48:15 +00:00
makefile.dj
Don't include zlib headers in dependency output.
2006-08-29 18:13:54 +00:00
Makefile.inc
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
2006-09-23 19:07:20 +00:00
Makefile.m32
OpenSSL updates; get CA_BUNDLE from env. Assume no
2004-12-19 11:52:31 +00:00
Makefile.netware
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
2006-10-14 12:01:44 +00:00
Makefile.riscos
GnuTLS updates
2005-04-07 21:10:31 +00:00
Makefile.vc6
Fix misplaced runtime library specification for 'release-dll' target
2006-10-21 16:25:31 +00:00
Makefile.Watcom
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
2006-09-23 19:07:20 +00:00
md5.c
corrected copyright year
2005-05-02 14:33:07 +00:00
md5.h
Add 'const' to immutable arrays.
2004-12-15 01:38:25 +00:00
memdebug.c
use %p to printf pointers since %x doesn't work properly on tru64 for this
2005-06-30 13:30:23 +00:00
memdebug.h
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
2006-07-04 02:27:11 +00:00
memory.h
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
mprintf.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
msvcproj.foot
new attempt at an improved DSP-file generation
2004-05-11 07:54:55 +00:00
msvcproj.head
Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.
2005-08-29 20:56:20 +00:00
multi.c
the expire timer is a bit too annoying to see all the time ;-)
2006-10-18 15:11:24 +00:00
multiif.h
Reported in #1561470 ( http://curl.haxx.se/bug/view.cgi?id=1561470 ), libcurl
2006-09-28 21:26:06 +00:00
netrc.c
corrected copyright year
2005-05-02 14:33:07 +00:00
netrc.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
nwlib.c
converted to UNIX format.
2004-06-10 21:20:15 +00:00
parsedate.c
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
parsedate.h
Updated the copyright year since changes have been this year.
2005-03-31 07:02:02 +00:00
progress.c
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
progress.h
clean up start time and t_startsingle use so that redirect_time works properly
2004-11-15 11:27:03 +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
Fixed a lingering omission of gzip support.
2005-12-08 18:59:19 +00:00
README.hostip
Added README.hostip
2005-01-14 13:43:29 +00:00
README.httpauth
HTTP "auth done right". See lib/README.httpauth
2004-11-24 16:11:35 +00:00
README.memoryleak
CURLDEBUG, not MALLOCDEBUG
2003-07-22 10:00:37 +00:00
README.multi_socket
each socket is used by exactly one easy handle, but of course each easy handle
2006-04-21 13:40:07 +00:00
README.pipelining
HTTP Pipelining is for GET and HEAD requests only.
2006-07-07 20:45:56 +00:00
security.c
Removed security.h since it shadows an include file mingw needs when building
2005-03-14 00:00:45 +00:00
select.c
Check for USE_WINSOCK instead of WIN32 where the check was done
2006-10-18 21:05:40 +00:00
select.h
Cory Nelson made libcurl use the WSAPoll() function if built for Windows
2006-09-24 10:41:00 +00:00
sendf.c
Compiler warning fix
2006-10-21 12:35:16 +00:00
sendf.h
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
setup_once.h
Added ISPRINT() required for src/main.c.
2006-10-18 13:50:23 +00:00
setup.h
Introduce symbol USE_WINSOCK which will be defined when
2006-10-18 15:57:49 +00:00
share.c
Dan Fandrich added the --disable-cookies option to configure to build
2004-12-05 23:59:32 +00:00
share.h
Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and
2006-04-26 17:11:05 +00:00
sockaddr.h
oops * 2
2005-11-12 22:13:20 +00:00
socks.c
Compiler warning fix
2006-09-24 23:55:53 +00:00
socks.h
standard curl source code headers
2006-09-23 19:09:39 +00:00
speedcheck.c
make the low_speed check set the expire timer so that it has a chance to work
2006-10-17 09:05:44 +00:00
speedcheck.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
splay.c
Jari Sundell's minor cleanup, added comments and some extra error-checkings
2006-09-04 22:19:13 +00:00
splay.h
don't use 'new' in the proto
2006-07-15 18:57:51 +00:00
sslgen.c
Compiler warning fix
2006-09-12 23:51:01 +00:00
sslgen.h
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
2006-05-10 22:17:42 +00:00
ssluse.c
Armel Asselin separated CA cert verification problems from problems with
2006-10-21 11:32:05 +00:00
ssluse.h
NTLM2 session response support
2006-06-07 14:14:04 +00:00
strdup.c
Return NULL if argument is NULL.
2006-07-17 15:25:37 +00:00
strdup.h
Moved strdup replacement from src/main.c into src/strdup.c so it's available
2006-07-11 17:02:06 +00:00
strequal.c
Only define the string prototypes in ANSI mode to reduce interference on
2006-08-09 16:36:17 +00:00
strequal.h
modified this year
2005-04-22 20:48:07 +00:00
strerror.c
Armel Asselin separated CA cert verification problems from problems with
2006-10-21 11:32:05 +00:00
strerror.h
removed trailing whitespace
2004-10-11 17:26: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
Avoid typecasting a signed char to an int when using is*() functions, as that
2006-10-17 21:32:56 +00:00
strtoofft.h
Watcom uses 'i64' suffix.
2004-12-17 18:33:09 +00:00
telnet.c
Fix copy-paste error
2006-10-21 12:36:10 +00:00
telnet.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
tftp.c
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
tftp.h
John Kelly added TFTP support to libcurl. A bunch of new error codes was
2005-09-02 15:11:08 +00:00
timeval.c
Made the copyright year match the latest modification's year.
2006-01-09 13:17:14 +00:00
timeval.h
Declare our own timeval struct if HAVE_STRUCT_TIMEVAL is not defined
2006-10-14 12:02:19 +00:00
transfer.c
Compiler warning fix
2006-10-20 17:54:05 +00:00
transfer.h
Major overhaul introducing http pipelining support and shared connection
2006-09-07 21:49:20 +00:00
url.c
When a resolve is made on a pipelined connection we need to detect it properly
2006-10-20 12:25:39 +00:00
url.h
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
2006-10-09 06:58:05 +00:00
urldata.h
When a resolve is made on a pipelined connection we need to detect it properly
2006-10-20 12:25:39 +00:00
vc8proj.foot
Michael Jerris added magic that builds lib/curllib.vcproj automatically (for
2006-07-25 22:06:42 +00:00
vc8proj.head
Michael Jerris added magic that builds lib/curllib.vcproj automatically (for
2006-07-25 22:06:42 +00:00
version.c
Use '_LIBICONV_VERSION' instead of variable '_libiconv_version'
2006-08-15 17:02:24 +00:00