Commit Graph

57 Commits

Author SHA1 Message Date
zxq9 a9e5bb7d39 Most retarded fucking change in the world for R27 2024-12-11 21:13:49 +09:00
zxq9 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
zxq9 36c4838245 Verup 2024-03-21 10:41:54 +09:00
zxq9 48eee61780 Fix double labeling of fetch deps 2023-07-03 18:36:55 +09:00
zxq9 7cac9d6d0d Remove silly thing. v0.13.2 2023-07-03 08:06:12 +09:00
zxq9 6bce1ba536 Fix out of order dep builds 2023-07-01 22:44:34 +09:00
zxq9 e397d57ef2 Minor fixes:
- Fix report propagation bug in zx_daemon
- Extend download timeout
2023-04-29 17:53:18 +09:00
zxq9 c7d7cda7c2 Bug fixes
- Support IPv4-only systems
- Fix "~" log message crash in tell/2,3
2022-11-21 09:58:36 +09:00
zxq9 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
zxq9 839f59c321 Correct project directory home passing in localrun 2021-04-08 10:31:57 +09:00
zxq9 853279e3a1 0.12.4 2021-03-10 14:22:08 +09:00
zxq9 26a2a0fe5d 0.12.3: Correct launch optimization, fix local file deletion bug on failed run start. 2021-03-04 14:24:55 +09:00
zxq9 37bb7bdfcf 12.1 2020-11-10 18:40:11 +09:00
zxq9 45fb16f5ea Add "swp" (Service->Worker Pattern) templater 2020-09-28 22:12:43 +09:00
zxq9 378a30e112 dding service -> worker template 2020-09-26 12:58:17 +09:00
zxq9 55e3ac871f Fix build daemon's 5 sec timer 2020-09-20 18:33:34 +09:00
zxq9 ef3129dde7 Trivial fixes:
- Fix prefix reversal during project creation.
- Correct typespec in hellowx _con.erl template.
2020-09-20 18:09:31 +09:00
zxq9 ccba9ff25a Fix set timeout for daemon:build to infinite. 2020-08-15 14:20:06 +09:00
zxq9 45642e629e Fixes
- Project creation/init continuation corrected
- Remove OS call to grep
2020-07-03 13:51:08 +09:00
zxq9 8ab103f342 Fix bug with zx meta update not recursing 2020-07-02 12:39:35 +09:00
zxq9 7c108b0eb5 Make module search recursive through src/ 2020-07-02 12:22:27 +09:00
zxq9 ccb435bfee Add --libs=some-dep:/some/path/ optional arg 2020-07-02 11:04:10 +09:00
zxq9 def86488f5 v0.10.10 2020-07-01 13:49:28 +09:00
zxq9 65824583ab Use public_key instead of os:cmd/1 to openssl for key generation. 2020-06-17 07:23:19 +09:00
zxq9 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
zxq9 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
zxq9 107a3e466b Correct prefix in Erlang service app template. 2020-02-10 11:02:24 +09:00
zxq9 a32bfd137c Verup 2020-02-10 10:48:53 +09:00
zxq9 d60304be49 Keep total log file count in check 2020-01-31 17:20:26 +09:00
zxq9 b08556f0f5 Implement auto-update 2020-01-31 16:12:49 +09:00
zxq9 1ac16f73c9 Add back home interface on zx_daemon 2020-01-29 09:47:22 +09:00
zxq9 9f1763ec1c Patch version increase 2020-01-16 11:52:27 +09:00
zxq9 6c1ff3562b Add desktop integration interface function; implement Linux version 2020-01-11 22:06:11 +09:00
zxq9 894edbe39e Clean up external program API. 2020-01-10 20:56:48 +09:00
zxq9 7e0e4a798d Make tempaltes generate modules with a -vsn directive set. 2020-01-09 21:48:34 +09:00
zxq9 667d5b3e63 Patch verup 2020-01-08 17:09:40 +09:00
zxq9 b8c5738640 Minor verup (interface change); add file_exts key 2020-01-08 17:03:42 +09:00
zxq9 0df1cf8167 Fix list/atom bug in AppMod declaration 2020-01-06 12:33:33 +09:00
zxq9 63d85b9f7a Fix peer mode queries and add help output 2020-01-06 11:00:59 +09:00
zxq9 51b3032118 Minor verup 2020-01-05 23:09:25 +09:00
zxq9 6443c1f675 Make everything start as a 'permanent' app type. 2019-12-28 22:36:55 +09:00
zxq9 0cca3d300d Remove extraneous functions from GUI template and add arg handling 2019-12-27 21:11:32 +09:00
zxq9 e05b4c61f5 Remove obsolete feedback verbiage 2019-12-25 22:00:52 +09:00
zxq9 ab16bf9b3f Add zx search Tag to user help output 2019-12-25 19:42:22 +09:00
zxq9 15af685fd3 Add back features 2019-12-25 17:36:10 +09:00
zxq9 f18044b5c5 Fix CLI template 2019-12-24 14:32:41 +09:00
zxq9 3d1d3b622c Implement describe 2019-12-20 22:44:57 +09:00
zxq9 4139b4f3c0 Fix upgrade command 2019-12-20 22:21:03 +09:00
zxq9 1fde98932c WIP: Grand shakeout awaits! 2019-12-16 22:00:32 +09:00
zxq9 16549b5d0b Add uninstall script; fix typos 2019-12-16 16:58:33 +09:00