..
.cvsignore
ignore curllib.dsp
2004-08-10 10:43:41 +00:00
amigaos.c
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
amigaos.h
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
arpa_telnet.h
Make some more arrays of pointers const.
2004-12-20 18:23:43 +00:00
base64.c
Fix for a base64 decode heap buffer overflow vulnerability.
2005-02-28 23:54:17 +00:00
base64.h
Curl_base64_decode() now returns an allocated buffer
2005-02-22 12:10:30 +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
Dan Fandrich:
2004-12-11 18:47:22 +00:00
config-mac.h
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
config-riscos.h
Dan Fandrich:
2004-12-11 18:47:22 +00:00
config-vms.h
Dan Fandrich:
2004-12-11 18:47:22 +00:00
config-win32.h
Watcom has strtoll().
2004-12-17 19:57:50 +00:00
config-win32ce.h
Replace MINGW32 with built-in __MINGW32__.
2004-12-06 14:43:04 +00:00
config.dj
Dan Fandrich:
2004-12-11 18:47:22 +00:00
connect.c
close the socket properly when returning error due to failing localbind
2005-02-17 14:45:03 +00:00
connect.h
conn->ip_addr MUST NOT be used on re-used connections
2005-01-29 13:07:16 +00:00
content_encoding.c
Fix for a bug report that compressed files that are exactly 64 KiB long
2005-02-07 19:12:37 +00:00
content_encoding.h
strip trailing whitespace
2004-08-16 13:24:01 +00:00
cookie.c
Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
2005-03-04 00:26:50 +00:00
cookie.h
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
curllib.dsw
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
curlx.h
delete trailing whitespace
2004-05-24 11:57:34 +00:00
dict.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +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
better error checking and SSL init by David Byron
2005-02-09 23:04:51 +00:00
easyif.h
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
2005-01-11 15:25:29 +00:00
escape.c
Variable type cleanups to please the picky MIPSPro compiler.
2004-07-01 08:10:21 +00:00
escape.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
file.c
Removed all uses of strftime() since it uses the localised version of the
2005-02-11 00:03:49 +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
C ensures that static variables are initialized to 0
2004-12-22 20:12:15 +00:00
formdata.h
Allow formposting of files larger than what fits in memory by not reading the
2004-06-14 08:51:43 +00:00
ftp.c
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
2005-03-08 08:09:14 +00:00
ftp.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
getenv.c
Paul Nolan fix to make libcurl build nicely on Windows CE
2004-11-02 10:12:22 +00:00
getinfo.c
Renamed a struct member to avoid conflict with a C++ reserved word.
2004-12-16 21:27:23 +00:00
getinfo.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
hash.c
Use plain structs and not typedef'ed ones in the hash and linked-list code.
2005-01-25 00:06:29 +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
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
hostasyn.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
hostip4.c
avoid warnings on systems with this member set const
2004-10-06 07:52:20 +00:00
hostip6.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
hostip.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
hostip.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
hostsyn.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
hostthre.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
http_chunks.c
killed trailing whitespace
2005-03-04 00:14:45 +00:00
http_chunks.h
killed trailing whitespace
2005-03-04 00:24:52 +00:00
http_digest.c
Dan Fandrich added the --disable-crypto-auth option to configure to allow
2004-11-12 09:18:14 +00:00
http_digest.h
return CURLDIGEST_NOMEM when a memory function fails to deliver
2004-05-13 14:14:03 +00:00
http_negotiate.c
Fixed some compiler warnings. Fixed a low incidence memory leak in the test server.
2005-02-24 18:54:23 +00:00
http_negotiate.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
http_ntlm.c
Curl_base64_decode() now returns an allocated buffer
2005-02-22 12:10:30 +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
Ralph Mitchell reported a flaw when you used a proxy with auth, and you
2005-02-18 23:53:07 +00:00
http.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
if2ip.c
Paul Nolan fix to make libcurl build nicely on Windows CE
2004-11-02 10:12:22 +00:00
if2ip.h
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
2004-06-24 07:43:48 +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
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +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
Renamed a variable to avoid conflict with a C++ reserved word.
2004-12-17 20:18:53 +00:00
inet_pton.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
krb4.c
krb4 fixed
2005-02-22 12:20:30 +00:00
krb4.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
ldap.c
Set 'bits.close' in case of malloc fail.
2005-02-09 14:28:35 +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
cosmetic fix.
2004-08-16 11:09:01 +00:00
libcurl.framework.make
Matt Veenstra:
2004-12-08 23:02:55 +00:00
libcurl.imp
syncronized with libcurl.def.
2004-08-16 11:09:30 +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
corrected copyright.
2004-06-09 01:15:03 +00:00
llist.c
Use plain structs and not typedef'ed ones in the hash and linked-list code.
2005-01-25 00:06:29 +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
Added README.hostip
2005-01-14 13:43:29 +00:00
makefile.amiga
Dan Fandrich: added some missing files. "I can't try them so they might still
2004-12-10 21:58:11 +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
getdate.c is gone.
2004-12-17 12:28:04 +00:00
Makefile.inc
Removed all uses of strftime() since it uses the localised version of the
2005-02-11 00:03:49 +00:00
Makefile.m32
OpenSSL updates; get CA_BUNDLE from env. Assume no
2004-12-19 11:52:31 +00:00
Makefile.netware
Dan Fandrich:
2004-12-11 18:47:22 +00:00
Makefile.riscos
Dan Fandrich: added some missing files. "I can't try them so they might still
2004-12-10 21:58:11 +00:00
Makefile.vc6
Cody Jones' enhanced version of Samuel Daz Garca's MSVC makefile patch.
2005-01-18 10:17:34 +00:00
Makefile.Watcom
Added '-bd' option; target is a DLL.
2005-01-12 15:32:26 +00:00
md5.c
Add 'const' to immutable arrays.
2004-12-15 01:38:25 +00:00
md5.h
Add 'const' to immutable arrays.
2004-12-15 01:38:25 +00:00
memdebug.c
Set errno = ENOMEM on faild countcheck().
2004-10-13 19:11:46 +00:00
memdebug.h
Changes for removing libcurl.def file on Win32.
2004-11-09 14:00:56 +00:00
memory.h
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
mprintf.c
Add 'const' to immutable arrays.
2004-12-15 01:38:25 +00:00
msvcproj.foot
new attempt at an improved DSP-file generation
2004-05-11 07:54:55 +00:00
msvcproj.head
new attempt at an improved DSP-file generation
2004-05-11 07:54:55 +00:00
multi.c
remove old printf() debug leftover
2005-03-08 22:21:59 +00:00
multiif.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
netrc.c
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +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
mktime() returns a time_t. time_t is often 32 bits, even on many architectures
2005-03-08 16:31:56 +00:00
parsedate.h
Removed all uses of strftime() since it uses the localised version of the
2005-02-11 00:03:49 +00:00
progress.c
As reported in Mandrake's bug tracker bug 12289
2004-11-26 14:33:13 +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
Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if
2003-05-12 12:45:14 +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
security.c
krb4 fixed
2005-02-22 12:20:30 +00:00
security.h
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
select.c
errrno can by freak accident become EINTR on DOS or
2005-01-15 09:26:07 +00:00
select.h
Suppress signed vs. unsigned warnings on Win32
2004-11-19 14:38:02 +00:00
sendf.c
FTP third transfer support overhaul. See CHANGES for details.
2005-01-21 09:32:32 +00:00
sendf.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
setup.h
Removed _WIN32_WINNT to support IPv6 under Win-2K.
2005-01-04 16:00:14 +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
Use plain structs and not typedef'ed ones in the hash and linked-list code.
2005-01-25 00:06:29 +00:00
speedcheck.c
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
speedcheck.h
updated year in the copyright string
2004-01-07 09:19:33 +00:00
ssluse.c
Reduced the length of data read from the random entropy file.
2005-03-04 22:36:56 +00:00
ssluse.h
better error checking and SSL init by David Byron
2005-02-09 23:04:51 +00:00
strequal.c
removed tabs and trailing whitespace from source
2004-10-06 07:50:18 +00:00
strequal.h
Changes for removing libcurl.def file on Win32.
2004-11-09 14:00:56 +00:00
strerror.c
Handle CURLE_LOGIN_DENIED in strerror.c.
2005-02-09 13:59:40 +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
Use LL suffix for long long constants if the compiler supports it, to prevent
2004-10-10 03:28:51 +00:00
strtoofft.h
Watcom uses 'i64' suffix.
2004-12-17 18:33:09 +00:00
telnet.c
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +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
timeval.c
<windows.h> required for Watcom.
2004-12-17 18:32:41 +00:00
timeval.h
Watcom has 'struct timeval'.
2004-12-17 17:49:10 +00:00
transfer.c
Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"
2005-02-16 14:31:23 +00:00
transfer.h
Rename Curl_pretransfersec() to *_second_connect() since it does not just
2005-02-14 09:30:40 +00:00
url.c
As reported by 'nodak sodak' we should check for a NULL pointer before
2005-03-09 22:13:52 +00:00
url.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
urldata.h
FTP code turned into state machine. Not completely yet, but a good start.
2005-02-09 13:06:40 +00:00
version.c
Make some more arrays of pointers const.
2004-12-20 18:23:43 +00:00