|
59dfe8cbb7
|
wip - reworking hcl server/client code
continuous-integration/drone/push Build is passing
|
2024-04-14 18:33:15 +09:00 |
|
|
3d47a99cd2
|
added many charcter handling code
continuous-integration/drone/push Build is failing
|
2023-11-22 00:24:57 +09:00 |
|
|
ceaa977d12
|
fixed some undefined symbol issues
continuous-integration/drone/push Build is passing
|
2023-10-14 23:14:58 +09: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 |
|
|
1aeee25ac6
|
removed cb-impl.c and cb-impl.h
|
2021-02-08 15:42:24 +00:00 |
|
|
f87ebd527e
|
Added a work file
|
2018-08-07 16:05:41 +00:00 |
|
|
deb53399a4
|
introduced the new type hcl_bitmask_t
|
2018-04-26 04:39:20 +00:00 |
|
|
64acfe3aec
|
restructured client and server code into a single library libhclex.
also migrated socket related functions into the library
|
2018-04-10 13:57:17 +00:00 |
|
|
13ecb7e337
|
exported hcl_server_proto_feed_reply()
|
2018-04-10 09:17:00 +00:00 |
|
|
ae3745d5f3
|
added HCL_MOD_INCTX to hcl
added HCL_SERVER_MODULE_INCTX to hcl server
|
2018-04-09 15:54:54 +00:00 |
|
|
f675835a11
|
added reply handler
|
2018-03-21 10:38:10 +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 |
|
|
c41c3a12af
|
enhanced the inclusion path handling in the sample hcl server code
added HCL_SERVER_SCRIPT_INCLUDE_PATH
added optstate field in hcl_server_worker_t
|
2018-03-17 05:44:40 +00:00 |
|
|
0b7acc1fd8
|
Added HCL_SERVER_WORKER_MAX_COUNT
changed the main server loop to purge dead clients as soon as the multiplex is finished
|
2018-03-16 14:57:34 +00:00 |
|
|
70ef4b6299
|
enhanced the hcl server code to assign an ID to each worker created
|
2018-03-16 05:56:05 +00:00 |
|
|
25b71a4800
|
exported hcl_seterrbfmtv(), hcl_seterrufmtv()
added hcl_server_seterrbfmt(), hcl_server_seterrufmt(), hcl_server_seterrbfmtv(), hcl_server_seterrufmtv()
added socket address conversion functions
|
2018-03-14 14:40:05 +00:00 |
|
|
39749ab847
|
put the hcl server code into a library
|
2018-03-14 10:14:38 +00:00 |
|
|
773f09aab2
|
added hcl-s.c and hcl-s.h
|
2018-03-13 10:20:50 +00:00 |
|