ikc3/.ikc3_history

Branch


Log

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