kc3-lang/kc3/lib

Branch :


Log

Author Commit Date CI Message
thodg 6de2d733 2024-09-08 19:15:55 wip doc
thodg 935ba3c2 2024-09-07 18:28:35 wip httpd doc
thodg 40e9a911 2024-09-06 16:42:03 wip doc
thodg 0a04942b 2024-09-06 13:40:49 render ekc3 to string
thodg 833a59f0 2024-09-05 23:25:05 wip
thodg 33eaeb61 2024-09-05 20:31:28 httpd: fix html and url escapes
thodg fa18b5e2 2024-09-05 18:41:00 wip url escapes
thodg 1d8f6dc8 2024-09-05 17:44:12 wip httpd
thodg 4db02832 2024-09-05 17:40:41 wip httpd routes
thodg 2544241f 2024-09-05 16:29:08 List.append
thodg bb77d2b1 2024-09-05 16:09:00 Facts.first_with_tags()
thodg 5bfed0bf 2024-09-05 02:36:01 wip Markdown.titles
thodg 68786b8e 2024-09-04 17:46:47 markdown to html using md4c
thodg d6aa7d36 2024-09-02 13:43:41 release v0.1.13
thodg 2870f94b 2024-09-03 19:41:27 fix file server
thodg 8274a3c0 2024-09-03 14:44:16 wip httpd page with streaming buf
thodg 7f69abab 2024-08-27 12:27:38 wip tests
thodg 87858636 2024-08-27 08:56:57 wip
thodg 9a3e2fa6 2024-08-25 23:20:04 wip buf_parse
thodg c21c3d33 2024-08-25 22:17:00 wip buf_parse
thodg 37078995 2024-08-23 23:07:59 wip operators
thodg ed2cf4e6 2024-08-21 18:57:05 make Var work, add operator var_assign (<-)
thodg f4ea1c85 2024-08-19 12:07:56 offsetof, fact_w
thodg d1dc020f 2024-08-17 16:43:42 non blocking httpd
thodg 0602ff4f 2024-08-17 14:35:17 facts_with
thodg 8dab471f 2024-08-17 13:26:54 facts_with_tuple
thodg 83f088cb 2024-08-16 23:55:27 Facts.with_tags(Facts.env_facts(), ?, ?, ?, fn (fact) { puts(fact) })
thodg 1d64d11c 2024-08-16 13:55:14 str_starts_with, str_ends_with
thodg 0125ca4a 2024-08-16 13:42:29 list_has
thodg f91b2487 2024-08-15 15:40:08 test http 07_client_server
thodg 7c2c47eb 2024-08-15 03:22:33 wip test http server request
thodg 4dfc2332 2024-08-14 22:12:00 json_to_str
thodg cf7dcb58 2024-08-14 14:01:03 json tests
thodg 0f665da8 2024-08-14 13:58:57 json tests
thodg cf801550 2024-08-14 13:20:56 move HTTP.Event to Event
thodg ce12b760 2024-08-13 17:48:51 socket
thodg d40d21bc 2024-08-13 13:57:51 access
b4899c94 2024-08-12 19:12:23 json handling: first draft
e69af8c2 2024-08-12 14:16:33 working http server
bd4af60a 2024-08-12 13:48:54 httpd server: corrected some gdb errors
42e99cdb 2024-08-12 12:41:27 fix tests: wip
thodg a86b2a1f 2024-08-12 12:40:46 fix http response
ddfb73d1 2024-08-12 12:24:08 working httpd test with asan
thodg 69d0b3c7 2024-08-12 12:01:11 wip httpd
9534181b 2024-08-11 21:12:25 wip httpd libevent2
41968fd7 2024-08-11 20:13:32 working 07 http test
thodg 5455754d 2024-08-11 17:18:22 wip kc3_facts, fix buf_inspect_sym_size
f9427515 2024-08-09 15:59:24 event.kc3: removed useless line
9664125c 2024-08-09 13:53:57 tests: wip
thodg 820cb423 2024-08-09 13:48:08 event_base_new
thodg 61ae2f2b 2024-08-09 13:45:13 fix build with #include <event2/event.h>
thodg faed0221 2024-08-09 02:17:12 wip test/http/07_event_echo
thodg 315de6ef 2024-08-09 01:33:35 wip test/http/07_event_echo
thodg d5a04b57 2024-08-09 00:44:51 TAG_TIME, tests OK
thodg bce12090 2024-08-08 19:07:22 new tag type: TAG_TIME
8d462bed 2024-08-08 16:18:49 passing test 07
thodg 80b8114f 2024-08-08 13:48:18 wip http_event
ddc89e7f 2024-08-08 13:16:08 wip
5b64de6d 2024-08-08 12:36:42 event.kc3
thodg a6da535d 2024-08-08 12:16:37 httpd: require modules
thodg ab23bf1a 2024-08-08 12:08:22 change s_time
thodg f4c3ccbc 2024-08-08 12:07:35 fix require
thodg ef08781f 2024-08-08 11:40:00 public
thodg 1569f9b8 2024-08-07 17:52:24 http methods
7ae15479 2024-08-07 17:04:10 httpd: send headers with mime type based on extension of request url
9c1098b9 2024-08-07 16:23:47 deleted useless body
thodg 767e55da 2024-08-07 16:14:27 file_ext
e87b9143 2024-08-07 15:43:40 fix bugs in httpd
thodg 989518e8 2024-08-07 14:43:18 HTTP.mime_type
263c9d50 2024-08-07 13:41:19 httpd: wip show_page
cd3a9793 2024-08-07 13:40:07 File.read
thodg d87f2f3f 2024-08-07 12:50:49 wip mime types
thodg 18bd7a9d 2024-08-07 11:22:13 add Str.starts_with? and Str.ends_with? to fix bug in HTTPd
a38e8186 2024-08-06 21:39:00 httpd: directory
261773c7 2024-08-06 20:40:04 httpd: routes: wip
2e50d84b 2024-08-06 20:34:32 implemented 404 page
thodg 0ca99830 2024-08-06 19:59:21 File.list(path)
c4eabc01 2024-08-06 19:24:50 httpd: wip: file server
7ad7d407 2024-08-06 17:28:47 file exist in kc3 and c
thodg 0fd81cea 2024-08-06 12:39:18 fix tag_div for tag_integer_reduce
thodg 4f11cd62 2024-08-03 18:53:50 wip Str eval
d263a522 2024-08-03 14:49:00 little front update
thodg eb43d3a6 2024-08-03 12:51:43 httpd first reponse
thodg 2c3d9e4d 2024-08-02 13:33:58 wip httpd
thodg 57979c67 2024-08-02 12:12:19 wip httpd
thodg e4a0cab3 2024-08-01 17:22:48 fix test http 04
thodg 0cf28edb 2024-08-01 13:03:08 wip buf read_only
thodg 4f795183 2024-07-31 17:24:04 add message for client connection
thodg 9b813394 2024-07-31 16:41:24 wip httpd
thodg bb51f91d 2024-07-31 16:34:06 wip httpd
thodg 55ba6503 2024-07-31 14:57:01 wip httpd.kc3
thodg 27318b4d 2024-07-31 14:00:43 wip httpd
thodg c4a46272 2024-07-31 13:41:32 wip httpd.kc3
thodg df79bb29 2024-07-31 13:25:55 fix dlopen in lib/kc3/0.1/http/*.kc3
cdaafc58 2024-07-31 13:20:24 fix lib/kc3/0.1/http/request.kc3 dlopen
thodg cdd12944 2024-07-31 12:55:52 httpd: add loading message
thodg 591012ff 2024-07-31 12:14:33 wip httpd
thodg 4848895e 2024-07-30 22:56:42 make test_http OK
017c82d9 2024-07-30 19:47:32 wip
0033716a 2024-07-30 18:00:27 http response: wip