1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00
Commit Graph

6144 Commits

Author SHA1 Message Date
Witold Filipczyk
776339aea3 [djgpp] Updated Dockerfile
TODO: libcss, libdom and libcurl
2023-07-24 15:54:30 +02:00
Witold Filipczyk
8d6ce5895c [curl] More http codes with redirect 2023-07-23 16:09:52 +02:00
Witold Filipczyk
d4a682829a [curl] Moved getting estimated length to the headers part 2023-07-23 14:51:25 +02:00
Witold Filipczyk
26190a6a26 [curl] Moved get_cached_entry to end of headers
Headers ends by CR LF.
2023-07-22 22:02:27 +02:00
Witold Filipczyk
18ba915960 [curl] do not get_cache_entry in header phase
Sometimes plain text is displayed. I'm trying to
find out solution for it. In setup_download_handler
cached->head was NULL.
2023-07-22 21:48:02 +02:00
Witold Filipczyk
d10f1c29f9 [curl] Do not check conn->cached twice if not NULL 2023-07-22 20:37:27 +02:00
Witold Filipczyk
a89738d9fb [curl] I guess curl has own timeouts 2023-07-22 20:29:58 +02:00
Witold Filipczyk
555bb84c58 [curl] Removed weird check
I don't remember purpose of this check. Seems unneeded.
2023-07-22 14:17:20 +02:00
Witold Filipczyk
c45209729f [terminfo] Terminfo also for mono terminals 2023-07-20 12:25:41 +02:00
Witold Filipczyk
bda0a3d1b7 [xterm] Assume that if WAYLAND_DISPLAY or DISPLAY is set it must be xterm 2023-07-20 10:10:07 +02:00
Witold Filipczyk
4305880128 [test] Rename bold2.html -> nobold.html 2023-07-20 09:24:33 +02:00
Witold Filipczyk
c39bd18b10 [test] b must not be bold. Refs #247 2023-07-20 09:01:46 +02:00
Witold Filipczyk
b92d8d9e9b [colors] Back to bfbfbf as text color instead of ffffff. Refs #247 2023-07-20 08:58:08 +02:00
Witold Filipczyk
83a296234a [terminal] Added terminfo for 24 bit color
To test: Build with terminfo support and run elinks for example as:
TERM=xterm-direct elinks --terminfo 1
2023-07-19 19:00:26 +02:00
Witold Filipczyk
cbc29daab2 [html] Decrease number of line breaks for DL, OL and UL. Refs #248 2023-07-18 19:44:15 +02:00
Witold Filipczyk
7cac2ed5c5 [test] Test html with spurious line breaks. Refs #248 2023-07-18 19:42:33 +02:00
Witold Filipczyk
e4fb9a80df [mouse] Decode ESC [ < . Refs #246
It is based on links code. Was not tested too much.
2023-07-18 17:13:58 +02:00
Witold Filipczyk
61ceecdbd8 [term] Check for XDG_SESSION_DESKTOP. Refs #246
New mouse reporting "\E [ <" is not implemented, but old type
should be sufficient. The problem is detecting xterm environment.
For detected "xterm" mouse init sequence is sent.
Added check for existence of XDG_SESSION_DESKTOP env.
2023-07-18 16:01:42 +02:00
Witold Filipczyk
87e4bfd41a [fsp2] This timer did not help 2023-07-13 17:14:00 +02:00
Witold Filipczyk
97723847f8 [curl] Show curl version in About dialog as FTPES. 2023-07-12 17:09:58 +02:00
Witold Filipczyk
edf2b4b147 [curl] 308 is redirect too. 2023-07-09 17:02:39 +02:00
Witold Filipczyk
868234cb13 [curl] Added libev code based on curl's evhiperfifo.c 2023-07-09 15:52:16 +02:00
Witold Filipczyk
ae8f6abbe2 [meson] elinks_wrapper in doc build process 2023-07-08 18:24:25 +02:00
Witold Filipczyk
7b2932354e [doc] Wrapper for elinks binary under dosemu
It filters out startup messages of dosemu.
2023-07-08 18:21:50 +02:00
Witold Filipczyk
86be32f9f7 [doc] Do not build some docs in cross builds 2023-07-08 11:06:08 +02:00
Witold Filipczyk
0e3b868b15 [fsp2] Compilation fixes for dos 2023-07-08 09:32:39 +02:00
Witold Filipczyk
6263ba189d [dos] compilation fix 2023-07-08 09:31:30 +02:00
Witold Filipczyk
1a5f77f1f4 [curl] Compilation fixes 2023-07-08 09:30:55 +02:00
Witold Filipczyk
b5e9fa400d [fsp] Do not compile both 2023-07-08 08:50:54 +02:00
Witold Filipczyk
a7bb008fba [po] Updated POTFILES 2023-07-07 22:03:14 +02:00
Witold Filipczyk
0e482b02da [fsp] fsp protocol support non-forking version based on fsplib
Maybe under DOS it makes sense.
It works worse than with fsplib. You can only download one file at a time.
2023-07-07 21:49:39 +02:00
rkd77
9b3cbca0fb
Merge pull request #243 from winterheart/perl5.38-compat
Fix compilation with Perl 5.38
2023-07-03 13:30:42 +02:00
Azamat H. Hackimov
393bf23a26 Fix compilation with Perl 5.38
Perl now includes own `struct object` which clashes with elinks
implementation. Renamed `struct object` to `struct elinks_object` to
avoid it.

Bug: https://bugs.gentoo.org/909042
2023-07-03 14:12:22 +03:00
Witold Filipczyk
5ca979844b [Makefiles] Added --with-libcurl configure option 2023-07-02 14:49:51 +02:00
Witold Filipczyk
f53aa94460 [time] timeval_add -> el_timeval_add
Clash with smb.
2023-07-01 19:43:03 +02:00
Witold Filipczyk
d783cf4add [string] string_replace -> el_string_replace 2023-07-01 19:40:24 +02:00
Witold Filipczyk
d03273db63 [po] Updated POTFILES 2023-07-01 15:37:22 +02:00
Witold Filipczyk
36b802251d [curl] Ask for password for http 2023-07-01 09:29:55 +02:00
Witold Filipczyk
9389e2f903 [curl] Send username and password in http 2023-07-01 09:07:22 +02:00
Witold Filipczyk
008eacef69 [curl] no verify 2023-06-30 16:30:44 +02:00
Witold Filipczyk
e734a41df9 [curl] Show error also for FTP 2023-06-30 16:13:00 +02:00
Witold Filipczyk
df4a2bedbf [curl] Display curl error 2023-06-30 15:57:39 +02:00
Witold Filipczyk
62c42d41e3 [curl] redirect also for 302 2023-06-29 19:52:24 +02:00
Witold Filipczyk
e3fae6e678 [curl] Added bool option "protocol.http.use_curl" 2023-06-29 16:39:17 +02:00
Witold Filipczyk
6860965646 [curl] HTTP_USERAGENT 2023-06-29 16:26:20 +02:00
Witold Filipczyk
5a697f8457 [curl] free list 2023-06-29 16:11:49 +02:00
Witold Filipczyk
cbd811b4fb [curl] http POST with file uploads, reused code from http/post.c 2023-06-29 16:03:36 +02:00
Witold Filipczyk
fc6f1278eb [curl] Try HTTP3
Does not work for me.
2023-06-29 10:46:09 +02:00
Witold Filipczyk
502d726580 [curl] plain POST (not file uploads) 2023-06-28 16:45:38 +02:00
Witold Filipczyk
4a7cfb8778 Merge branch 'master' into http2 2023-06-28 12:40:56 +02:00