..
.cvsignore
Ignore more files for cvs
2009-05-09 10:09:33 +00:00
amigaos.c
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
2009-02-27 08:53:10 +00:00
amigaos.h
arpa_telnet.h
Update copyright year, to force CVS to update the $Id date string format
2009-05-18 12:25:45 +00:00
base64.c
fix shadowing of a global declaration
2009-06-04 23:55:56 +00:00
CMakeLists.txt
ENH: lower case cmake functions and remove tabs and re-indent cmake code
2009-06-09 17:29:16 +00:00
config-amigaos.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
config-mac.h
Refactor configure script detection of functions used to set sockets into
2008-11-13 18:56:55 +00:00
config-os400.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
config-riscos.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
config-symbian.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
config-tpf.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
config-vxworks.h
allow building libcurl for VxWorks
2009-06-04 19:11:11 +00:00
config-win32.h
use HAVE_LIMITS_H symbol to protect limits.h inclusion
2009-04-14 13:50:32 +00:00
config-win32ce.h
use HAVE_LIMITS_H symbol to protect limits.h inclusion
2009-04-14 13:50:32 +00:00
config.dos
DOS adjustments
2009-06-11 16:43:47 +00:00
config.h.cmake
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
connect.c
Curl_sndbufset is (at times) defined in the header, no need to do it again here
2009-05-07 20:02:51 +00:00
connect.h
- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
2009-05-07 20:00:44 +00:00
content_encoding.c
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
2009-05-11 09:55:28 +00:00
content_encoding.h
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
2009-05-11 09:55:28 +00:00
cookie.c
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2009-06-10 21:26:11 +00:00
cookie.h
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
2009-02-27 08:53:10 +00:00
curl_addrinfo.c
Fix type cast
2009-05-10 10:24:53 +00:00
curl_addrinfo.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
curl_base64.h
fix shadowing of a global declaration
2009-06-04 23:55:56 +00:00
curl_ldap.h
curl_md5.h
curl_memory.h
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
curl_sspi.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
curl_sspi.h
Provide another definition missing in MinGW's headers
2009-01-30 01:37:37 +00:00
curlx.h
dict.c
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2009-06-10 21:26:11 +00:00
dict.h
fix shadowing of a global declaration
2009-06-04 23:55:56 +00:00
easy.c
fix compiler warning
2009-06-12 02:41:16 +00:00
easyif.h
escape.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
escape.h
file.c
allow building libcurl for VxWorks
2009-06-04 19:11:11 +00:00
file.h
firefox-db2pem.sh
formdata.c
initialize fread callback pointer to avoid compiler warning
2009-06-09 00:49:34 +00:00
formdata.h
ftp.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
ftp.h
getenv.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
getinfo.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
getinfo.h
Update copyright year, to force CVS to update the $Id date string format
2009-05-18 12:25:45 +00:00
gtls.c
I simplified the SSL session id re-use code now to *always* ditch the previous
2009-05-05 08:33:29 +00:00
gtls.h
Added support for Digest and NTLM authentication using GnuTLS.
2009-02-12 20:48:40 +00:00
hash.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
hash.h
hostares.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
hostasyn.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
hostip4.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
hostip6.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
hostip.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
hostip.h
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
2008-11-06 17:19:56 +00:00
hostsyn.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
hostthre.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
http_chunks.c
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2009-06-10 21:26:11 +00:00
http_chunks.h
http_digest.c
Removed some obsolete digest code that caused a valgrind error in test 551.
2009-05-22 17:26:49 +00:00
http_digest.h
http_negotiate.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
http_negotiate.h
http_ntlm.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
http_ntlm.h
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
2009-02-27 08:53:10 +00:00
http.c
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2009-06-10 21:26:11 +00:00
http.h
if2ip.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
if2ip.h
the IP address we want/request/use from the interface is the 'local'
2008-11-17 19:08:35 +00:00
inet_ntop.c
inet_ntop.h
Update copyright year, to force CVS to update the $Id date string format
2009-05-18 12:25:45 +00:00
inet_pton.c
backport fix for failures to reject certain malformed literals
2008-11-17 02:40:41 +00:00
inet_pton.h
krb4.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
krb4.h
krb5.c
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
ldap.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
libcurl.def
libcurl.imp
libcurl.plist
libcurl.rc
llist.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
llist.h
Makefile.am
Revert delegating c-ares linking magic on libtool and auto-makefiles when using
2009-06-06 13:20:39 +00:00
makefile.amiga
Added new libcurl source files to Amiga, RiscOS and VC6 build files.
2009-04-23 04:12:04 +00:00
Makefile.b32
Remove empty line used to force CVS to update the $Id date string format
2009-05-19 12:12:22 +00:00
makefile.dj
improve usability with UNIX-like shells or a DOS command interpreters
2009-06-13 18:11:17 +00:00
Makefile.inc
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
Makefile.m32
some minor Makefile tweaks for latest libssh2.
2009-04-09 02:50:09 +00:00
Makefile.netware
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
Makefile.riscos
Added new libcurl source files to Amiga, RiscOS and VC6 build files.
2009-04-23 04:12:04 +00:00
Makefile.vc6
Added new libcurl source files to Amiga, RiscOS and VC6 build files.
2009-04-23 04:12:04 +00:00
Makefile.vxworks
Igor Novoseltsev adjusted Makefile.vxworks to get sources and headers
2009-06-08 15:49:02 +00:00
Makefile.Watcom
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
md5.c
Added support for Digest and NTLM authentication using GnuTLS.
2009-02-12 20:48:40 +00:00
memdebug.c
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
memdebug.h
Moved potential inclusion of system's malloc.h and memory.h header files to
2009-04-21 10:26:58 +00:00
mk-ca-bundle.pl
mprintf.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
msvcproj.foot
msvcproj.head
- I renamed everything in the windows builds files that used the name 'curllib'
2009-02-23 09:36:54 +00:00
multi.c
fix compiler warning
2009-06-12 02:41:16 +00:00
multiif.h
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
netrc.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
netrc.h
nss.c
- Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount
2009-06-08 21:25:16 +00:00
nssg.h
Forgot it's a struct
2008-10-17 22:33:08 +00:00
nwlib.c
nwos.c
parsedate.c
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
2008-10-23 11:49:19 +00:00
parsedate.h
progress.c
progress.h
qssl.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
qssl.h
rawstr.c
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
2009-02-07 22:53:37 +00:00
rawstr.h
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
2009-02-07 22:53:37 +00:00
README.ares
README.curl_off_t
README.curlx
Remove empty line used to force CVS to update the $Id date string format
2009-05-19 12:12:22 +00:00
README.encoding
README.hostip
README.httpauth
README.memoryleak
README.multi_socket
README.NSS
README.pipelining
security.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
select.c
select.h
sendf.c
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2009-06-10 21:26:11 +00:00
sendf.h
setup_once.h
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
setup-os400.h
Use build-time configured curl_socklen_t instead of socklen_t
2009-05-02 02:37:32 +00:00
setup.h
allow building libcurl for VxWorks
2009-06-04 19:11:11 +00:00
share.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
share.h
slist.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
slist.h
- Frank Hempel found out a bug and provided the fix:
2009-03-09 12:21:46 +00:00
sockaddr.h
Update copyright year, to force CVS to update the $Id date string format
2009-05-18 12:25:45 +00:00
socks_gssapi.c
Moved potential inclusion of system's malloc.h and memory.h header files to
2009-04-21 10:26:58 +00:00
socks_sspi.c
Moved potential inclusion of system's malloc.h and memory.h header files to
2009-04-21 10:26:58 +00:00
socks.c
Moved potential inclusion of system's malloc.h and memory.h header files to
2009-04-21 10:26:58 +00:00
socks.h
- Markus Moeller introduced two new options to libcurl:
2009-01-28 21:33:58 +00:00
speedcheck.c
speedcheck.h
Update copyright year, to force CVS to update the $Id date string format
2009-05-18 12:25:45 +00:00
splay.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
splay.h
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
ssh.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
ssh.h
changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by libssh2.h; removed related define block from ssh.h.
2009-05-19 23:21:25 +00:00
sslgen.c
- Michael Smith posted bug report #2786255
2009-05-04 21:57:14 +00:00
sslgen.h
- Michael Smith posted bug report #2786255
2009-05-04 21:57:14 +00:00
ssluse.c
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2009-06-10 21:26:11 +00:00
ssluse.h
strdup.c
strdup.h
strequal.c
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
2008-10-23 11:49:19 +00:00
strequal.h
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
2008-10-23 11:49:19 +00:00
strerror.c
allow building libcurl for VxWorks
2009-06-04 19:11:11 +00:00
strerror.h
Update copyright year, to force CVS to update the $Id date string format
2009-05-18 12:25:45 +00:00
strtok.c
strtok.h
strtoofft.c
strtoofft.h
telnet.c
libcurl's memory.h renamed to curl_memory.h
2009-04-21 11:46:16 +00:00
telnet.h
tftp.c
fix compiler warning: unused parameter
2009-05-28 16:18:25 +00:00
tftp.h
timeval.c
timeval.h
transfer.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00
transfer.h
url.c
include <limits.h> for INT_MAX definition
2009-06-12 02:47:35 +00:00
url.h
- Constantine Sapuntzakis fixed bug report #2784055
2009-05-08 10:59:40 +00:00
urldata.h
- Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount
2009-06-08 21:25:16 +00:00
vc6libcurl.dsw
Fix CR
2009-05-08 19:09:36 +00:00
vc8proj.foot
vc8proj.head
- I renamed everything in the windows builds files that used the name 'curllib'
2009-02-23 09:36:54 +00:00
version.c
Adjusted to take in account that...
2009-06-10 02:49:42 +00:00