5069ebe3b8
Catch IPv4-only failure case
...
A eafnosupport error is returned if IPv4 is not supported at all,
but eaddrnotavail can also be returned if the system is not configured
to allow listening at 0::1.
2024-03-21 10:54:24 +09:00
36c4838245
Verup
2024-03-21 10:41:54 +09:00
a78360a32b
Merge branch 'master' of gitlab.com:zxq9/zx
2023-07-04 22:39:32 +09:00
879753f8b8
Fix error formatting in unknown cases.
2023-07-04 22:38:53 +09:00
48eee61780
Fix double labeling of fetch deps
2023-07-03 18:36:55 +09:00
7cac9d6d0d
Remove silly thing. v0.13.2
2023-07-03 08:06:12 +09:00
f7df20bf27
Fix upgrade problem
2023-07-02 18:10:12 +09:00
312db0e63c
Add ISC license and Cowboy based web service template
2023-07-02 17:51:16 +09:00
7ce93df72e
Fix a derp
2023-07-01 22:55:39 +09:00
6bce1ba536
Fix out of order dep builds
2023-07-01 22:44:34 +09:00
e397d57ef2
Minor fixes:
...
- Fix report propagation bug in zx_daemon
- Extend download timeout
2023-04-29 17:53:18 +09:00
bec245d4f8
Extend download timeout
2023-04-29 17:36:10 +09:00
c7d7cda7c2
Bug fixes
...
- Support IPv4-only systems
- Fix "~" log message crash in tell/2,3
2022-11-21 09:58:36 +09:00
5fbaebdc26
Correct version in site script
2022-01-31 20:41:11 +09:00
30f1c04325
Runtime checks
...
- Check for presence of WX when running a GUI app
- Ensure current Erlang runtime matches bytecode on Linux
2022-01-31 20:18:44 +09:00
839f59c321
Correct project directory home passing in localrun
2021-04-08 10:31:57 +09:00
4f93c1e1ed
Add missing assertion
2021-03-24 23:41:41 +09:00
e505846e52
Drop dead file
2021-03-24 23:38:39 +09:00
853279e3a1
0.12.4
2021-03-10 14:22:08 +09:00
0f9bf4e65a
Working to resolve environment include issues...
2021-03-08 09:48:22 +09:00
26a2a0fe5d
0.12.3: Correct launch optimization, fix local file deletion bug on failed run start.
2021-03-04 14:24:55 +09:00
01884f3bd4
Ensure paths are set for local libs
2021-03-01 13:24:24 +09:00
24f935e016
Log file culling.
2021-02-17 18:22:06 +09:00
3f08054cb1
Add WiX sources for an MSI installer (yes, I hate my life)
2020-12-22 22:52:22 +09:00
2bdab50531
Adjust pathfinding for R23+
2020-12-21 02:31:08 +09:00
37bb7bdfcf
12.1
2020-11-10 18:40:11 +09:00
45fb16f5ea
Add "swp" (Service->Worker Pattern) templater
2020-09-28 22:12:43 +09:00
378a30e112
dding service -> worker template
2020-09-26 12:58:17 +09:00
55e3ac871f
Fix build daemon's 5 sec timer
2020-09-20 18:33:34 +09:00
ef3129dde7
Trivial fixes:
...
- Fix prefix reversal during project creation.
- Correct typespec in hellowx _con.erl template.
2020-09-20 18:09:31 +09:00
c5dcbde50b
Fix statically included 'example_server' atom
2020-08-26 19:51:22 +09:00
4af35fbb39
Update get_wx script
2020-08-15 20:05:15 +09:00
ccba9ff25a
Fix set timeout for daemon:build to infinite.
2020-08-15 14:20:06 +09:00
45642e629e
Fixes
...
- Project creation/init continuation corrected
- Remove OS call to grep
2020-07-03 13:51:08 +09:00
15ab6ca577
Remove debug tell/3
2020-07-02 12:40:45 +09:00
8ab103f342
Fix bug with zx meta update not recursing
2020-07-02 12:39:35 +09:00
7c108b0eb5
Make module search recursive through src/
2020-07-02 12:22:27 +09:00
ccb435bfee
Add --libs=some-dep:/some/path/ optional arg
2020-07-02 11:04:10 +09:00
3d695208c8
Pending further tests of --libs=
2020-07-01 20:29:29 +09:00
37eae54b0f
Merge branch 'master' of gitlab.com:zxq9/zx
2020-07-01 13:50:27 +09:00
def86488f5
v0.10.10
2020-07-01 13:49:28 +09:00
413764ffcd
WIP
2020-07-01 13:49:03 +09:00
13e06cf2c9
Merge branch 'master' of gitlab.com:zxq9/zx
2020-07-01 02:55:23 +09:00
2636054316
WIP: Adding --libs=
2020-07-01 02:54:47 +09:00
65824583ab
Use public_key instead of os:cmd/1 to openssl for key generation.
2020-06-17 07:23:19 +09:00
6f43712a40
Fix instruction message
2020-06-16 16:08:36 +09:00
4a5fe74660
Make local_request fetches work when zomp is locally hosted
...
https://gitlab.com/zxq9/zx/-/issues/86
2020-06-16 15:33:50 +09:00
fac2aaf6b6
Expand daemon public interface; minor fix.
...
Added:
- zx_daemon:dir/1
- zx_daemon:dirv/1
- zx_daemon:argv/0
- zx_daemon:meta/0
Fixed:
- `zx remove mirror`
2020-06-10 15:41:39 +09:00
107a3e466b
Correct prefix in Erlang service app template.
2020-02-10 11:02:24 +09:00
a32bfd137c
Verup
2020-02-10 10:48:53 +09:00