Jay Satiro 0b5665c98a digest_sspi: Don't reuse context if the user/passwd has changed 7 years ago
..
vauth 0b5665c98a digest_sspi: Don't reuse context if the user/passwd has changed 7 years ago
vtls 61046e7bd5 darwinssl: fix compiler warning 7 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 866e02935d CMake: set MSVC warning level to 4 7 years ago
Makefile.Watcom c2aeb1b3ba lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENV 7 years ago
Makefile.am 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 years ago
Makefile.b32 f7df67cff0 spelling fixes 7 years ago
Makefile.inc f682156a4f Curl_rand: fixed and moved to rand.c 8 years ago
Makefile.m32 ce2cc568f8 Makefile.m32: enable -W for MinGW32 build 7 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. 10 years ago
amigaos.c 0f1996321f s/cURL/curl 8 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 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
asyn-thread.c af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 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 8 years ago
checksrc.pl 60cf84f7f2 checksrc: escape open brace in regex 7 years ago
config-amigaos.h 60450d507f config-amigaos.h: (embarrassed) made the line shorter 8 years ago
config-dos.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-mac.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-os400.h 4af40b3646 URLs: change all http:// URLs to https:// 8 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 8 years ago
config-tpf.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-vxworks.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
config-win32.h f7df67cff0 spelling fixes 7 years ago
config-win32ce.h f7df67cff0 spelling fixes 7 years ago
conncache.c cbae73e1dd llist: no longer uses malloc 7 years ago
conncache.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
connect.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
connect.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
content_encoding.c 66de563482 Improve code readbility 7 years ago
content_encoding.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
cookie.c 66de563482 Improve code readbility 7 years ago
cookie.h c5be3d7267 cookies: getlist() now holds deep copies of all cookies 8 years ago
curl_addrinfo.c 66de563482 Improve code readbility 7 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 ef5cac3d8c build: remove WIN32_LEAN_AND_MEAN from individual build systems 7 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 66de563482 Improve code readbility 7 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 8 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 8 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 8 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 7960442730 curl_ntlm_core: use Curl_raw_toupper instead of toupper 7 years ago
curl_ntlm_core.h 9bc92eeb0e NTLM: check for features with #ifdef instead of #if 7 years ago
curl_ntlm_wb.c af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 years ago
curl_ntlm_wb.h 4af40b3646 URLs: change all http:// URLs to https:// 8 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 f8518059ce curl_sasl: fix unused-variable warning 7 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 8 years ago
curl_setup.h 53d137d94a curl_setup: Define CURL_NO_OLDIES for building libcurl 7 years ago
curl_setup_once.h af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 years ago
curl_sspi.c ef5d3facd5 curl_sspi.c: Updated function description comments 8 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 8 years ago
curlx.h 95bd2b3e7f strcase: make the tool use curl_str[n]equal instead 8 years ago
dict.c c75f63d7c4 handler: refactor connection checking 7 years ago
dict.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
dotdot.c cfd3e8f399 dedotdot: fixed output for ".." and "." only input 7 years ago
dotdot.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
easy.c fa48987356 easy_events: make event data static 7 years ago
easyif.h 80388edefc typedefs: use the full structs in internal code... 8 years ago
escape.c 66de563482 Improve code readbility 7 years ago
escape.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
file.c c9332fa5e8 file: output the correct buffer to the user 7 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 b875250e32 formdata: fix -Wcomma warning 7 years ago
formdata.h dbadaebfc4 checksrc: code style: use 'char *name' style 8 years ago
ftp.c 2ccd65af3b FTP: skip unnecessary CWD when in nocwd mode 7 years ago
ftp.h 2ccd65af3b FTP: skip unnecessary CWD when in nocwd mode 7 years ago
ftplistparser.c cbae73e1dd llist: no longer uses malloc 7 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 8 years ago
getinfo.c 3b80d3ca46 getinfo: return sizes as curl_off_t 7 years ago
getinfo.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
gopher.c c75f63d7c4 handler: refactor connection checking 7 years ago
gopher.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
hash.c cbae73e1dd llist: no longer uses malloc 7 years ago
hash.h cbae73e1dd llist: no longer uses malloc 7 years ago
hmac.c dbadaebfc4 checksrc: code style: use 'char *name' style 8 years ago
hostasyn.c 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
hostcheck.c 66de563482 Improve code readbility 7 years ago
hostcheck.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
hostip.c 8ab22a7453 time: fix type conversions and compiler warnings 7 years ago
hostip.h f7df67cff0 spelling fixes 7 years ago
hostip4.c 8657c268e1 checksrc: white space edits to comply to stricter checksrc 8 years ago
hostip6.c 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
hostsyn.c 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
http.c 909283ae5a http: fix response code parser to avoid integer overflow 7 years ago
http.h b22f93dbb8 http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD 7 years ago
http2.c c98e97e9c3 http2: handle PING frames 7 years ago
http2.h 65ca030513 http2: fix OOM crash 7 years ago
http_chunks.c b228d2952b checksrc: stricter no-space-before-paren enforcement 8 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 8 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) 8 years ago
http_negotiate.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
http_ntlm.c 88bdd7cf6f use *.sourceforge.io and misc URL updates 7 years ago
http_ntlm.h f0bdd72c10 http_ntlm: Renamed from curl_ntlm.[c|h] 8 years ago
http_proxy.c edafd52be1 http_proxy: fix build with http and proxy 7 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 651e04c4c8 if2ip: fix compiler warning in ISO C90 mode 7 years ago
if2ip.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
imap.c c75f63d7c4 handler: refactor connection checking 7 years ago
imap.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
inet_ntop.c af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 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 b54e0babd7 ldap: fix MinGW compiler warning 7 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 31b39c40cf multi: use a fixed array of timers instead of malloc 7 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 a5834e525d errno: fix non-windows builds after af0216251b94e7 7 years ago
memdebug.h 63b5378a61 memdebug.h: remove inclusion of other headers 8 years ago
mk-ca-bundle.pl ec92afc3f4 mk-ca-bundle.pl: Check curl's exit code after certdata download 7 years ago
mk-ca-bundle.vbs 2e750ce452 mk-ca-bundle.vbs: Fix UTF-8 output 8 years ago
mprintf.c 8589e1fe30 assert: avoid, use DEBUGASSERT instead! 7 years ago
multi.c 164a09368d multi: fix request timer management 7 years ago
multihandle.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
multiif.h 7fffe97b78 expire: remove Curl_expire_latest() 7 years ago
netrc.c a8e1c2e466 netrc: skip lines starting with '#' 7 years ago
netrc.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
non-ascii.c af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 years ago
non-ascii.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 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 8 years ago
nwos.c b228d2952b checksrc: stricter no-space-before-paren enforcement 8 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 c75f63d7c4 handler: refactor connection checking 7 years ago
parsedate.c af0216251b curl_setup_once: Remove ERRNO/SET_ERRNO macros 7 years ago
parsedate.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
pingpong.c b8191e975f pingpong: use the set buffer size 7 years ago
pingpong.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 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 c75f63d7c4 handler: refactor connection checking 7 years ago
pop3.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
progress.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
progress.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
rand.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
rand.h 1cafede9f2 rand: treat fake entropy the same regardless of endianness 7 years ago
rtsp.c c75f63d7c4 handler: refactor connection checking 7 years ago
rtsp.h c75f63d7c4 handler: refactor connection checking 7 years ago
security.c 5fe164a258 ftp-gss: check for init before use 8 years ago
select.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
select.h 7e21e5fd0c select.h: avoid macro redefinition harder 7 years ago
sendf.c e3ed5cb380 BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE 7 years ago
sendf.h d00f2a8f2e http_proxy: Fix proxy CONNECT hang on pending data 8 years ago
setup-os400.h dbadaebfc4 checksrc: code style: use 'char *name' style 8 years ago
setup-vms.h 6832c1d4b2 checksrc: move open braces to comply with function declaration style 8 years ago
share.c 80388edefc typedefs: use the full structs in internal code... 8 years ago
share.h b228d2952b checksrc: stricter no-space-before-paren enforcement 8 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 59a0fb2439 smb: rename variable to fix shadowing warning 7 years ago
smb.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
smtp.c c75f63d7c4 handler: refactor connection checking 7 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 8924f58c37 CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth 7 years ago
socks.h cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 8 years ago
socks_gssapi.c b228d2952b checksrc: stricter no-space-before-paren enforcement 8 years ago
socks_sspi.c dbadaebfc4 checksrc: code style: use 'char *name' style 8 years ago
speedcheck.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
speedcheck.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
splay.c f8614af527 splay: fix signed/unsigned mismatch warning 7 years ago
splay.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
ssh.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
ssh.h 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
strcase.c 66de563482 Improve code readbility 7 years ago
strcase.h cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 8 years ago
strdup.c 0649433da5 realloc: use Curl_saferealloc to avoid common mistakes 8 years ago
strdup.h 0649433da5 realloc: use Curl_saferealloc to avoid common mistakes 8 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 8 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 13ef623a81 docs/comments: Update to secure URL versions 7 years ago
strtoofft.h 4af40b3646 URLs: change all http:// URLs to https:// 8 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 512f8c774a libcurl: Stop using error codes defined under CURL_NO_OLDIES 7 years ago
telnet.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
tftp.c 358b2b131a tftp: reject file name lengths that don't fit 7 years ago
tftp.h 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
timeval.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
timeval.h 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
transfer.c b3786f61dc url: make the original string get used on subsequent transfers 7 years ago
transfer.h 4b86113f5e speed caps: not based on average speeds anymore 8 years ago
url.c 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
url.h 1232dbb8bd url: proxy: Use 443 as default port for https proxies 8 years ago
urldata.h 0b5665c98a digest_sspi: Don't reuse context if the user/passwd has changed 7 years ago
version.c a4b2f7aafd curl_version_info: add CURL_VERSION_HTTPS_PROXY 8 years ago
warnless.c a162d8b21b warnless: suppress compiler warning 7 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 8 years ago