Witold Filipczyk
75a0b14748
[initialization] {0}; -> {};
...
Current compilers have no problems with this.
2022-01-15 20:30:29 +01:00
Witold Filipczyk
b434b11309
[options] 0 (option_flags) -> OPT_ZERO
2022-01-15 20:10:37 +01:00
Witold Filipczyk
a7c6fb2ab9
[uri] int -> enum protocol
2022-01-15 19:26:04 +01:00
Witold Filipczyk
a4c8d2a2b9
[http] int -> enum uri_component
2022-01-15 19:16:16 +01:00
Witold Filipczyk
a3eb8a369d
[uri] Silly change to static char[] instead const char * to avoid warning
2022-01-15 19:08:39 +01:00
Witold Filipczyk
c56f0c5e98
[uri] URI_HOST_PORT
2022-01-15 18:28:46 +01:00
Witold Filipczyk
9d2a55d6c3
[uri] URI_DNS_HOST instead of URI_HOST | URI_IDN.
...
Also could be considered URI_HOST_IDN.
2022-01-15 18:15:55 +01:00
Witold Filipczyk
1e365c9798
[ruby] #undef _GNU_SOURCE (warnings)
2022-01-15 17:56:00 +01:00
Witold Filipczyk
36a4fc1c2f
[module] name - const char *
2022-01-14 21:08:04 +01:00
Witold Filipczyk
0e8ee7876a
[uri] 0 -> URI_NONE in get_uri to decrease number of warnings
2022-01-14 20:52:17 +01:00
Witold Filipczyk
e38fd8bca7
[spidermonkey] location_goto_const
2022-01-14 20:13:16 +01:00
Witold Filipczyk
2237cb002d
[quickjs] Added location_goto_const to avoid some warnings
2022-01-14 19:48:40 +01:00
Witold Filipczyk
b9f696ffe5
[smb] unsigned char[] -> char[]
2022-01-13 20:16:22 +01:00
Witold Filipczyk
de2bf98680
[option] const char *
2022-01-13 20:13:13 +01:00
Witold Filipczyk
1fb8547c94
[config] Added <html><body> and </body></html>
2022-01-12 21:45:22 +01:00
Witold Filipczyk
2f44f512fe
[smb] Added smb to meson
2022-01-11 20:34:35 +01:00
Witold Filipczyk
89f99a0667
[md5] Force to use own implementation of MD5
...
MD5 in openssl-3.0 is deprecated, so to avoid
warnings was switched to ELink's version.
2022-01-10 20:23:47 +01:00
Witold Filipczyk
08c71e5289
[typo] typo
2022-01-09 17:53:53 +01:00
Witold Filipczyk
c6860911b5
[string] Limit [[nodiscard]] to C++ only
...
tcc does not know [[nodiscard]]
2022-01-09 17:52:25 +01:00
Witold Filipczyk
39cd902bc0
[string] Added [[nodiscard]] attribute to init_string
2022-01-09 17:13:30 +01:00
Witold Filipczyk
5aa115f08a
[string] cast to void
...
Check for NULL is on other fragments.
2022-01-09 17:12:31 +01:00
Witold Filipczyk
fec54a50e9
[string] Cast to void to avoid warning
...
In this case NULL is checked elsewhere.
2022-01-09 17:06:25 +01:00
Witold Filipczyk
41da2da52c
[cookies] check init_string return value
2022-01-09 17:03:31 +01:00
Witold Filipczyk
fb9cc73c20
[openssl] Another try to get rid of warning
2022-01-09 15:58:24 +01:00
Witold Filipczyk
00bc37d8a4
Revert "[ssl] Test commit. Now there is no warning"
...
This reverts commit 2cf17a731f
.
2022-01-09 15:50:23 +01:00
Witold Filipczyk
350c6a2cf0
[guile] version
2022-01-08 18:08:12 +01:00
Witold Filipczyk
15d97cae07
[ruby] Show version
2022-01-07 18:59:22 +01:00
Witold Filipczyk
8efb3b8a76
[python] Show Python version
2022-01-07 18:43:21 +01:00
Witold Filipczyk
d302b29d22
[perl] Show version
2022-01-07 18:35:15 +01:00
Witold Filipczyk
0d5dbbd148
[lua] Show lua version in About dialog
2022-01-07 18:22:05 +01:00
Witold Filipczyk
4658ae9ca5
[mkstemps] Check for mkstemps function
...
musl has it, but it was not detected
2022-01-06 19:51:18 +01:00
Witold Filipczyk
d974da9160
[meson] static option
...
For static binary, set CFLAGS="-static".
For js build: CXXFLAGS="-static" LDFLAGS="-static-libstdc++"
2022-01-06 16:07:04 +01:00
Witold Filipczyk
2cf17a731f
[ssl] Test commit. Now there is no warning
2022-01-05 19:39:24 +01:00
Witold Filipczyk
550b636880
[spidermonkey] Fixes in querySelectorAll
2022-01-04 20:08:37 +01:00
Witold Filipczyk
8749089352
[quickjs] Rewritten problematic fragment
...
There was segfault.
2022-01-04 20:02:48 +01:00
Witold Filipczyk
411492e4cb
[gemini] Check return value of init_string
2022-01-04 17:31:07 +01:00
Witold Filipczyk
b0b0fef12a
[smb] check return value of init_string
2022-01-04 17:28:22 +01:00
Witold Filipczyk
d60bdd0fad
[quickjs] Check return value of init_string
2022-01-04 17:25:04 +01:00
Witold Filipczyk
0477e45e05
[spidermonkey] Check for NULL in init_string
2022-01-04 17:14:49 +01:00
Witold Filipczyk
87f18b53a0
[string] Check for NULL
2022-01-04 16:40:28 +01:00
Witold Filipczyk
cd1193bf38
[string] Check for NULL.
2022-01-04 16:34:02 +01:00
Witold Filipczyk
2da72b11c0
[leds] Check for NULL
2022-01-04 16:30:23 +01:00
Witold Filipczyk
cae74f8d8e
[string] Fixes in conf
2022-01-04 16:26:49 +01:00
Witold Filipczyk
ad3be0278c
[string] Check for NULL
2022-01-04 16:21:20 +01:00
Witold Filipczyk
dfe9186c87
[main] Added --always-load-config command-line option. Refs #137
...
This option loads config on 2nd instance of ELinks and next.
It can be useful in alias.
2022-01-04 15:15:39 +01:00
Witold Filipczyk
016686a71e
[config] value was unused
2022-01-02 18:53:03 +01:00
Witold Filipczyk
88d9704e11
[mouse] Create or delete ~/.elinks/mouse.lock file while changing ui.mouse_disable option. Refs #137
...
There is no good way to inform slave elinks instances about options. So, for mouse there is a workaround.
Note, If you set ui.mouse_disable = 1 in elinks.conf manually, to get effect on 2nd ELinks instance,
you must also touch ~/.elinks/mouse.lock . Changes via option manager delete or create this file automatically.
2022-01-02 15:17:53 +01:00
Witold Filipczyk
c388d2e397
[ssl] Show GnuTLS version
2021-12-31 15:31:14 +01:00
Witold Filipczyk
7935a4f2aa
[ssl] Show OpenSSL version
2021-12-31 15:22:07 +01:00
Witold Filipczyk
c019efba2c
[about] Allow change options only from about:config page
2021-12-30 14:48:14 +01:00