rkd77
|
29566c75c6
|
Merge pull request #160 from mtatton/master
[ win64 ] fix socket blocking
|
2022-05-01 16:36:06 +02:00 |
|
Unknown
|
97d586a403
|
[ win64 ] fix socket blocking
|
2022-05-01 14:23:31 +00:00 |
|
Witold Filipczyk
|
2624d22b6e
|
[socket] Do not do exceptions in code for Win32
One set_nonblocking_fd
|
2022-05-01 15:10:58 +02:00 |
|
Witold Filipczyk
|
154479e849
|
[osdep] Restored changes.
|
2022-05-01 15:07:51 +02:00 |
|
rkd77
|
dcfcd26d08
|
Merge pull request #159 from mtatton/master
[ win64 ] changes for win64 with ssl in docker
|
2022-05-01 14:54:27 +02:00 |
|
Unknown
|
5434b211f0
|
[ win64 ] changes for win64 with ssl in docker
|
2022-04-30 18:49:56 +00:00 |
|
Witold Filipczyk
|
b76f48c683
|
[inet_pton] Compilation fix
|
2022-04-26 09:51:19 +02:00 |
|
rkd77
|
749d9ebab6
|
Merge pull request #157 from mtatton/master
[ win64 ] added openssl build support to docker, minor code changes
|
2022-04-26 09:44:38 +02:00 |
|
Unknown
|
041c1184ee
|
[ win64 ] HAVE_INET_PTON ifndef
|
2022-04-26 08:45:25 +02:00 |
|
Unknown
|
e2cf1923c4
|
[ win64 ] added openssl build support to docker, minor code changes
|
2022-04-25 20:52:03 +02:00 |
|
rkd77
|
f1da254e0a
|
Merge pull request #156 from mtatton/master
[ doc ] debug elinks win64 on linux
|
2022-04-25 09:12:23 +02:00 |
|
Unknown
|
eff70d3807
|
[ win64 ] os dependent socket blocking
|
2022-04-25 08:55:57 +02:00 |
|
Unknown
|
292f2f9b63
|
[ doc ] debug elinks win64 on linux
|
2022-04-24 19:55:13 +02:00 |
|
rkd77
|
e1aa3fe517
|
Merge pull request #155 from mtatton/master
[ build ] win64 docker env, http server
|
2022-04-24 14:48:08 +02:00 |
|
Unknown
|
4ca38e4f75
|
[ build ] win64 docker env, http server
|
2022-04-24 09:53:42 +02:00 |
|
rkd77
|
a45a892684
|
Merge pull request #153 from mtatton/master
[ build ] added aarch64, testing https server
|
2022-04-23 20:41:02 +02:00 |
|
Unknown
|
1048811386
|
[ build ] added aarch64, testing https server
|
2022-04-23 20:14:21 +02:00 |
|
Witold Filipczyk
|
77c98ab2a4
|
[kbdbind] Assign values to default_keybinding every time. Refs #152
|
2022-04-23 19:42:15 +02:00 |
|
Witold Filipczyk
|
b9a648059b
|
[terminal] Workaround for infinite loop triggered by -remote openURL(URL, new-window)
|
2022-04-23 17:23:32 +02:00 |
|
Witold Filipczyk
|
5e55f1981c
|
[kbdbind] static struct
|
2022-04-23 17:00:08 +02:00 |
|
Witold Filipczyk
|
bc54b7c5d0
|
[bittorrent] compilation fix
|
2022-04-23 16:24:43 +02:00 |
|
rkd77
|
1e84c1d2e1
|
Merge pull request #150 from mtatton/master
[ tests ] remote control test revision
|
2022-04-23 15:44:47 +02:00 |
|
Unknown
|
8f749a2766
|
[ tests ] remote control test revision
|
2022-04-23 14:49:51 +02:00 |
|
rkd77
|
8f4a23aed7
|
Merge pull request #149 from mtatton/master
[ mingw ] build script and doc
|
2022-04-23 09:10:24 +02:00 |
|
Unknown
|
8fec8a0915
|
[ mingw ] build script and doc
|
2022-04-23 01:35:02 +02:00 |
|
rkd77
|
9f2ff79c50
|
Merge pull request #147 from mtatton/master
[ win64 ] build_win64.sh, doc etc.
|
2022-04-22 22:07:57 +02:00 |
|
Unknown
|
01319aafd2
|
[ win64 ] build_win64.sh, doc etc.
|
2022-04-22 21:47:52 +02:00 |
|
Witold Filipczyk
|
0df4ef0571
|
[http] protocol.http.accept option . Refs #143
|
2022-04-20 11:24:23 +02:00 |
|
Witold Filipczyk
|
1b5dd3016f
|
[file] cast ti gid_t and uid_t
|
2022-03-29 19:45:25 +02:00 |
|
Witold Filipczyk
|
2e422b3cb8
|
[spidermonkey] signdness
|
2022-03-29 19:31:48 +02:00 |
|
Witold Filipczyk
|
e3992118c8
|
[configure.ac] Added --enable-reproducible and --with-source-date-epoch=TIME
Example of usage:
./autogen.sh
./configure ... \
--enable-reproducible \
--with-source-date-epoch=$(git log -1 --pretty=%ct)
make
make -C doc html
|
2022-03-28 21:06:54 +02:00 |
|
Witold Filipczyk
|
3d58236d15
|
[configure.ac] -std=c++17 for C++ build
|
2022-03-28 17:56:04 +02:00 |
|
Witold Filipczyk
|
1e27359afa
|
[screen] Drop optimisation
Shadows were not displayed correctly, likely because of this check.
|
2022-03-27 19:37:16 +02:00 |
|
Witold Filipczyk
|
8ee9062955
|
[options] Introduced ui.background_char. Refs #142
Integer code of background character.
For example:
32 for space
9617 is default value (TV background char).
|
2022-03-25 20:47:04 +01:00 |
|
Witold Filipczyk
|
33e36dc1e8
|
[meson] added options: reproducible and source-date-epoch for reproducible builds
Usage example:
-Dreproducible=true \
-Dsource-date-epoch=$(git log -1 --pretty=%ct)
|
2022-03-25 14:13:03 +01:00 |
|
Witold Filipczyk
|
ac0241f479
|
[colors] Fix issue with mono colors and menu
|
2022-03-24 16:05:33 +01:00 |
|
Witold Filipczyk
|
17915976f5
|
[colors] config.h is usually included first
|
2022-03-23 19:08:43 +01:00 |
|
Witold Filipczyk
|
835dce933f
|
[screen] Another compilation fix. Refs #142
|
2022-03-22 20:49:57 +01:00 |
|
Witold Filipczyk
|
27ca62762c
|
[colors] Compilation fixes. Refs #142
|
2022-03-22 19:11:23 +01:00 |
|
Witold Filipczyk
|
3c8026be54
|
[SITES] git:// is not supported by github
|
2022-03-21 15:29:27 +01:00 |
|
Witold Filipczyk
|
458a4894f2
|
[screen] copy_struct
|
2022-03-21 14:37:10 +01:00 |
|
Witold Filipczyk
|
a583942dfd
|
[options] redraw_all_terminals in case of changing ui colors
|
2022-03-21 14:11:39 +01:00 |
|
Witold Filipczyk
|
6d6a058e37
|
[viewer] Fill backgroud with Turbo Vision's char
It is a workaround, because I did not know how to fix issue
with shadows in 24bit mode.
|
2022-03-20 16:47:19 +01:00 |
|
Witold Filipczyk
|
aff460d7a9
|
[screen] Do not check twice for is_node
|
2022-03-20 16:10:17 +01:00 |
|
Witold Filipczyk
|
9e39ef5d1a
|
[colors] Unification
Still do not know why in 24bit are issues with menu.
|
2022-03-20 16:01:05 +01:00 |
|
Witold Filipczyk
|
085c2ebd95
|
[colors] Simplifications
|
2022-03-20 15:41:29 +01:00 |
|
Witold Filipczyk
|
411b25cecc
|
[colors] One function instead of two for COLOR_MODE_16
|
2022-03-20 15:24:15 +01:00 |
|
Witold Filipczyk
|
1b9072307a
|
[background] Turbo Vision's background on startup screen
|
2022-03-20 14:34:19 +01:00 |
|
Witold Filipczyk
|
b2ea78617e
|
[colors] Added _node for 88 colors
Now 88 and 256 colors have inefficient check in add_chars256.
|
2022-03-20 13:43:58 +01:00 |
|
Witold Filipczyk
|
ed4175a4a7
|
[mono] _node colors
|
2022-03-20 13:22:24 +01:00 |
|