]> Kevux Git Server - fll/commit
Update: Add f_sockets_t, add f_socketss_t, and other f_socket changes.
authorKevin Day <kevin@kevux.org>
Tue, 4 Jul 2023 03:06:35 +0000 (22:06 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 4 Jul 2023 03:13:55 +0000 (22:13 -0500)
commit700febeac7d7cead7b1ced8a620b17e221c35f53
tree3b38fa7ba6e9caf8310cfb6e9142796d683bdf19
parent9f56da2e48c8aa7e18c7ff38c632007eb5d3546b
Update: Add f_sockets_t, add f_socketss_t, and other f_socket changes.

The socket.name is better as an f_string_static_t.

Fix the outdated and incorrect documentation comments for f_socket_t.

Add additional macro functions for initializing the f_socket_t.
114 files changed:
build/level_0/settings
build/monolithic/settings
level_0/f_socket/c/socket.c
level_0/f_socket/c/socket.h
level_0/f_socket/c/socket/common.h
level_0/f_socket/c/socket/private-socket.c [new file with mode: 0644]
level_0/f_socket/c/socket/private-socket.h [new file with mode: 0644]
level_0/f_socket/c/socket/socket.c [new file with mode: 0644]
level_0/f_socket/c/socket/socket.h [new file with mode: 0644]
level_0/f_socket/data/build/settings
level_0/f_socket/data/build/settings-mocks
level_0/f_socket/data/build/settings-tests
level_0/f_socket/tests/unit/c/test-socket-sockets_adjust.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_adjust.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_append.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_append.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_append_all.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_append_all.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_decimate_by.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_decimate_by.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_decrease_by.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_decrease_by.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_increase.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_increase.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_increase_by.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_increase_by.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_resize.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-sockets_resize.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_adjust.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_adjust.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_append.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_append.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_append_all.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_append_all.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_decimate_by.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_decimate_by.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_decrease_by.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_decrease_by.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_increase.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_increase.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_increase_by.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_increase_by.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_resize.c [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket-socketss_resize.h [new file with mode: 0644]
level_0/f_socket/tests/unit/c/test-socket.c
level_0/f_socket/tests/unit/c/test-socket.h
level_0/f_type_array/c/type_array/cell.c
level_0/f_type_array/c/type_array/cell.h
level_0/f_type_array/c/type_array/file.c
level_0/f_type_array/c/type_array/file.h
level_0/f_type_array/c/type_array/fll_id.c
level_0/f_type_array/c/type_array/fll_id.h
level_0/f_type_array/c/type_array/int128.c
level_0/f_type_array/c/type_array/int128.h
level_0/f_type_array/c/type_array/int16.c
level_0/f_type_array/c/type_array/int16.h
level_0/f_type_array/c/type_array/int32.c
level_0/f_type_array/c/type_array/int32.h
level_0/f_type_array/c/type_array/int64.c
level_0/f_type_array/c/type_array/int64.h
level_0/f_type_array/c/type_array/int8.c
level_0/f_type_array/c/type_array/int8.h
level_0/f_type_array/c/type_array/number_unsigned.c
level_0/f_type_array/c/type_array/number_unsigned.h
level_0/f_type_array/c/type_array/poll.c
level_0/f_type_array/c/type_array/poll.h
level_0/f_type_array/c/type_array/private-cell.c
level_0/f_type_array/c/type_array/private-cell.h
level_0/f_type_array/c/type_array/private-file.c
level_0/f_type_array/c/type_array/private-file.h
level_0/f_type_array/c/type_array/private-fll_id.c
level_0/f_type_array/c/type_array/private-fll_id.h
level_0/f_type_array/c/type_array/private-int128.c
level_0/f_type_array/c/type_array/private-int128.h
level_0/f_type_array/c/type_array/private-int16.c
level_0/f_type_array/c/type_array/private-int16.h
level_0/f_type_array/c/type_array/private-int32.c
level_0/f_type_array/c/type_array/private-int32.h
level_0/f_type_array/c/type_array/private-int64.c
level_0/f_type_array/c/type_array/private-int64.h
level_0/f_type_array/c/type_array/private-int8.c
level_0/f_type_array/c/type_array/private-int8.h
level_0/f_type_array/c/type_array/private-number_unsigned.c
level_0/f_type_array/c/type_array/private-number_unsigned.h
level_0/f_type_array/c/type_array/private-poll.c
level_0/f_type_array/c/type_array/private-poll.h
level_0/f_type_array/c/type_array/private-state.c
level_0/f_type_array/c/type_array/private-state.h
level_0/f_type_array/c/type_array/private-status.c
level_0/f_type_array/c/type_array/private-status.h
level_0/f_type_array/c/type_array/private-uint128.c
level_0/f_type_array/c/type_array/private-uint128.h
level_0/f_type_array/c/type_array/private-uint16.c
level_0/f_type_array/c/type_array/private-uint16.h
level_0/f_type_array/c/type_array/private-uint32.c
level_0/f_type_array/c/type_array/private-uint32.h
level_0/f_type_array/c/type_array/private-uint64.c
level_0/f_type_array/c/type_array/private-uint64.h
level_0/f_type_array/c/type_array/private-uint8.c
level_0/f_type_array/c/type_array/private-uint8.h
level_0/f_type_array/c/type_array/state.c
level_0/f_type_array/c/type_array/state.h
level_0/f_type_array/c/type_array/status.c
level_0/f_type_array/c/type_array/status.h
level_0/f_type_array/c/type_array/uint128.c
level_0/f_type_array/c/type_array/uint128.h
level_0/f_type_array/c/type_array/uint16.c
level_0/f_type_array/c/type_array/uint16.h
level_0/f_type_array/c/type_array/uint32.c
level_0/f_type_array/c/type_array/uint32.h
level_0/f_type_array/c/type_array/uint64.c
level_0/f_type_array/c/type_array/uint64.h
level_0/f_type_array/c/type_array/uint8.c
level_0/f_type_array/c/type_array/uint8.h