1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00
elinks/src/protocol/http
Witold Filipczyk f17f2d75ad [curl] option protocol.https.curl_tls13_ciphers
It is a colon separated list of ciphers. Mainly for testing.
See https://curl.se/docs/ssl-ciphers.html
2024-04-16 12:30:56 +02:00
..
blacklist.c [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp 2023-06-19 18:43:53 +02:00
blacklist.h [http] enum blacklist_flags -> blacklist_flags_T 2022-01-28 17:12:27 +01:00
codes.c [long] long -> intptr_t . Refs #8304 2022-08-17 20:48:58 +02:00
codes.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
http_negotiate.c [isspace] Some implementations of isspace require unsigned char 2022-06-28 20:25:06 +02:00
http_negotiate.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00
http.c [curl] option protocol.https.curl_tls13_ciphers 2024-04-16 12:30:56 +02:00
http.h [http] Added REFERER to curl 2023-10-06 15:12:29 +02:00
Makefile 1008: move stuff to new src/protocol/http/post.{c,h} 2008-06-02 10:40:34 +03:00
meson.build [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
post.c [http] Fix issue with uploading files on DOS 2022-05-22 13:39:27 +02:00
post.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00