Commit Graph

23 Commits

Author SHA1 Message Date
82624a2073 moved the heapsize parameter from hcl_open() to hcl_ignite() 2021-02-09 17:47:22 +00:00
21096b9d9e 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
7f510f51d0 removed unneeded code 2021-02-08 15:50:53 +00:00
1cfc1d1d37 removed cb-impl.c and cb-impl.h 2021-02-08 15:42:24 +00:00
a20589ddf5 added the _instsize field to hcl_t, hcl_server_t, hcl_client_t 2019-06-21 12:36:25 +00:00
fbdb084fec refined the msb positioning functions
migrated hcl_isint()/hcl_isbigint() to hcl-prv.h
2019-05-04 17:56:45 +00:00
d0a42cdfae reorganized some callback functions into cb-impl.c 2018-11-03 15:57:14 +00:00
95d16191a7 interim commit while adding vmprim.assertfail 2018-11-03 14:05:37 +00:00
3c54f5e860 introduced the new type hcl_bitmask_t 2018-04-26 04:39:20 +00:00
eb8691b5bd added '\n' to is_spacechar() 2018-04-24 05:24:58 +00:00
1f25d5c7ff add some json parsing code 2018-04-22 18:18:45 +00:00
69a0b1548b added json related files 2018-04-21 02:13:53 +00:00
7b7da188b7 fixed missing short-form reply handling in lib/main-c.c 2018-04-09 02:42:05 +00:00
fd3a812cf7 renamed some function names for naming consistency 2018-04-07 15:54:16 +00:00
10ae33e0ea fixed reply encoding in the unicode mode in the server 2018-03-29 03:08:43 +00:00
ad85c3d26a implemented simple idle timeout on the server.
added --shutwr to the sample client code
2018-03-22 07:15:19 +00:00
61798f7bb3 touched up hcl client code 2018-03-21 15:17:46 +00:00
1951cb3c82 added reply handler 2018-03-21 10:38:10 +00:00
e36ef48e3a added more client code 2018-03-20 14:54:32 +00:00
a109b0f035 added some hcl client code 2018-03-20 10:36:00 +00:00
e4006e6a88 started some code for hcl client 2018-03-18 15:29:16 +00:00
7db7e3e48f renamed main2.c to main-s.c
started adding client code
2018-03-17 16:07:51 +00:00
4b7649ea67 added the empty hcl-c.h and hcl-c.c files 2018-03-15 15:27:34 +00:00