1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
Commit Graph

6322 Commits

Author SHA1 Message Date
Witold Filipczyk
98a9cbf2b7 [windows] handle terminal resize, based on links2 code 2023-11-08 17:29:58 +01:00
Witold Filipczyk
c4add15307 [curl] Check CURL_CA_BUNDLE also for ftps 2023-11-08 13:39:26 +01:00
Witold Filipczyk
388db93244 [curl] Check enviroment variable CURL_CA_BUNDLE 2023-11-08 13:09:57 +01:00
Witold Filipczyk
1042755f7f [windows] Less number of warnings 2023-11-08 12:28:00 +01:00
Witold Filipczyk
3aed9a8fda [lua] compilation fix for Windows
There is no sigsetjmp function on mingw64.
2023-11-08 09:08:54 +01:00
Witold Filipczyk
5c31030221 [meson] find lua also without pkg-config 2023-11-08 09:07:57 +01:00
Witold Filipczyk
eb602605c5 [meson] Allow to find zlib and libcurl without pkgconfig 2023-11-07 19:16:24 +01:00
Witold Filipczyk
8164715d0f [select] SOCK_SHIFT for curl under Windows 2023-11-06 19:04:14 +01:00
Witold Filipczyk
bada330202 [meson] allow to find curl without pkgconfig
Especially for curl for Windows.
2023-11-06 19:03:14 +01:00
Witold Filipczyk
bb713a0cf8 [meson] Check $prefix/lib when searching for libraries 2023-11-05 14:43:40 +01:00
Witold Filipczyk
020a692ec2 [wine] +x 2023-11-05 13:22:09 +01:00
Witold Filipczyk
d6f7e86623 [windows] build static 2023-11-04 22:02:12 +01:00
Witold Filipczyk
5a8ab5f039 [cross] mingw64 2023-11-04 20:31:19 +01:00
Witold Filipczyk
decdfa853c [windows] Compilation fixes 2023-11-04 20:30:25 +01:00
Witold Filipczyk
1ecc9e20b4 [djgpp] Build mujs instead of quickjs 2023-11-01 18:00:48 +01:00
Witold Filipczyk
6ad1f61098 [djgpp] Build mujs
Still does not work certificates verification.
It works when js is not compiled in, but does not work when js is compiled.
I don't know why.
2023-11-01 17:20:54 +01:00
Witold Filipczyk
eba67dc278 [dos] CONFIG_ECMASCRIPT -> CONFIG_QUICKJS
mujs also can be compiled, and does not have check_heartbeats.
2023-11-01 17:19:09 +01:00
Witold Filipczyk
db70f0e5cc [docker] it compiles, but does not work 2023-11-01 14:59:37 +01:00
Witold Filipczyk
6ebc28401e [docker] Do not patch Makefile.mk 2023-10-29 18:38:15 +01:00
Witold Filipczyk
2ac5d5c0b9 [quickjs] Do not include <uchar.h> 2023-10-29 18:37:07 +01:00
Witold Filipczyk
418871e133 [docker] Changes for djgpp js build 2023-10-29 18:10:17 +01:00
Witold Filipczyk
9c1c45a3ec [meson] dirs: /usr/local/bin for DOS build 2023-10-29 18:07:27 +01:00
Witold Filipczyk
c423c68004 [docker] Adjusted djgpp to openssl-1.1.1w and brotli-1.1.0 2023-10-29 16:36:16 +01:00
Witold Filipczyk
33d119ba2f [memcount] More mem_alloc and mem_free 2023-10-27 21:15:52 +02:00
Witold Filipczyk
d5dc632443 [mujs] memcount mem_realloc and mem_free for mujs
Also commented code in mujs_element_init. It caused only a memory leak.
2023-10-27 20:37:50 +02:00
Witold Filipczyk
263a06396d [document] Free previous document->title if was set 2023-10-27 16:54:18 +02:00
Witold Filipczyk
a476ddd419 [memcount] mem_alloc for quickjs 2023-10-27 11:16:24 +02:00
Witold Filipczyk
10667d2437 [memcount] mem_alloc and others for curl 2023-10-27 11:07:05 +02:00
Witold Filipczyk
3834c52686 [zstd] Added memcount (only for statically linked zstd) 2023-10-26 18:17:16 +02:00
Witold Filipczyk
17b288c935 [spidermonkey] ref_count in heartbeat 2023-10-25 21:09:25 +02:00
Witold Filipczyk
d5787d46b4 [quickjs] reference count in heartbeat.c 2023-10-25 20:59:55 +02:00
Witold Filipczyk
6629f34466 [memcount] CONFIG_DEBUG inside memcount.h 2023-10-25 17:17:08 +02:00
Witold Filipczyk
0b4007fd7e [quickjs] memcount 2023-10-25 17:10:59 +02:00
Witold Filipczyk
dae67eee8a [mujs] Added info when CONFIG_DEBUG 2023-10-24 19:37:16 +02:00
rkd77
a9ea05f0de
Merge pull request #269 from balducci/master
make it build when CONFIG_ECMASCRIPT is undefined
2023-10-24 18:43:41 +02:00
Witold Filipczyk
d226f53213 [po] updated POTFILES 2023-10-24 18:40:31 +02:00
Witold Filipczyk
5d750958dd [info] used times -> calls 2023-10-24 18:38:04 +02:00
gabriele balducci
1112827be6 make it build when CONFIG_ECMASCRIPT is undefined 2023-10-24 18:00:11 +01:59
Witold Filipczyk
1145193290 [curl] Added info about allocations in CONFIG_DEBUG 2023-10-24 17:39:26 +02:00
Witold Filipczyk
007fef1d6c [forms] Temporarily comment assertion 2023-10-24 12:34:27 +02:00
Witold Filipczyk
aeeceaaf83 [ecmascript] mem_calloc instead of calloc 2023-10-24 12:28:00 +02:00
Witold Filipczyk
c753c75f94 [po] New lines at the end of text are "forbidden". 2023-10-24 11:03:52 +02:00
Witold Filipczyk
2c47b22bc4 [libsixel] memcount 2023-10-23 21:54:29 +02:00
Witold Filipczyk
f55e9dd33e [brotli] Added debug info 2023-10-23 20:12:38 +02:00
Witold Filipczyk
a2ae13cf06 [debug] Show info about gzip allocations
Number of callocs from the begining.
Number of active allocations.
Total size of active allocations.
2023-10-23 19:06:21 +02:00
Witold Filipczyk
7185d705de [debug] compilation fixes for -Dwithdebug=true 2023-10-23 15:56:53 +02:00
Witold Filipczyk
f12134c2cf [libdom] unlock cached 2023-10-20 18:04:48 +02:00
Witold Filipczyk
9fc4d8022d [ecmascript] unlock previously locked document 2023-10-20 18:02:41 +02:00
Witold Filipczyk
19cb86aeff [mujs] skip reusing of elements 2023-10-20 16:38:09 +02:00
Witold Filipczyk
9563fef842 [document] check also doc_view->vs 2023-10-20 13:44:41 +02:00