Commit Graph

24 Commits

Author SHA1 Message Date
5a28ab3749 working on the block expression compilation
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-10 00:03:03 +09:00
43322c6901 moved the heapsize parameter from hcl_open() to hcl_ignite() 2021-02-09 17:47:22 +00:00
1d0c7a8bbc allowed vmprim.alloc_heap() to create a bigger heap than requested.
enhanced the standard implementation(std.c) to attempt HUGETLB if the requested heap size is over 1/2 of the huge page size
2021-02-09 14:54:54 +00:00
aa8f8fac2d removed unneeded code 2021-02-08 15:50:53 +00:00
1aeee25ac6 removed cb-impl.c and cb-impl.h 2021-02-08 15:42:24 +00:00
e27058d771 added the _instsize field to hcl_t, hcl_server_t, hcl_client_t 2019-06-21 12:36:25 +00:00
6e5a92a041 refined the msb positioning functions
migrated hcl_isint()/hcl_isbigint() to hcl-prv.h
2019-05-04 17:56:45 +00:00
140682dfc4 reorganized some callback functions into cb-impl.c 2018-11-03 15:57:14 +00:00
8537f8a67f interim commit while adding vmprim.assertfail 2018-11-03 14:05:37 +00:00
deb53399a4 introduced the new type hcl_bitmask_t 2018-04-26 04:39:20 +00:00
bf030731fd added '\n' to is_spacechar() 2018-04-24 05:24:58 +00:00
c6e4aa0702 add some json parsing code 2018-04-22 18:18:45 +00:00
f87fdba5cb added json related files 2018-04-21 02:13:53 +00:00
f73bd64bc7 fixed missing short-form reply handling in lib/main-c.c 2018-04-09 02:42:05 +00:00
e92407221f renamed some function names for naming consistency 2018-04-07 15:54:16 +00:00
3fb9b31192 fixed reply encoding in the unicode mode in the server 2018-03-29 03:08:43 +00:00
b7590398f1 implemented simple idle timeout on the server.
added --shutwr to the sample client code
2018-03-22 07:15:19 +00:00
57f8c8969a touched up hcl client code 2018-03-21 15:17:46 +00:00
f675835a11 added reply handler 2018-03-21 10:38:10 +00:00
69e50af80f added more client code 2018-03-20 14:54:32 +00:00
f9cf5e6554 added some hcl client code 2018-03-20 10:36:00 +00:00
89f3fc2d08 started some code for hcl client 2018-03-18 15:29:16 +00:00
5aa3a72eea renamed main2.c to main-s.c
started adding client code
2018-03-17 16:07:51 +00:00
2b2da9e780 added the empty hcl-c.h and hcl-c.c files 2018-03-15 15:27:34 +00:00