Witold Filipczyk
0c1aa826f2
[lua] smartprefix gs for gemini search
2024-12-10 16:26:21 +01:00
Witold Filipczyk
a6fbf18df5
[lua] math.mod -> math.fmod
...
It was changed in lua5.1
2024-12-10 16:22:41 +01:00
Witold Filipczyk
c0e69868ec
[curl] It is broken for sure, but earlier was buggy too. Refs #343
2024-12-09 16:05:41 +01:00
Witold Filipczyk
45e2e664c6
[gemini] encode query string
2024-12-08 19:02:39 +01:00
Witold Filipczyk
00009e3ca4
[http] Redirect also for 308. Refs #343
2024-12-08 12:42:27 +01:00
Witold Filipczyk
4e0c7fd9d3
[gemini] Small changes
2024-12-08 12:22:13 +01:00
Witold Filipczyk
831ededb52
[NEWS] 0.18.0rc1
v0.18.0rc1
2024-12-07 08:10:25 +01:00
Witold Filipczyk
3dd5b4bf2d
[gemini] ******* for code 11. Refs #121
2024-12-06 20:17:12 +01:00
Witold Filipczyk
3f07c00978
[po] po update
2024-12-06 17:04:56 +01:00
Witold Filipczyk
5a3c020dfb
[po] Updated POTFILES
2024-12-06 16:57:34 +01:00
Witold Filipczyk
7eb0b74458
[gemini] Delete cached entry for 10 and 11. Refs #121
2024-12-06 15:39:37 +01:00
Witold Filipczyk
24dce591c7
[gemini] a already was true
2024-12-06 15:32:35 +01:00
Witold Filipczyk
cfcd27c3e8
[gemini] Show query dialog box for codes 10 and 11. Refs #121
...
11 is for passwords, but now is shown in plain text.
2024-12-06 15:14:41 +01:00
Witold Filipczyk
2ddbf9e716
[protocol] Display SFTP in directory listing header
2024-12-05 12:38:34 +01:00
Witold Filipczyk
004d483afd
[html] display: none for custom element. Refs #341
2024-12-04 18:13:25 +01:00
Witold Filipczyk
4af513bbbf
[test] sample file for display: none
...
Custom, non-standard, elements are not handled properly.
2024-12-04 16:01:16 +01:00
Witold Filipczyk
bdb47d1879
[html] Skip also elements with hidden attribute. Refs #341
2024-12-03 14:46:31 +01:00
Witold Filipczyk
e8e0f543fc
[html] Skip template. Refs #341
2024-12-03 14:31:53 +01:00
Witold Filipczyk
ee51263825
[spidermonkey] default for readyState
2024-12-02 17:30:21 +01:00
Witold Filipczyk
fb5a72dfd8
[mujs] default for readyState
2024-12-02 17:28:55 +01:00
Witold Filipczyk
928380aa5f
[quickjs] Added default case
2024-12-02 17:21:42 +01:00
Witold Filipczyk
59dbacee14
[win32] Do not create the timer queue, when delete-timer-queue
...
Earlier the queue was created and a few moments later deleted.
2024-12-02 14:31:00 +01:00
Witold Filipczyk
b5c52cfddd
[forms] Disabled inputs are not links. Refs #341
2024-12-01 12:50:39 +01:00
Witold Filipczyk
5626062376
[po] Changed Polish translation "in dialogs"
2024-11-30 21:00:47 +01:00
Witold Filipczyk
6746c1eb7e
[win32] DeleteTimerQueueEx
2024-11-30 15:57:28 +01:00
Witold Filipczyk
e21d8320b7
[sftp] Fixed displaying symlinks
2024-11-29 17:11:48 +01:00
Witold Filipczyk
0df969a8da
[curl] Ignore responses with code 103
...
For example at sf.net
2024-11-29 15:52:04 +01:00
Witold Filipczyk
7613a0d0bc
[win32] Added cmdline option 'delete-timer-queue'
...
When --delete-timer-queue 1, the timer queue is deleted.
I've got no better idea. Options are started after osdep init.
I can init timer later, but it also ugly.
It seems that this timer code is not done right, and cause slowdowns
and crashes.
2024-11-28 17:02:19 +01:00
Witold Filipczyk
054129e0e9
[fsp] Added timestamp to directory listings
2024-11-27 12:20:08 +01:00
Witold Filipczyk
c7e784b20f
[fsp] Show positive values for size
...
File sizes up to 4G are displayed correctly.
2024-11-26 11:22:56 +01:00
Witold Filipczyk
cb0bd2efbd
[fsp] rand_s on win32
2024-11-25 17:24:16 +01:00
Witold Filipczyk
0911c983c4
[spidermonkey] Try to put JSObject on heap
...
I don't know how to make it right.
2024-11-24 16:08:43 +01:00
Witold Filipczyk
a303e35d54
[soudermonkey] set images once
2024-11-24 15:58:45 +01:00
Witold Filipczyk
f4d01b3b1d
[quikcjs] Assign document.images once
2024-11-23 18:58:25 +01:00
Witold Filipczyk
b4d81b0747
[docker] exit in case of build failure
2024-11-23 12:14:23 +01:00
Witold Filipczyk
e155378c10
[quickjs] Do not create location object every time
...
infinite2.html shows dialog box.
2024-11-22 16:59:35 +01:00
Witold Filipczyk
725231eb4f
[djgpp] sys_root is not needed
2024-11-21 15:45:37 +01:00
Witold Filipczyk
30f4139b80
[js] compilation fix
2024-11-21 15:44:08 +01:00
Witold Filipczyk
2bfbcd600c
[win32] Added a timer
...
Need testing.
2024-11-20 16:29:42 +01:00
Witold Filipczyk
6850e5a632
[quickjs] js code is compilable under Windows
...
For now without execution timeout.
2024-11-19 18:44:22 +01:00
Witold Filipczyk
af8ecb8632
[meson] check for open_memstream
2024-11-19 18:03:22 +01:00
Witold Filipczyk
2ce1d23ee4
[terminal] Variable plen was unused under Windows
2024-11-19 14:20:17 +01:00
Witold Filipczyk
66e11e1e9e
[kbd] Hide Windows warning
2024-11-19 14:11:38 +01:00
Witold Filipczyk
6cdaa4aee8
[ssl] Hide warnings related to lack of inet_pton
2024-11-19 13:55:21 +01:00
Witold Filipczyk
a659d7529e
[curl] interface -> inter_face
...
interface was already in use.
2024-11-19 13:41:28 +01:00
Witold Filipczyk
cfe1ab3c7d
[socket] compilation fixes
2024-11-19 13:29:46 +01:00
Witold Filipczyk
27af8266a4
[curl] Allow to set outgoing interface
...
Command line option "bind-address" is reused for it.
2024-11-19 12:09:00 +01:00
rkd77
a6ad697fe4
Merge pull request #340 from fossdd/docker-deps
...
[docker] update dependencies
2024-11-18 16:56:59 +01:00
Witold Filipczyk
ad47abf180
[viewer] cast in non-utf8
2024-11-18 16:41:54 +01:00
Witold Filipczyk
5c3f8951de
[intl] This function was unused in non-utf8 builds
2024-11-18 16:38:56 +01:00