Daniel Stenberg 9d7a59c8fa setopt: less *or equal* than INT_MAX/1000 should be fine 6 years ago
..
vauth 46e852ce26 ntlm: remove unnecessary NULL-check to please scan-build 6 years ago
vtls 2437dbbf12 vtls: replaced getenv() with curl_getenv() 6 years ago
.gitattributes a0576e2f36 .gitattributes: force shell scripts to LF 7 years ago
.gitignore 8611d985ee VC: remove the makefile.vc6 build infra 7 years ago
CMakeLists.txt 1cb4f5d6e8 cmake: Export libcurl and curl targets to use by other cmake projects 6 years ago
Makefile.Watcom c2aeb1b3ba lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENV 7 years ago
Makefile.am 4b41424910 lib: don't export all symbols, just everything curl_* 6 years ago
Makefile.b32 f7df67cff0 spelling fixes 7 years ago
Makefile.inc c92d2e14cf Added support for libssh SSH SCP back-end 6 years ago
Makefile.m32 cc1f443609 Makefile.m32: allow to customize brotli libs 6 years ago
Makefile.netware 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 years ago
Makefile.vxworks ccfa139c71 build: updated dependencies in makefiles. 9 years ago
amigaos.c 0f1996321f s/cURL/curl 7 years ago
amigaos.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
arpa_telnet.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
asyn-ares.c 0d85eed3df Curl_timeleft: change return type to timediff_t 6 years ago
asyn-thread.c 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
asyn.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
base64.c efd24d5742 base64: check for integer overflow on large input 7 years ago
checksrc.pl 59813726d1 checksrc: detect and warn for multiple spaces 6 years ago
config-amigaos.h 60450d507f config-amigaos.h: (embarrassed) made the line shorter 7 years ago
config-dos.h beda1dbe11 config-dos: add missing defines, SIZEOF_* and two others 6 years ago
config-mac.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-os400.h a4fc19eb4d os400: add missing symbols in config file. 6 years ago
config-riscos.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-symbian.h 8657c268e1 checksrc: white space edits to comply to stricter checksrc 7 years ago
config-tpf.h 00da16ca5b config-tpf: define SIZEOF_LONG 6 years ago
config-vxworks.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-win32.h 24bba40456 lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS 6 years ago
config-win32ce.h ebf46317ee config-win32: define SIZEOF_LONG 6 years ago
conncache.c 07cb27c98e conncache: fix several lock issues 6 years ago
conncache.h 07cb27c98e conncache: fix several lock issues 6 years ago
connect.c 979b012eeb connect: add support for new TCP Fast Open API on Linux 6 years ago
connect.h 0d85eed3df Curl_timeleft: change return type to timediff_t 6 years ago
content_encoding.c def2ca2628 zlib/brotli: only include header files in modules needing them 6 years ago
content_encoding.h dbcced8e32 HTTP: support multiple Content-Encodings 6 years ago
cookie.c fa394c8c2e cookie: avoid NULL dereference 6 years ago
cookie.h 2bc230de63 cookies: reject oversized cookies 6 years ago
curl_addrinfo.c 76ebd54175 configure: check for netinet/in6.h 6 years ago
curl_addrinfo.h 1d786faee1 unix_socket: add support for abstract unix domain socket 7 years ago
curl_base64.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
curl_config.h.cmake d531f33ba2 timeval: use mach time on MacOS 6 years ago
curl_des.c 88bdd7cf6f use *.sourceforge.io and misc URL updates 7 years ago
curl_des.h 39c803cba2 openssl: remove most BoringSSL #ifdefs. 8 years ago
curl_endian.c 4ba20a5119 curl_endian: remove unused functions 7 years ago
curl_endian.h 4ba20a5119 curl_endian: remove unused functions 7 years ago
curl_fnmatch.c 0b664ba968 wildcardmatch: fix heap buffer overflow in setcharset 6 years ago
curl_fnmatch.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_gethostname.c 6832c1d4b2 checksrc: move open braces to comply with function declaration style 7 years ago
curl_gethostname.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_gssapi.c 8657c268e1 checksrc: white space edits to comply to stricter checksrc 7 years ago
curl_gssapi.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
curl_hmac.h dbadaebfc4 checksrc: code style: use 'char *name' style 7 years ago
curl_ldap.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_md4.h 5f830eaba0 mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable 7 years ago
curl_md5.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_memory.h f7df67cff0 spelling fixes 7 years ago
curl_memrchr.c 0c331b8999 memdebug: Ensure curl/curl.h is included before curl_memory.h 8 years ago
curl_memrchr.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_multibyte.c 3123dad89c curl_multibyte: fix compiler error 8 years ago
curl_multibyte.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_ntlm_core.c 014887c50a curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided 6 years ago
curl_ntlm_core.h 953b5c4e26 ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header 6 years ago
curl_ntlm_wb.c 953b5c4e26 ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header 6 years ago
curl_ntlm_wb.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_path.c a4a56ec93e sftp: allow quoted commands to use relative paths 6 years ago
curl_path.h a4a56ec93e sftp: allow quoted commands to use relative paths 6 years ago
curl_printf.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_rtmp.c 1cfa4cd427 curl_rtmp: fix a compiler warning 7 years ago
curl_rtmp.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_sasl.c 6869d65f54 Curl_base64_encode: always call with a real data handle. 6 years ago
curl_sasl.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
curl_sec.h b228d2952b checksrc: stricter no-space-before-paren enforcement 7 years ago
curl_setup.h fe03485e93 curl_setup.h: oops, shorten the too long line 6 years ago
curl_setup_once.h af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 years ago
curl_sha256.h 2b5b37cb91 auth: add support for RFC7616 - HTTP Digest access authentication 6 years ago
curl_sspi.c ef5d3facd5 curl_sspi.c: Updated function description comments 7 years ago
curl_sspi.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl_threads.c 0139545607 curl_threads: fix MSVC compiler warning 7 years ago
curl_threads.h b228d2952b checksrc: stricter no-space-before-paren enforcement 7 years ago
curlx.h a7b99d58a8 curlx: the timeval functions are no longer provided as curlx_* 6 years ago
dict.c 6b84438d9a code style: use spaces around equals signs 6 years ago
dict.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
dotdot.c e5743f08e7 code style: use spaces around pluses 6 years ago
dotdot.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
easy.c c92d2e14cf Added support for libssh SSH SCP back-end 6 years ago
easyif.h 80388edefc typedefs: use the full structs in internal code... 8 years ago
escape.c 2fc1db56cd escape.c: error: pointer targets differ in signedness 6 years ago
escape.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
file.c 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
file.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
fileinfo.c cbae73e1dd llist: no longer uses malloc 7 years ago
fileinfo.h cbae73e1dd llist: no longer uses malloc 7 years ago
firefox-db2pem.sh 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
formdata.c 0401734dfd mime: keep "text/plain" content type if user-specified. 6 years ago
formdata.h 9926357b42 mime: unified to use the typedef'd mime structs everywhere 6 years ago
ftp.c 0d85eed3df Curl_timeleft: change return type to timediff_t 6 years ago
ftp.h c95eff4a11 ftp: fix CWD when doing multicwd then nocwd on same connection 6 years ago
ftplistparser.c 1d72b5b891 ftplistparser: follow-up cleanup to remove PL_ERROR() 6 years ago
ftplistparser.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
getenv.c 7f3df80408 win: Basic support for Universal Windows Platform apps 7 years ago
getinfo.c 69039fd1fa getinfo: access SSL internals via Curl_ssl 6 years ago
getinfo.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
gopher.c 6b84438d9a code style: use spaces around equals signs 6 years ago
gopher.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
hash.c 20acb58a38 code style: use space after semicolon 6 years ago
hash.h cbae73e1dd llist: no longer uses malloc 7 years ago
hmac.c dbadaebfc4 checksrc: code style: use 'char *name' style 7 years ago
hostasyn.c 733190413f resolvers: only include anything if needed 6 years ago
hostcheck.c 76ebd54175 configure: check for netinet/in6.h 6 years ago
hostcheck.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
hostip.c b1b94305d8 RESOLVE: output verbose text when trying to set a duplicate name 6 years ago
hostip.h f7df67cff0 spelling fixes 7 years ago
hostip4.c 733190413f resolvers: only include anything if needed 6 years ago
hostip6.c 733190413f resolvers: only include anything if needed 6 years ago
hostsyn.c 733190413f resolvers: only include anything if needed 6 years ago
http.c dbcced8e32 HTTP: support multiple Content-Encodings 6 years ago
http.h 02eb6184ad Curl_checkheaders: make it available for IMAP and SMTP too 6 years ago
http2.c 9474a5fe11 http2: fix "Value stored to 'end' is never read" scan-build error 6 years ago
http2.h 65ca030513 http2: fix OOM crash 7 years ago
http_chunks.c dbcced8e32 HTTP: support multiple Content-Encodings 6 years ago
http_chunks.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
http_digest.c 773cef4fae lib: fix MSVC compiler warnings 7 years ago
http_digest.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
http_negotiate.c cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 7 years ago
http_negotiate.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
http_ntlm.c 953b5c4e26 ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header 6 years ago
http_ntlm.h f0bdd72c10 http_ntlm: Renamed from curl_ntlm.[c|h] 8 years ago
http_proxy.c 55e609890f CONNECT: keep close connection flag in http_connect_state struct 6 years ago
http_proxy.h edafd52be1 http_proxy: fix build with http and proxy 7 years ago
idn_win32.c 58e4a06743 idn_win32: Use boolean based success codes 8 years ago
if2ip.c e5743f08e7 code style: use spaces around pluses 6 years ago
if2ip.h b748d7af7e ipv6_scope: support unique local addresses 6 years ago
imap.c 615edc1f73 sasl_getmesssage: make sure we have a long enough string to pass 6 years ago
imap.h befaa7b14f imap: support PREAUTH 6 years ago
inet_ntop.c e5743f08e7 code style: use spaces around pluses 6 years ago
inet_ntop.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
inet_pton.c af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 years ago
inet_pton.h 21e0705734 inet_pton: fix include on windows to get prototype 7 years ago
krb5.c c79f4908d4 krb5: use private buffer for temp string, not receive buffer 7 years ago
ldap.c 748f5301c0 ldap: silence clang warning 6 years ago
libcurl.plist 072b1ad15a MacOSX-Framework: Make script work in Xcode 4.0 and later 11 years ago
libcurl.rc df86db7dee *.rc: escape non-ASCII/non-UTF-8 character for clarity 7 years ago
libcurl.vers.in 70b5173410 configure: use XC_LIBTOOL for portability across libtool versions 11 years ago
llist.c cec0734b4c Curl_llist_remove: fix potential NULL pointer deref 6 years ago
llist.h cbae73e1dd llist: no longer uses malloc 7 years ago
makefile.amiga 3d8c093145 curl tool: use configuration files from lib directory - follow-up I 12 years ago
makefile.dj 60c655ac07 lib: fix the djgpp build 7 years ago
md4.c 769890c7e2 MD(4|5): silence cast-align clang warning 7 years ago
md5.c 769890c7e2 MD(4|5): silence cast-align clang warning 7 years ago
memdebug.c 52d9a11c1c memdebug: use send/recv signature for curl_dosend/curl_dorecv 6 years ago
memdebug.h 52d9a11c1c memdebug: use send/recv signature for curl_dosend/curl_dorecv 6 years ago
mime.c cd79b53191 mime: fix "Value stored to 'sz' is never read" scan-build error 6 years ago
mime.h b557182db1 mime: improve unbinding top multipart from easy handle. 6 years ago
mk-ca-bundle.pl fdd879d549 mk-ca-bundle: Remove URL for aurora 6 years ago
mk-ca-bundle.vbs 2e750ce452 mk-ca-bundle.vbs: Fix UTF-8 output 7 years ago
mprintf.c 87501e57f1 code style: remove wrong uses of multiple spaces 6 years ago
multi.c e959f16c5f multi_done: prune DNS cache 6 years ago
multihandle.h 67c55a26d5 share: add support for sharing the connection cache 6 years ago
multiif.h 7fffe97b78 expire: remove Curl_expire_latest() 7 years ago
netrc.c 6b84438d9a code style: use spaces around equals signs 6 years ago
netrc.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
non-ascii.c 46e14b6942 non-ascii: use iconv() with 'char **' argument 6 years ago
non-ascii.h ce0881edee mime: new MIME API. 6 years ago
nonblock.c 66de563482 Improve code readbility 7 years ago
nonblock.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
nwlib.c 1c3e8bbfed checksrc: warn for assignments within if() expressions 7 years ago
nwos.c b228d2952b checksrc: stricter no-space-before-paren enforcement 7 years ago
objnames-test08.sh 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
objnames-test10.sh 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
objnames.inc f7df67cff0 spelling fixes 7 years ago
openldap.c 00cda0f9b3 openldap: fix checksrc nits 6 years ago
parsedate.c e5743f08e7 code style: use spaces around pluses 6 years ago
parsedate.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
pingpong.c 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
pingpong.h 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
pipeline.c 6208547002 PIPELINING_SERVER_BL: cleanup the internal list use 7 years ago
pipeline.h e60fe20fdf llist: replace Curl_llist_alloc with Curl_llist_init 7 years ago
pop3.c 615edc1f73 sasl_getmesssage: make sure we have a long enough string to pass 6 years ago
pop3.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
progress.c 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
progress.h 43d036e724 progress: Track total times following redirects 6 years ago
rand.c 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
rand.h 1cafede9f2 rand: treat fake entropy the same regardless of endianness 7 years ago
rtsp.c 08dbed31d5 rtsp: Segfault in rtsp.c when using WRITEDATA 6 years ago
rtsp.h c75f63d7c4 handler: refactor connection checking 7 years ago
security.c 6b84438d9a code style: use spaces around equals signs 6 years ago
select.c f2003295a0 select: update comments 6 years ago
select.h 7e21e5fd0c select.h: avoid macro redefinition harder 7 years ago
sendf.c c103cac3c8 include: get netinet/in.h before linux/tcp.h 6 years ago
sendf.h d00f2a8f2e http_proxy: Fix proxy CONNECT hang on pending data 7 years ago
setopt.c 9d7a59c8fa setopt: less *or equal* than INT_MAX/1000 should be fine 6 years ago
setopt.h aa7668b948 setopt: split out curl_easy_setopt() to its own file 6 years ago
setup-os400.h dbadaebfc4 checksrc: code style: use 'char *name' style 7 years ago
setup-vms.h 6832c1d4b2 checksrc: move open braces to comply with function declaration style 7 years ago
sha256.c 2b5b37cb91 auth: add support for RFC7616 - HTTP Digest access authentication 6 years ago
share.c 3619ee5feb curl_share_setopt: va_end was not called if conncache errors 6 years ago
share.h 67c55a26d5 share: add support for sharing the connection cache 6 years ago
sigpipe.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
slist.c 0c331b8999 memdebug: Ensure curl/curl.h is included before curl_memory.h 8 years ago
slist.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
smb.c fa1512b2a0 SMB: fix uninitialized local variable 6 years ago
smb.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
smtp.c 615edc1f73 sasl_getmesssage: make sure we have a long enough string to pass 6 years ago
smtp.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
sockaddr.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
socks.c 0d85eed3df Curl_timeleft: change return type to timediff_t 6 years ago
socks.h cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 7 years ago
socks_gssapi.c e5743f08e7 code style: use spaces around pluses 6 years ago
socks_sspi.c e5743f08e7 code style: use spaces around pluses 6 years ago
speedcheck.c b9d25f9a6b timediff: return timediff_t from the time diff functions 6 years ago
speedcheck.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
splay.c 6b84438d9a code style: use spaces around equals signs 6 years ago
splay.h 87501e57f1 code style: remove wrong uses of multiple spaces 6 years ago
ssh-libssh.c a4a56ec93e sftp: allow quoted commands to use relative paths 6 years ago
ssh.c a4a56ec93e sftp: allow quoted commands to use relative paths 6 years ago
ssh.h a2f3966800 libssh: added SFTP support 6 years ago
strcase.c 222e65fd78 strcase: corrected comment header for Curl_strcasecompare() 6 years ago
strcase.h cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 7 years ago
strdup.c e5743f08e7 code style: use spaces around pluses 6 years ago
strdup.h 0649433da5 realloc: use Curl_saferealloc to avoid common mistakes 7 years ago
strerror.c c5e87fdb7a strerror: Preserve Windows error code in some functions 7 years ago
strerror.h 9c91ec7781 idn: switch to libidn2 use and IDNA2008 support 7 years ago
strtok.c 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
strtok.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
strtoofft.c 454dae0092 strtoofft: Remove extraneous null check 6 years ago
strtoofft.h 80d9e35598 system.h: remove all CURL_SIZEOF_* defines 6 years ago
system_win32.c f7df67cff0 spelling fixes 7 years ago
system_win32.h 6020ce5fa7 win32: Introduced centralised verify windows version function 8 years ago
telnet.c 5d543fe906 time: rename Curl_tvnow to Curl_now 6 years ago
telnet.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
tftp.c 0d85eed3df Curl_timeleft: change return type to timediff_t 6 years ago
tftp.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
timeval.c d531f33ba2 timeval: use mach time on MacOS 6 years ago
timeval.h 788d333573 timeval: make timediff_t also work on 32bit windows 6 years ago
transfer.c dbcced8e32 HTTP: support multiple Content-Encodings 6 years ago
transfer.h 02eb6184ad Curl_checkheaders: make it available for IMAP and SMTP too 6 years ago
url.c 179ee78e86 curl: remove __EMX__ #ifdefs 6 years ago
url.h aa7668b948 setopt: split out curl_easy_setopt() to its own file 6 years ago
urldata.h 55e609890f CONNECT: keep close connection flag in http_connect_state struct 6 years ago
version.c a2f3966800 libssh: added SFTP support 6 years ago
warnless.c 6b9bc5a4fe CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG 6 years ago
warnless.h 65f972b2e8 warnless.h: Removed spurious character from commit 696bc6b9c9 8 years ago
wildcard.c e60fe20fdf llist: replace Curl_llist_alloc with Curl_llist_init 7 years ago
wildcard.h e60fe20fdf llist: replace Curl_llist_alloc with Curl_llist_init 7 years ago
x509asn1.c 15136a5268 x509asn1: fix implicit-fallthrough warning with GCC 7 7 years ago
x509asn1.h dbadaebfc4 checksrc: code style: use 'char *name' style 7 years ago