libkc3


Log

Author Commit Date CI Message
Thomas de Grivel df4566fe 2024-07-24T17:49:51 ko IKC3_TEST=if make test_ikc3
Thomas de Grivel 20080c9c 2024-07-24T16:25:37 wip call
Baptiste c263dc2f 2024-07-24T16:21:51 fix compilation
Thomas de Grivel df689957 2024-07-24T15:21:17 tag_sym -> tag_sym_value
Thomas de Grivel d7541594 2024-07-24T15:21:02 abort if pthread fails
Baptiste 9eabdd09 2024-07-24T14:43:58 ko corrected memleaks + crash due to bad naming
Thomas de Grivel 8a8e5d43 2024-07-24T14:24:00 ko fix compilation
Thomas de Grivel 35c2f2fe 2024-07-23T20:35:40 wip env
Thomas de Grivel ef0a07c9 2024-07-23T20:27:43 buf_parse_if
Thomas de Grivel c6edd393 2024-07-23T19:45:07 less debug messages
Thomas de Grivel 9a994841 2024-07-23T19:41:29 fix env_sym_search_modules
Baptiste bc2e6a08 2024-07-23T19:19:14 replaced true by false
Thomas de Grivel a85baae0 2024-07-23T18:28:12 wip env defstruct operator not found bug
Baptiste 75fc8ee1 2024-07-23T18:20:37 corrected the mission tag type
Thomas de Grivel 151ca55d 2024-07-23T17:47:11 debug
Thomas de Grivel 12657c22 2024-07-23T16:47:20 struct struct_ { bool free_data; }
Thomas de Grivel 88285e3e 2024-07-23T15:39:56 wip asan
Thomas de Grivel e7f451ec 2024-07-23T13:49:18 wip test_http
Thomas de Grivel f11ec08f 2024-07-23T12:51:20 wip env_module_has_ident
Baptiste 44365ec1 2024-07-23T12:41:25 fixed memleaks using Asan
Thomas de Grivel 593f7076 2024-07-22T18:43:19 fix double free
Baptiste 1bb16b06 2024-07-22T18:27:02 memory leaks corrections
Thomas de Grivel b417f2d8 2024-07-22T18:23:45 wip env_module_has_symbol, has_ident, http socket
Baptiste 69672988 2024-07-22T16:55:44 added missing cleaners
Baptiste 06ef8e36 2024-07-22T16:02:42 rework of frame_binding_new
Baptiste c2893075 2024-07-22T15:14:29 binding handling (work in progress)
Thomas de Grivel 3505a550 2024-07-22T13:58:46 fix test_asan in env_load
Thomas de Grivel 4e4f58db 2024-07-22T13:58:16 fix newline counting
Thomas de Grivel c580f35c 2024-07-22T13:21:00 fix asan for env globals
Thomas de Grivel e8923ad6 2024-07-21T21:07:00 wip
Thomas de Grivel 6e78c4c7 2024-07-21T16:25:16 buf_fd.c: first draft
Thomas de Grivel df53e41d 2024-07-21T15:20:19 make test_http OK
Thomas de Grivel c8b31ddb 2024-07-21T13:36:07 fix cfn_apply
Thomas de Grivel d4a9f9e1 2024-07-20T19:24:25 fix line counting in buf_parse_block_inner
Thomas de Grivel 600f4487 2024-07-20T19:00:22 wip http and buf_parse
Thomas de Grivel baf87c61 2024-07-18T15:42:02 ekc3: with html_escape by default
Thomas de Grivel 9b812239 2024-07-19T19:14:25 wip sockets, cast
Thomas de Grivel 255e2adf 2024-07-19T18:05:33 wip kc3_http
Thomas de Grivel d4f526a9 2024-07-17T21:20:48 configure: print own path
Baptiste f546ca0b 2024-07-17T19:12:01 corrected the dlopen use in the kc3.c file to ensure a smooth running of the tests
Thomas de Grivel 6f308531 2024-07-17T19:10:01 wip ekc3/html html_escape
Thomas de Grivel 03726aef 2024-07-17T17:46:26 fix file_dirname for last slash/
Thomas de Grivel efb20a1f 2024-07-16T23:13:45 wip ekc3, make kc3_dlopen silent on success
Thomas de Grivel 75ff2fd1 2024-07-16T21:41:08 fix env_load __DIR__ and __FILE__
Thomas de Grivel b7a148cb 2024-07-16T21:10:50 bugfix --load and newlines
Thomas de Grivel be34a823 2024-07-16T17:07:30 fix ikc3 --load and kc3s --load
Thomas de Grivel ca0a0ffa 2024-07-16T15:35:29 env: move --load to ikc3.c and kc3s.c, wrote kc3_puts
Thomas de Grivel f3da01dc 2024-07-16T14:45:21 support --load and --quit
Thomas de Grivel b45456dc 2024-07-15T22:39:24 rename c3 -> kc3
Thomas de Grivel 1ae6ad0e 2024-07-15T19:59:52 rename c3 to kc3, fix update_source, configure, build