Daniel Stenberg b651aba096 hostip: show the list of IPs when resolving is done 7 meses atrás
..
vauth ff5e502316 lib: enable hmac for digest as well 8 meses atrás
vquic 9cc5787577 quic: manage connection idle timeouts 7 meses atrás
vssh 8d3ce930f8 vssh: remove the #ifdef for Curl_ssh_init, use empty macro 7 meses atrás
vtls b9f832edcc openssl: avoid BN_num_bits() NULL pointer derefs 7 meses atrás
.checksrc 2f0bb864c1 lib: don't use strerror() 2 anos atrás
.gitattributes 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
.gitignore 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
CMakeLists.txt f42a279ee3 cmake: fix unity with Windows Unicode + TrackMemory 8 meses atrás
Makefile.am 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
Makefile.inc 83ec54e1b9 build: alpha-sort source files for lib and src 8 meses atrás
Makefile.mk 6a85659e7d Makefile.mk: always set `CURL_STATICLIB` for lib (Windows) 8 meses atrás
Makefile.soname 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
altsvc.c 25ca79df1e altsvc: accept and parse IPv6 addresses in response headers 9 meses atrás
altsvc.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
amigaos.c 5084ee1b6f amissl: add missing signal.h include 10 meses atrás
amigaos.h ce3dce9015 tidy-up: mostly whitespace nits 9 meses atrás
arpa_telnet.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
asyn-ares.c a181b4a053 asyn-ares: reduce timeout to 2000ms 9 meses atrás
asyn-thread.c 43eb798da0 asyn-thread: use pipe instead of socketpair for IPC when available 7 meses atrás
asyn.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
base64.c 3ef3eaa27e base64: also build for curl 8 meses atrás
bufq.c 5595e33617 bufq: remove Curl_bufq_skip_and_shift (unused) 8 meses atrás
bufq.h 5595e33617 bufq: remove Curl_bufq_skip_and_shift (unused) 8 meses atrás
bufref.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
bufref.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
c-hyper.c 0bd9e137e3 lib: move handling of `data->req.writer_stack` into Curl_client_write() 8 meses atrás
c-hyper.h 50aa325742 hyper: remove `hyptransfer->endtask` 9 meses atrás
cf-h1-proxy.c bb4032a152 http: h1/h2 proxy unification 8 meses atrás
cf-h1-proxy.h 4ae2d9f24d proxy: http2 proxy tunnel implementation 1 ano atrás
cf-h2-proxy.c 3b6d18bbf6 spelling: fix codespell 2.2.6 typos 8 meses atrás
cf-h2-proxy.h 4ae2d9f24d proxy: http2 proxy tunnel implementation 1 ano atrás
cf-haproxy.c f0fed4e131 cf-haproxy: make CURLOPT_HAPROXY_CLIENT_IP set the *source* IP 10 meses atrás
cf-haproxy.h 8e85764b7b lib: remove unused functions, make single-use static 1 ano atrás
cf-https-connect.c e12b39e133 trace: make tracing available in non-debug builds 10 meses atrás
cf-https-connect.h 9deebd311b lib: give source files cf-http.* better fitting names 1 ano atrás
cf-socket.c b9c78eeac1 cf-socket: simulate slow/blocked receives in debug 8 meses atrás
cf-socket.h 196f3c3484 cf-socket: restore Curl_sock_assign_addr() 1 ano atrás
cfilters.c ce3dce9015 tidy-up: mostly whitespace nits 9 meses atrás
cfilters.h 7ad4c9066e cfilters: rename close/connect functions to avoid clashes 10 meses atrás
config-amigaos.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-dos.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-mac.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-os400.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-plan9.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-riscos.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-win32.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
config-win32ce.h db07376a3e lib: remove TIME_WITH_SYS_TIME 8 meses atrás
conncache.c fc077bc786 urldata: move the 'internal' boolean to the state struct 7 meses atrás
conncache.h e024d5665d lib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID 1 ano atrás
connect.c 4e57d0f0cb lib: fix gcc warning in printf call 7 meses atrás
connect.h 8e85764b7b lib: remove unused functions, make single-use static 1 ano atrás
content_encoding.c 0bd9e137e3 lib: move handling of `data->req.writer_stack` into Curl_client_write() 8 meses atrás
content_encoding.h 0bd9e137e3 lib: move handling of `data->req.writer_stack` into Curl_client_write() 8 meses atrás
cookie.c 73c82ed941 cookie: set ->running in cookie_init even if data is NULL 8 meses atrás
cookie.h f88cc654ec cookie: reduce variable scope, add const 8 meses atrás
curl_addrinfo.c 127eb0d83a misc: fix spelling mistakes 1 ano atrás
curl_addrinfo.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_base64.h 2e160c9c65 tool: add "variable" support 10 meses atrás
curl_config.h.cmake 732d8ef758 cmake: fix CURL_DISABLE_GETOPTIONS 7 meses atrás
curl_ctype.h 7a2421dbb7 escape: replace Curl_isunreserved with ISUNRESERVED 8 meses atrás
curl_des.c 7c8bae0d9c nss: remove support for this TLS library 10 meses atrás
curl_des.h 7c8bae0d9c nss: remove support for this TLS library 10 meses atrás
curl_endian.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_endian.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_fnmatch.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_fnmatch.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_get_line.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_get_line.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_gethostname.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_gethostname.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_gssapi.c adaec5d1d0 gssapi: align global `gss_OID_desc` vars to silence ld warnings on macOS ventura 1 ano atrás
curl_gssapi.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_hmac.h ff5e502316 lib: enable hmac for digest as well 8 meses atrás
curl_krb5.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_ldap.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_md4.h e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
curl_md5.h e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
curl_memory.h 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
curl_memrchr.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_memrchr.h 96c29900bc build: delete checks for C89 standard headers 8 meses atrás
curl_multibyte.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_multibyte.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_ntlm_core.c 22eb9893bc crypto: ensure crypto initialization works 10 meses atrás
curl_ntlm_core.h 7c8bae0d9c nss: remove support for this TLS library 10 meses atrás
curl_ntlm_wb.c d4314cdf65 ntlm_wb: use pipe instead of socketpair when possible 7 meses atrás
curl_ntlm_wb.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_path.c f198d33e8d checksrc: disallow spaces before labels 1 ano atrás
curl_path.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_printf.h 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
curl_range.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_range.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_rtmp.c 7815647d65 lib: unify the upload/method handling 1 ano atrás
curl_rtmp.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_sasl.c e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
curl_sasl.h 1485e89213 misc: reduce struct and struct field sizes 1 ano atrás
curl_setup.h 38029101e2 mingw: delete support for legacy mingw.org toolchain 8 meses atrás
curl_setup_once.h 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
curl_sha256.h e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
curl_sspi.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
curl_sspi.h 38029101e2 mingw: delete support for legacy mingw.org toolchain 8 meses atrás
curl_threads.c 38029101e2 mingw: delete support for legacy mingw.org toolchain 8 meses atrás
curl_threads.h 38029101e2 mingw: delete support for legacy mingw.org toolchain 8 meses atrás
curl_trc.c f80ab60c27 curl_trc: remove a bad assertion 7 meses atrás
curl_trc.h fb3180a024 misc: spellfixes 9 meses atrás
curlx.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
dict.c f198d33e8d checksrc: disallow spaces before labels 1 ano atrás
dict.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
doh.c fc077bc786 urldata: move the 'internal' boolean to the state struct 7 meses atrás
doh.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
dynbuf.c 5a10f48778 dynbuf: never allocate larger than "toobig" 1 ano atrás
dynbuf.h b0f3d71c1f MQTT: improve receive of ACKs 8 meses atrás
dynhds.c bb4032a152 http: h1/h2 proxy unification 8 meses atrás
dynhds.h 8e85764b7b lib: remove unused functions, make single-use static 1 ano atrás
easy.c 8d3ce930f8 vssh: remove the #ifdef for Curl_ssh_init, use empty macro 7 meses atrás
easy_lock.h 5adb6000ff easy_lock: add a pthread_mutex_t fallback 7 meses atrás
easygetopt.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
easyif.h 930c00c259 Websocket en-/decoding 1 ano atrás
easyoptions.c 0a75964d0d haproxy: add --haproxy-clientip flag to spoof client IPs 1 ano atrás
easyoptions.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
escape.c 91878ebeca lib: provide and use Curl_hexencode 8 meses atrás
escape.h 91878ebeca lib: provide and use Curl_hexencode 8 meses atrás
file.c 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
file.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
fileinfo.c c1d6fe2aaa ftplistparser: replace realloc with dynbuf 1 ano atrás
fileinfo.h c1d6fe2aaa ftplistparser: replace realloc with dynbuf 1 ano atrás
fopen.c 3aa3cc9b05 misc: better random strings 8 meses atrás
fopen.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
formdata.c 3b6d18bbf6 spelling: fix codespell 2.2.6 typos 8 meses atrás
formdata.h 038c46f61f configure, cmake, lib: more form api deprecation 10 meses atrás
ftp.c 3b6d18bbf6 spelling: fix codespell 2.2.6 typos 8 meses atrás
ftp.h 8f4608468b ftp: add more conditions for connection reuse 1 ano atrás
ftplistparser.c 3b6d18bbf6 spelling: fix codespell 2.2.6 typos 8 meses atrás
ftplistparser.h 56d5c07bbb wildcard: remove files and move functions into ftplistparser.c 1 ano atrás
functypes.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
getenv.c d31a8424e8 getenv: PlayStation doesn't have getenv() 7 meses atrás
getinfo.c e024d5665d lib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID 1 ano atrás
getinfo.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
gopher.c 2485547da0 http: fix sending of large requests 9 meses atrás
gopher.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
hash.c a299099ba4 hash: fix assigning same value 1 ano atrás
hash.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
headers.c 95ca3c53d3 headers: accept leading whitespaces on first response header 10 meses atrás
headers.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
hmac.c ff5e502316 lib: enable hmac for digest as well 8 meses atrás
hostasyn.c 788c6b3864 hostip: avoid sscanf and extra buffer copies 1 ano atrás
hostip.c b651aba096 hostip: show the list of IPs when resolving is done 7 meses atrás
hostip.h b651aba096 hostip: show the list of IPs when resolving is done 7 meses atrás
hostip4.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
hostip6.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
hostsyn.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
hsts.c 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
hsts.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http.c f2de575242 http: avoid Expect: 100-continue if Upgrade: is used 7 meses atrás
http.h bc7c4996f1 misc: fix spelling 9 meses atrás
http1.c bb4032a152 http: h1/h2 proxy unification 8 meses atrás
http1.h bb4032a152 http: h1/h2 proxy unification 8 meses atrás
http2.c 465f02bf17 http2: safer invocation of populate_binsettings 7 meses atrás
http2.h 8e85764b7b lib: remove unused functions, make single-use static 1 ano atrás
http_aws_sigv4.c 91878ebeca lib: provide and use Curl_hexencode 8 meses atrás
http_aws_sigv4.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http_chunks.c 0bd9e137e3 lib: move handling of `data->req.writer_stack` into Curl_client_write() 8 meses atrás
http_chunks.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http_digest.c e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
http_digest.h e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
http_negotiate.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http_negotiate.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http_ntlm.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http_ntlm.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
http_proxy.c bb4032a152 http: h1/h2 proxy unification 8 meses atrás
http_proxy.h bb4032a152 http: h1/h2 proxy unification 8 meses atrás
idn.c 021d04f291 idn: fix WinIDN null ptr deref on bad host 8 meses atrás
idn.h a281057091 urlapi: return CURLUE_BAD_HOSTNAME if puny2idn encoding fails 9 meses atrás
if2ip.c e67718eef7 lib: --disable-bindlocal builds curl without local binding support 9 meses atrás
if2ip.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
imap.c 8a86ccf343 imap: add a check for failing strdup() 9 meses atrás
imap.h 1485e89213 misc: reduce struct and struct field sizes 1 ano atrás
inet_ntop.c 1f92db87e0 inet_ntop: add typecast to silence Coverity 8 meses atrás
inet_ntop.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
inet_pton.c ad4997e5b2 urlapi: parse IPv6 literals without ENABLE_IPV6 1 ano atrás
inet_pton.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
krb5.c 25907fd5ba krb5: fix "implicit conversion loses integer precision" warnings 9 meses atrás
ldap.c 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
libcurl.plist.in e498a9b1fe macos: set .plist version in autoconf 2 anos atrás
libcurl.rc 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
libcurl.vers.in 70b5173410 configure: use XC_LIBTOOL for portability across libtool versions 11 anos atrás
llist.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
llist.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
macos.c 8b7cbe9dec macOS: fix target detection more 10 meses atrás
macos.h 8b7cbe9dec macOS: fix target detection more 10 meses atrás
md4.c 22eb9893bc crypto: ensure crypto initialization works 10 meses atrás
md5.c e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
memdebug.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
memdebug.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
mime.c 3aa3cc9b05 misc: better random strings 8 meses atrás
mime.h 3aa3cc9b05 misc: better random strings 8 meses atrás
mprintf.c f198d33e8d checksrc: disallow spaces before labels 1 ano atrás
mqtt.c b0f3d71c1f MQTT: improve receive of ACKs 8 meses atrás
mqtt.h b0f3d71c1f MQTT: improve receive of ACKs 8 meses atrás
multi.c fc077bc786 urldata: move the 'internal' boolean to the state struct 7 meses atrás
multihandle.h 843b3baa3e multi: remove PENDING + MSGSENT handles from the main linked list 1 ano atrás
multiif.h d15ffe18d9 multiif.h: remove Curl_multi_dump declaration 8 meses atrás
netrc.c f198d33e8d checksrc: disallow spaces before labels 1 ano atrás
netrc.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
nonblock.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
nonblock.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
noproxy.c ca05e1afba noproxy: pointer to local array 'hostip' is stored outside scope 1 ano atrás
noproxy.h 7ad8a7ba9e noproxy: support for space-separated names is deprecated 1 ano atrás
openldap.c fd328fcaf1 cmake: fix unity builds for more build combinations 8 meses atrás
optiontable.pl 4579626c27 easyoptions: Fix header printing in generation script 1 ano atrás
parsedate.c f198d33e8d checksrc: disallow spaces before labels 1 ano atrás
parsedate.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
pingpong.c 8898257446 lib: disambiguate Curl_client_write flag semantics 8 meses atrás
pingpong.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
pop3.c e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
pop3.h 1485e89213 misc: reduce struct and struct field sizes 1 ano atrás
progress.c 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
progress.h 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
psl.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
psl.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
rand.c 91878ebeca lib: provide and use Curl_hexencode 8 meses atrás
rand.h 3aa3cc9b05 misc: better random strings 8 meses atrás
rename.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
rename.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
rtsp.c 7815647d65 lib: unify the upload/method handling 1 ano atrás
rtsp.h 4399a532e9 rtsp: convert mallocs to dynbuf for RTP buffering 1 ano atrás
select.c d65321f939 select: avoid returning an error on EINTR from select() or poll() 1 ano atrás
select.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
sendf.c 0bd9e137e3 lib: move handling of `data->req.writer_stack` into Curl_client_write() 8 meses atrás
sendf.h 3b6d18bbf6 spelling: fix codespell 2.2.6 typos 8 meses atrás
setopt.c a8c773845f tidy-up: whitespace fixes 8 meses atrás
setopt.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
setup-os400.h 6f8d9cc4e9 os400: implement CLI tool 9 meses atrás
setup-vms.h c09466abff egd: delete feature detection and related source code 10 meses atrás
setup-win32.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
sha256.c e92edfbef6 lib: add ability to disable auths individually 9 meses atrás
share.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
share.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
sigpipe.h 96c29900bc build: delete checks for C89 standard headers 8 meses atrás
slist.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
slist.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
smb.c 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
smb.h 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
smtp.c 00f8f9c22b cmake: cache more config and delete unused ones 10 meses atrás
smtp.h 1485e89213 misc: reduce struct and struct field sizes 1 ano atrás
sockaddr.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
socketpair.c f198d33e8d checksrc: disallow spaces before labels 1 ano atrás
socketpair.h 43eb798da0 asyn-thread: use pipe instead of socketpair for IPC when available 7 meses atrás
socks.c 24c495a52f socks: make SOCKS5 use the CURLOPT_IPRESOLVE choice 7 meses atrás
socks.h 8e85764b7b lib: remove unused functions, make single-use static 1 ano atrás
socks_gssapi.c 5651a36d1a cf-socket: improvements in socket I/O handling 1 ano atrás
socks_sspi.c 5651a36d1a cf-socket: improvements in socket I/O handling 1 ano atrás
speedcheck.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
speedcheck.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
splay.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
splay.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strcase.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strcase.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strdup.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strdup.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strerror.c 367a66b130 lib: fix a few *printf() flag mistakes 10 meses atrás
strerror.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strtok.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strtok.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strtoofft.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
strtoofft.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
system_win32.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
system_win32.h 392b73ac99 easy: remove #ifdefs to make code easier on the eye 10 meses atrás
telnet.c 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
telnet.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
tftp.c 914e49b9b7 lib: let the max filesize option stop too big transfers too 8 meses atrás
tftp.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
timediff.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
timediff.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
timeval.c d39863d27a multi: round the timeout up to prevent early wakeups 8 meses atrás
timeval.h d39863d27a multi: round the timeout up to prevent early wakeups 8 meses atrás
transfer.c df9aea22c2 transfer: only reset the FTP wildcard engine in CLEAR state 7 meses atrás
transfer.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
url.c fc077bc786 urldata: move the 'internal' boolean to the state struct 7 meses atrás
url.h 8e85764b7b lib: remove unused functions, make single-use static 1 ano atrás
urlapi-int.h b7b1846275 urlapi: make internal function start with Curl_ 1 ano atrás
urlapi.c 1bc69df7b4 tidy-up: use more example domains 8 meses atrás
urldata.h fc077bc786 urldata: move the 'internal' boolean to the state struct 7 meses atrás
version.c 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
version_win32.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
version_win32.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges 1 ano atrás
warnless.c 358f7e7577 warnless: remove unused functions 8 meses atrás
warnless.h 3f8fc25720 cmake: add support for "unity" builds 1 ano atrás
ws.c bc642cb333 websocket: rename arguments/variables to match docs 10 meses atrás
ws.h 930c00c259 Websocket en-/decoding 1 ano atrás