Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 76034a0b | 2025-10-10 14:30:33 | ikc3 --tls --client and --server works with acme-client letsencrypt certificates ! | ||
| 6ddab394 | 2025-09-12 22:28:18 | fix test_httpd | ||
| 36d3d3d0 | 2025-09-12 14:39:57 | fix cfn_apply that returns a pointer as result type, set the pointer type and target type before calling the ffi. | ||
| 97083c7e | 2025-09-01 01:04:19 | fix structured RPC protocol and display output | ||
| b1336c44 | 2025-09-01 00:41:17 | rpc with structured data | ||
| 67910ca8 | 2025-08-30 14:36:28 | ikc3 rpc: fix server-side no-error result when running in server mode. | ||
| 204504b4 | 2025-08-30 14:07:48 | ikc3 RPC working !!! | ||
| d04883ec | 2025-08-30 01:48:47 | try thread implementation but it does not work for repl | ||
| d4d2b2ea | 2025-08-29 20:03:33 | refactor: convert read_line to sw | ||
| 32d162e3 | 2025-08-14 22:48:00 | wip dump/restore env | ||
| 415fbad3 | 2025-08-13 17:47:12 | KC3.dump((Str) path) and parse optional argument --restore PATH | ||
| 11928701 | 2025-08-10 23:31:04 | wip embed and str_init_concatenate_list | ||
| a21f47fa | 2025-08-05 01:59:28 | wip backup | ||
| 2d20dcd1 | 2025-08-02 19:08:26 | feat: KC3 uptime and pcallable and pvar names | ||
| a4170a32 | 2025-07-14 20:32:39 | fix pvar | ||
| 1c2a5430 | 2025-07-14 18:32:43 | fix ikc3> ? = 1 | ||
| cfe8bb54 | 2025-07-14 18:21:41 | wip pvar | ||
| 0a4deeef | 2025-07-14 18:06:29 | wip pvar | ||
| aea20589 | 2025-03-11 18:23:03 | fix %Time{} in struct | ||
| d1302beb | 2025-03-06 09:41:04 | wip pstruct | ||
| 72907a3f | 2025-03-04 16:09:13 | wip operators and struct/pstruct pass by ref | ||
| fc6cc58f | 2025-03-04 04:25:20 | wip tests ops defoperator | ||
| beadf2e3 | 2025-03-04 03:17:06 | fix %Buf{} | ||
| f0cada2f | 2025-03-03 21:49:08 | wip tests ikc3 | ||
| 3b413504 | 2025-02-28 17:34:31 | wip buf_inspect_fn | ||
| ccde0b7d | 2025-02-06 22:44:34 | fix file_dirname and http request | ||
| c1bf1ed9 | 2024-12-03 13:12:07 | Thread.new and Thread.delete | ||
| 7ccbb952 | 2024-11-11 12:35:09 | File.list_files_recursive | ||
| 0e23d48c | 2024-11-09 15:46:20 | fix list_sort_by (List.sort_by(list, fn)) | ||
| b66d2972 | 2024-10-25 15:06:34 | struct_put for s_time | ||
| 788e0b72 | 2024-10-25 13:29:58 | Struct.put() | ||
| dca39366 | 2024-10-21 11:46:12 | wip | ||
| 8802b04a | 2024-09-29 17:04:45 | wip env_facts_with | ||
| 64c0bd78 | 2024-09-29 09:36:06 | wip Facts | ||
| 9d4078f9 | 2024-09-23 13:04:52 | wip fx, Str.size(), tag_integer_reduce for Uw, Sw | ||
| a6ca5aef | 2024-09-20 21:29:10 | fix system | ||
| 18e2da30 | 2024-09-16 16:41:44 | wip cow, pcow, reference counting | ||
| fbfd58a3 | 2024-09-16 14:42:49 | wip cow | ||
| 4db02832 | 2024-09-05 17:40:41 | wip httpd routes | ||
| cd46e386 | 2024-08-31 20:28:03 | wip buf_parse | ||
| 37078995 | 2024-08-23 23:07:59 | wip operators | ||
| 2ff624a5 | 2024-08-17 12:53:43 | fix struct_access on Var, facts_with_tags works ! | ||
| 83f088cb | 2024-08-16 23:55:27 | Facts.with_tags(Facts.env_facts(), ?, ?, ?, fn (fact) { puts(fact) }) | ||
| 5455754d | 2024-08-11 17:18:22 | wip kc3_facts, fix buf_inspect_sym_size | ||
| d5a04b57 | 2024-08-09 00:44:51 | TAG_TIME, tests OK | ||
| 4f11cd62 | 2024-08-03 18:53:50 | wip Str eval | ||
| be34a823 | 2024-07-16 17:07:30 | fix ikc3 --load and kc3s --load |