freebsd license
commitb7e103eb81f3d4b33171e2550157e37973feb9d8
authorshura <aolar68@gmail.com>
Sun, 8 Oct 2023 17:19:44 +0000 (8 20:19 +0300)
committershura <aolar68@gmail.com>
Sun, 8 Oct 2023 17:19:44 +0000 (8 20:19 +0300)
treebf8d3c8ec50003823ec9c65c3d4048f7aae5259d
parent418bfe9b0bf1e75ce48ebcb9ffa741eaa928ef96
freebsd license
141 files changed:
Jamfile
Jamrules.configure
TODO
include/libex/array.h
include/libex/endian.h
include/libex/file.h
include/libex/hash.h
include/libex/html.h
include/libex/http.h
include/libex/json.h
include/libex/list.h
include/libex/msg.h
include/libex/net.h
include/libex/poll/net_poll.h
include/libex/qdb.h
include/libex/rpc.h
include/libex/str.h
include/libex/sys.h
include/libex/task.h
include/libex/time.h
include/libex/tree.h
include/libex/unet.h
include/libex/ws.h
include/libex/wsnet.h
src/Jamfile
src/epoll/net_epoll.c
src/file_asbpath.c
src/file_copy.c
src/file_dirmake.c
src/file_dirsplit.c
src/file_exists.c
src/file_get_spec_path.c
src/file_getdir.c
src/file_getfname.c
src/file_getoname.c
src/file_getsuf.c
src/file_load_conf.c
src/file_loadallfile.c
src/file_log.c
src/file_ls.c
src/file_mktempnam.c
src/file_path_add_path.c
src/file_path_combine.c
src/file_path_expand.c
src/file_path_split.c
src/file_save.c
src/hash.c
src/html.c
src/http.c
src/json.c
src/list.c
src/msg.c
src/net.c
src/pollset/net_pollset.c
src/pool.c
src/qdb.c
src/rbtree.c
src/rpc.c
src/str_argz.c
src/str_b64.c
src/str_cmpcasestr.c
src/str_cmpstr.c
src/str_cstrb64decode.c
src/str_cstrb64encode.c
src/str_cstrhex.c
src/str_cstrprintf.c
src/str_hexstr.c
src/str_mkcstr.c
src/str_mkcstrfill.c
src/str_mkcstrpad.c
src/str_mkstr.c
src/str_mkstrptr.c
src/str_sha1.c
src/str_str_urldecode.c
src/str_str_urlencode.c
src/str_stralloc.c
src/str_strand.c
src/str_strb64decode.c
src/str_strb64encode.c
src/str_strbuf_urldecode.c
src/str_strbuf_urlencode.c
src/str_strbufadd.c
src/str_strbufalloc.c
src/str_strbufb64decode.c
src/str_strbufb64encode.c
src/str_strbufput.c
src/str_strbufset.c
src/str_strbufsize.c
src/str_strconcat.c
src/str_strdel.c
src/str_strepl.c
src/str_strev.c
src/str_strfill.c
src/str_strfmtadd.c
src/str_strhex.c
src/str_strnadd.c
src/str_strnchr.c
src/str_strnrchr.c
src/str_strnstr.c
src/str_strntok.c
src/str_strntrim.c
src/str_strpad.c
src/str_strprintf.c
src/str_strput.c
src/str_strput2.c
src/str_strputc.c
src/str_strset.c
src/str_strsize.c
src/str_strwlen.c
src/str_unescape.c
src/str_wcmpcasestr.c
src/str_wcmpstr.c
src/str_wmkstr.c
src/str_wstralloc.c
src/str_wstrnadd.c
src/task.c
src/time.c
src/unet.c
src/ws.c
src/wsnet.c
test/Jamfile
test/test_array.c
test/test_bws_srv.c
test/test_cln.c
test/test_file.c
test/test_hash.c
test/test_html.c
test/test_http.c
test/test_json.c
test/test_jws_srv.c
test/test_list.c
test/test_msg.c
test/test_qdb.c
test/test_rpc.c
test/test_run.c
test/test_str.c
test/test_sys.c
test/test_task.c
test/test_time.c
test/test_tree.c
test/test_ws_srv.c