.. |
.cvsignore
|
8b66981ce0
- I renamed everything in the windows builds files that used the name 'curllib'
|
15 years ago |
Makefile.Watcom
|
abb74a1203
Updated dependencies based on "gcc -MM".
|
16 years ago |
Makefile.am
|
8b66981ce0
- I renamed everything in the windows builds files that used the name 'curllib'
|
15 years ago |
Makefile.b32
|
56f0227c92
|
20 years ago |
Makefile.inc
|
e813bf31d7
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
|
16 years ago |
Makefile.m32
|
b686dc4911
changed to latest libidn version.
|
16 years ago |
Makefile.netware
|
d839230402
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware.
|
16 years ago |
Makefile.riscos
|
707828b71a
Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)
|
16 years ago |
Makefile.vc6
|
e813bf31d7
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
|
16 years ago |
README.NSS
|
a81a16beac
Added README.NSS to describe the current NSS situation.
|
16 years ago |
README.ares
|
4c663ba9a8
When transferring 500 downloads in parallel with a c-ares enabled build only
|
17 years ago |
README.curl_off_t
|
1056202b48
spell! (most of it fixed by Tor Arntsen)
|
16 years ago |
README.curlx
|
26b8b3fc53
updated with more and new info
|
20 years ago |
README.encoding
|
1e5f6cc1dc
Fixed a lingering omission of gzip support.
|
19 years ago |
README.hostip
|
4d1f3d3cd0
Added README.hostip
|
20 years ago |
README.httpauth
|
3e1caa6185
HTTP "auth done right". See lib/README.httpauth
|
20 years ago |
README.memoryleak
|
b1db9dbb16
corrected how tests/memanalyze.pl is used
|
18 years ago |
README.multi_socket
|
1be60dde7f
updated to current status
|
18 years ago |
README.pipelining
|
e92e811a61
updated to reflect reality
|
18 years ago |
amigaos.c
|
be8a5d0aef
proper symbol definition check for all AmigaOS flavours
|
17 years ago |
amigaos.h
|
4e909ee8b1
ntoa() and inet_ntoa_r() no longer used
|
16 years ago |
arpa_telnet.h
|
80d301257c
Make some more arrays of pointers const.
|
20 years ago |
base64.c
|
b4ac9cd02c
Remove a chunk of unused code that was #ifdef'de on defines we never set.
|
16 years ago |
config-amigaos.h
|
17d2a464ad
Refactor configure script detection of functions used to set sockets into
|
16 years ago |
config-mac.h
|
17d2a464ad
Refactor configure script detection of functions used to set sockets into
|
16 years ago |
config-os400.h
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
config-riscos.h
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
config-symbian.h
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
config-tpf.h
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
config-win32.h
|
51b46f451f
Do not halt compilation when using VS2008 to build a Windows 2000 target
|
15 years ago |
config-win32ce.h
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
config.dos
|
17d2a464ad
Refactor configure script detection of functions used to set sockets into
|
16 years ago |
connect.c
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
connect.h
|
d0b8b5a199
- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a
|
16 years ago |
content_encoding.c
|
4ad296c60b
- A second follow-up change by Andre Guibert de Bruet to fix a related memory
|
15 years ago |
content_encoding.h
|
3452c8d693
Added missing multiple header inclusion prevention definition
|
16 years ago |
cookie.c
|
5e74c58b73
- Tim Ansell fixed a compiler warning in lib/cookie.c
|
16 years ago |
cookie.h
|
a62e155ca4
- Niklas Angebrand made the cookie support in libcurl properly deal with the
|
17 years ago |
curl_addrinfo.c
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
curl_addrinfo.h
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
curl_base64.h
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 years ago |
curl_ldap.h
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 years ago |
curl_md5.h
|
bbe2386bff
libcurl internal md5.h header file renamed to curl_md5.h
|
16 years ago |
curl_sspi.c
|
0a6312d66f
fix typo in comment
|
16 years ago |
curl_sspi.h
|
a97f52db20
Provide another definition missing in MinGW's headers
|
16 years ago |
curlx.h
|
9d16b4081e
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
|
16 years ago |
dict.c
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 years ago |
dict.h
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 years ago |
easy.c
|
e813bf31d7
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
|
16 years ago |
easyif.h
|
772a985dc3
Update copyright year, since the file has been modified
|
18 years ago |
escape.c
|
95456b8e78
Added const to some pointer variables
|
16 years ago |
escape.h
|
5a4b43848a
First commit of David McCreedy's EBCDIC and TPF changes.
|
18 years ago |
file.c
|
71f3877f3a
- Hidemoto Nakada provided a small fix that makes it possible to get the
|
16 years ago |
file.h
|
59b05ac383
Fixed an OOM problem with file: URLs
|
17 years ago |
firefox-db2pem.sh
|
1c04aa54a7
- Running 'make ca-firefox' in the root build dir will now run the new
|
16 years ago |
formdata.c
|
2a86817349
malloc+memset => calloc
|
16 years ago |
formdata.h
|
a2314225e0
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
|
16 years ago |
ftp.c
|
af91ff0e06
- Linus Nielsen Feltzing reported and helped me repeat and fix a problem with
|
15 years ago |
ftp.h
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 years ago |
getenv.c
|
aac739ccd2
ANSI C compatibility adjustment
|
16 years ago |
getinfo.c
|
002cf105c6
- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
|
15 years ago |
getinfo.h
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
gtls.c
|
9a4c887c4a
Added support for Digest and NTLM authentication using GnuTLS.
|
15 years ago |
gtls.h
|
9a4c887c4a
Added support for Digest and NTLM authentication using GnuTLS.
|
15 years ago |
hash.c
|
e29f62f0a7
add null-pointer check
|
16 years ago |
hash.h
|
62f0f5571d
Robert Iakobashvili re-arranged the internal hash code to work with a custom
|
17 years ago |
hostares.c
|
dcf92bffd2
- When building with c-ares 1.6.1 (not yet released) or later and IPv6 support
|
16 years ago |
hostasyn.c
|
0ce97f77e0
Use our Curl_addrinfo definition even when an addrinfo struct is available.
|
16 years ago |
hostip.c
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
hostip.h
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
hostip4.c
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
hostip6.c
|
c2c800d863
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
|
16 years ago |
hostsyn.c
|
8f467b4288
Removed unneeded includes of signal.h and setjmp.h
|
16 years ago |
hostthre.c
|
a0ef686c54
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
|
16 years ago |
http.c
|
bdd4294e79
- Craig A West brought us: libcurl now defaults to do CONNECT with HTTP
|
16 years ago |
http.h
|
3a499099af
- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
|
16 years ago |
http_chunks.c
|
6ea91af2f8
fix compiler warning
|
16 years ago |
http_chunks.h
|
f19d333ef6
- Ravi Pratap provided work on libcurl making pipelining more robust and
|
17 years ago |
http_digest.c
|
82ca52713b
- Alexey Borzov filed bug report #2535504
|
16 years ago |
http_digest.h
|
8cf0814a14
Fixed some minor type mismatches and missing consts mainly found by splint.
|
17 years ago |
http_negotiate.c
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
http_negotiate.h
|
015d5869d7
Mark Davies fixed Negotiate authentication over proxy, and also introduced
|
17 years ago |
http_ntlm.c
|
9a4c887c4a
Added support for Digest and NTLM authentication using GnuTLS.
|
15 years ago |
http_ntlm.h
|
e813bf31d7
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
|
16 years ago |
if2ip.c
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
if2ip.h
|
a15b6a6f86
the IP address we want/request/use from the interface is the 'local'
|
16 years ago |
inet_ntop.c
|
3800be3898
Remove usage of inet_ntoa and inet_ntoa_r
|
16 years ago |
inet_ntop.h
|
01cbf08064
Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no
|
19 years ago |
inet_pton.c
|
73060b4523
backport fix for failures to reject certain malformed literals
|
16 years ago |
inet_pton.h
|
4d437416da
HAVE_INET_PTON will only be defined when an IPv6 capable working
|
16 years ago |
krb4.c
|
3c4b69f95d
fix OOM problem reported by Jim Meyering
|
16 years ago |
krb4.h
|
e2b82b4325
- Make Curl_write and it's callees accept a const pointer, in preparation
|
16 years ago |
krb5.c
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 years ago |
ldap.c
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 years ago |
libcurl.def
|
fd870e4e8a
Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in
|
19 years ago |
libcurl.dsw
|
8b66981ce0
- I renamed everything in the windows builds files that used the name 'curllib'
|
15 years ago |
libcurl.imp
|
343b882d80
there's an curl_easy_unescape too now
|
18 years ago |
libcurl.plist
|
1be1d3cfb8
Matt Veenstra updated to 7.12.3. Starting now, we'll update the version number
|
20 years ago |
libcurl.rc
|
e322513698
use copyright define instead of hardcoded string.
|
17 years ago |
llist.c
|
6bd91936ff
remove debug-code which zero-filled some structures before free()ing them
|
16 years ago |
llist.h
|
b3de497d83
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
|
17 years ago |
makefile.amiga
|
707828b71a
Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)
|
16 years ago |
makefile.dj
|
48be4fa069
Added rule to generate '../include/curl/curlbuild.h'.
|
16 years ago |
md5.c
|
9a4c887c4a
Added support for Digest and NTLM authentication using GnuTLS.
|
15 years ago |
memdebug.c
|
976963cd21
Really old gcc doesn't like parenthesis around the names of functions that
|
16 years ago |
memdebug.h
|
c2c800d863
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
|
16 years ago |
memory.h
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 years ago |
mk-ca-bundle.pl
|
b718283327
removed obsolete slash in URL.
|
16 years ago |
mprintf.c
|
651dad0cc1
fix compiler warning: external declaration in primary source file
|
16 years ago |
msvcproj.foot
|
fc9610919c
This file must be kept in CVS with DOS style CR+LF line endings.
|
16 years ago |
msvcproj.head
|
8b66981ce0
- I renamed everything in the windows builds files that used the name 'curllib'
|
15 years ago |
multi.c
|
af91ff0e06
- Linus Nielsen Feltzing reported and helped me repeat and fix a problem with
|
15 years ago |
multiif.h
|
f591ab3ba0
fix compiler warning: defined but not used
|
16 years ago |
netrc.c
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
netrc.h
|
bdf1157d55
Made a parameter const
|
16 years ago |
nss.c
|
a24fe59ee4
- Kamil Dudka made NSS-powered builds compile and run again!
|
15 years ago |
nssg.h
|
8eee5f3253
Forgot it's a struct
|
16 years ago |
nwlib.c
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
nwos.c
|
cbd1a77ec2
if () => if()
|
17 years ago |
parsedate.c
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
parsedate.h
|
da6fa34f02
fix multiple header inclusion prevention definition
|
16 years ago |
progress.c
|
2ecf22e37e
fix compiler warning: explicit conversion of a 64-bit integral type to a smaller integral type
|
16 years ago |
progress.h
|
7c648782bc
Introcuding a new timestamp for curl_easy_getinfo():
|
16 years ago |
qssl.c
|
24bf52bc69
Adapting last changes to OS400:
|
16 years ago |
qssl.h
|
ddfa4b8896
New options added to OS400 wrapper and ILERPG definitions.
|
16 years ago |
rawstr.c
|
bf44d0f640
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
|
16 years ago |
rawstr.h
|
bf44d0f640
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
|
16 years ago |
security.c
|
484d549ece
Marked with TODO comments a number of problems in the Kerberos code detected
|
16 years ago |
select.c
|
b97606f0b0
Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS
|
16 years ago |
select.h
|
08ac9866e0
Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI
|
16 years ago |
sendf.c
|
80ffd3581f
Created a CURLMIN macro to match CURLMAX
|
16 years ago |
sendf.h
|
aff5408633
made Curl_read_plain() return an 'int' instead of CURLcode since it actually
|
16 years ago |
setup-os400.h
|
a15b6a6f86
the IP address we want/request/use from the interface is the 'local'
|
16 years ago |
setup.h
|
9a4c887c4a
Added support for Digest and NTLM authentication using GnuTLS.
|
15 years ago |
setup_once.h
|
f9894f4ebc
Don't abort configuration if recvfrom() is not available.
|
16 years ago |
share.c
|
2a86817349
malloc+memset => calloc
|
16 years ago |
share.h
|
414c57d138
Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and
|
18 years ago |
sockaddr.h
|
d58790af17
oops * 2
|
19 years ago |
socks.c
|
de4610a55f
- Markus Moeller introduced two new options to libcurl:
|
16 years ago |
socks.h
|
de4610a55f
- Markus Moeller introduced two new options to libcurl:
|
16 years ago |
socks_gssapi.c
|
09f4a1c5e5
Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reporting
|
16 years ago |
socks_sspi.c
|
fb90b43432
use the internal snprintf() function
|
15 years ago |
speedcheck.c
|
9f44a95522
Renamed several libcurl error codes and options to make them more general
|
17 years ago |
speedcheck.h
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
splay.c
|
e16509d5cf
make the debug/helper function output to stderr as that makes it play nicer
|
16 years ago |
splay.h
|
eb68aa38e3
Christopher Palow provided the patch (edited by me) that introduces
|
16 years ago |
ssh.c
|
122b0bfe82
silent 'unused' warnings.
|
16 years ago |
ssh.h
|
e9895ea2e7
Remove trailing #undef value. Typo?
|
16 years ago |
sslgen.c
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
sslgen.h
|
4cbc0f6c2e
- Rainer Canavan filed bug #2255627
|
16 years ago |
ssluse.c
|
8fa8df95fb
- The "-no_ticket" option was introduced in Openssl0.9.8j. It's a flag to
|
16 years ago |
ssluse.h
|
4c9768565e
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
|
16 years ago |
strdup.c
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
strdup.h
|
37a358ab93
move multiple header inclusion prevention definition to top of file
|
16 years ago |
strequal.c
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
strequal.h
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
strerror.c
|
c3d1b07c45
ensure that errno is not modified inside Curl_strerror()
|
16 years ago |
strerror.h
|
84bf03b365
removed trailing whitespace
|
20 years ago |
strtok.c
|
cbd1a77ec2
if () => if()
|
17 years ago |
strtok.h
|
37a358ab93
move multiple header inclusion prevention definition to top of file
|
16 years ago |
strtoofft.c
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
strtoofft.h
|
4dbfc91e2b
MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64
|
16 years ago |
telnet.c
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 years ago |
telnet.h
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 years ago |
tftp.c
|
8925527fef
In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warning
|
15 years ago |
tftp.h
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 years ago |
timeval.c
|
97333deb3f
fallback to gettimeofday when monotonic clock is unavailable at run-time
|
16 years ago |
timeval.h
|
584f3639e3
update copyright year
|
17 years ago |
transfer.c
|
5af0629ba5
- Patrik Thunstrom reported a problem and helped me repeat it. It turned out
|
15 years ago |
transfer.h
|
852989856d
- To make it easier for applications that want lots of magic stuff done on
|
16 years ago |
url.c
|
8f81fd6be5
- CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for
|
15 years ago |
url.h
|
bf44d0f640
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
|
16 years ago |
urldata.h
|
af91ff0e06
- Linus Nielsen Feltzing reported and helped me repeat and fix a problem with
|
15 years ago |
vc8proj.foot
|
e994c6af75
Use DOS line-endings.
|
18 years ago |
vc8proj.head
|
8b66981ce0
- I renamed everything in the windows builds files that used the name 'curllib'
|
15 years ago |
version.c
|
3e2487493e
Use SIZEOF_OFF_T definition from config file
|
16 years ago |