1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/cookies
Witold Filipczyk a67188413c [lists] LIST_HEAD -> LIST_HEAD_EL to not clash with libevent's LIST_HEAD. Also added curl implementation of ftpes and sftp
Implementation of ftpes and sftp is based on curl's hiperfifo example. It requires libevent.
ftpes only encrypts control channel. There were problems when both control and data were encrypted. It stucked on SIZE.
Only successful connections work, errors are not handled properly.
2023-06-19 18:43:53 +02:00
..
cookies-t.c [test] compilation fixes 2022-10-03 19:38:22 +02:00
cookies.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
cookies.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00
dialogs.c [cookie] cast 2022-01-24 20:08:36 +01:00
dialogs.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
Makefile [Makefile] DRY 2022-06-05 14:25:25 +02:00
meson.build [meson] Do not build test programs by default 2022-11-30 10:17:49 +01:00
parser.c [isspace] Some implementations of isspace require unsigned char 2022-06-28 20:25:06 +02:00
parser.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00
parsetst.c [test] compilation fixes 2022-11-21 19:09:50 +01:00
path.c [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00
path.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00
test-cookies-t [meson] test-cookies-t ok 2022-10-04 20:21:08 +02:00