Skip to content

Commit

Permalink
Update liblcb: Remove syntax shugar.
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhuk-im committed Apr 28, 2024
1 parent 509b6e5 commit f1c6850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/liblcb
Submodule liblcb updated 47 files
+1 −0 CMakeLists.txt
+1 −1 include/al/hw.h
+29 −15 include/al/os.h
+1 −1 include/crypto/hash/gost3411-2012.h
+1 −1 include/crypto/hash/md5.h
+1 −1 include/crypto/hash/sha1.h
+1 −1 include/crypto/hash/sha2.h
+1 −1 include/math/big_num.h
+5 −5 include/net/host_address.h
+5 −3 include/net/hostname_list.h
+1 −1 include/proto/dns.h
+5 −19 include/proto/radius.h
+12 −4 include/threadpool/threadpool.h
+1 −1 include/utils/hash_bucket.h
+4 −46 include/utils/mem_utils.h
+1 −3 lib.project
+8 −0 liblcb.workspace
+8 −9 src/net/socket.c
+4 −4 src/net/socket_address.c
+4 −6 src/net/socket_options.c
+1 −1 src/net/utils.c
+4 −4 src/proto/bt_tracker.c
+8 −7 src/proto/dns_resolv.c
+2 −2 src/proto/http.c
+7 −7 src/proto/http_client.c
+10 −9 src/proto/http_server.c
+2 −2 src/proto/http_server_auth.c
+13 −14 src/proto/radius_client.c
+3 −3 src/proto/sap_rcvr.c
+8 −8 src/proto/upnp_ssdp.c
+123 −67 src/threadpool/threadpool.c
+4 −4 src/threadpool/threadpool_msg_sys.c
+4 −4 src/threadpool/threadpool_task.c
+2 −2 src/utils/bt_encode.c
+4 −4 src/utils/buf_str.c
+1 −1 src/utils/cmd_line_daemon.c
+4 −5 src/utils/data_cache.c
+2 −1 src/utils/info.c
+3 −3 src/utils/ini.c
+2 −2 src/utils/ring_buffer.c
+3 −3 src/utils/sys.c
+1 −1 src/utils/sys_res_limits_xml.c
+2 −2 src/utils/xml.c
+1 −1 tests/base64/main.c
+1 −1 tests/ecdsa/main.c
+17 −5 tests/threadpool/main.c
+38 −1 tests/threadpool/test-threadpool.project
2 changes: 1 addition & 1 deletion ssdpd.project
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</VirtualDirectory>
<Settings Type="Executable">
<GlobalSettings>
<Compiler Options="" C_Options="-DHAVE_STRLCPY;-DHAVE_PIPE2;-DHAVE_ACCEPT4;-DHAVE_REALLOCARRAY;-DHAVE_MEMRCHR;-DHAVE_MEMMEM;-DHAVE_MEMSET_S;-DHAVE_EXPLICIT_BZERO;-DSOCKET_XML_CONFIG" Assembler="">
<Compiler Options="" C_Options="-DHAVE_STRLCPY;-DHAVE_PIPE2;-DHAVE_ACCEPT4;-DHAVE_REALLOCARRAY;-DHAVE_MEMRCHR;-DHAVE_MEMMEM;-DHAVE_MEMSET_S;-DHAVE_EXPLICIT_BZERO;-DSOCKET_XML_CONFIG;-DHAVE_KQUEUEX;-DHAVE_TIMINGSAFE_BCMP" Assembler="">
<IncludePath Value="$(IntermediateDirectory)"/>
<IncludePath Value="../"/>
<IncludePath Value="../src"/>
Expand Down

0 comments on commit f1c6850

Please sign in to comment.