1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/protocol/http
Witold Filipczyk 361b8f661d [long] long -> intptr_t . Refs #8304
AFAIK on Windows long is sizeof 4, while void * is sizeof 8.
intptr_t is the same sizeof as void *.
2022-08-17 20:48:58 +02:00
..
blacklist.c [http] enum blacklist_flags -> blacklist_flags_T 2022-01-28 17:12:27 +01: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 [http] Changed default Accept-Header . Refs #143 2022-06-07 10:35:57 +02:00
http.h [quickjs] navigator fixes 2022-01-30 13:41:16 +01: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