ell: unit tests: sharing memory
2025-02-10 14:29 UTC
[PATCH] dbus: fix use of `va_arg` with incorrect type
2025-01-05 2:12 UTC (2+ messages)
[PATCH 1/4] settings: fix -std=c23 build failure
2024-11-18 18:15 UTC (5+ messages)
` [PATCH 2/4] cert: "
` [PATCH 3/4] dbus: "
` [PATCH 4/4] test-rtnl: "
IPv6 Privacy Extension support?
2024-11-09 11:22 UTC
[PATCH v3 1/3] timeout: add l_timeout_remaining
2024-10-31 21:45 UTC (4+ messages)
` [PATCH v3 2/3] util: Add l_memcpy
` [PATCH v3 3/3] unit: Add l_memcpy test
[PATCH v2 1/2] util: Add l_safe_memcpy
2024-10-31 19:15 UTC (3+ messages)
` [PATCH v2 2/2] unit: Add l_safe_memcpy test
[PATCH] util: Add l_safe_memcpy
2024-10-30 21:28 UTC
[PATCH] ell: Inclusion of netlink.h in genl.h because of recent changes
2024-10-28 8:21 UTC (2+ messages)
TRUSTED CERTIFICATE
2024-10-07 12:36 UTC (2+ messages)
[PATCH 1/2] time: expose _time_from_timespec in time-private.h
2024-09-03 15:05 UTC (3+ messages)
` [PATCH 2/2] timeout: add l_timeout_remaining
[PATCH] timeout: add l_timeout_get_remaining
2024-08-28 19:10 UTC (2+ messages)
[PATCH 1/6] netlink: Add l_netlink_iter
2024-08-28 15:24 UTC (7+ messages)
` [PATCH 2/6] unit: Use the new l_netlink_attr API
` [PATCH 3/6] netlink: Add l_netlink_message_append_string
` [PATCH 4/6] netlink: Add l_netlink_request_sent
` [PATCH 5/6] util: Handle NULL pointers in l_safe_ato* functions
` [PATCH 6/6] rtnl: Add l_rtnl_link_set_mtu
Segmentation Fault in iwd with ell 0.68 Due to l_netlink_send()
2024-08-26 19:27 UTC (6+ messages)
missing header files
2024-08-26 16:39 UTC (3+ messages)
[PATCH 1/2] dbus: add _dbus_object_tree_set_interface_data
2024-08-08 14:19 UTC (3+ messages)
` [PATCH 2/2] dbus: add l_dbus_object_set_data()
[PATCH] unit: pragma test_address to fix GCC warning on musl-libc
2024-07-30 19:09 UTC (2+ messages)
[PATCH 1/7] netlink: Remove pointless checks
2024-07-26 19:31 UTC (9+ messages)
` [PATCH 2/7] netlink: Disallow certain flags in message constructor
` [PATCH 3/7] rtnl: Add a builder for RTM_{NEW|DEL}ROUTE messages
` [PATCH 4/7] rtnl: Add a builder for RTM_{NEW|DEL}ADDR messages
` [PATCH 5/7] unit: Add tests for rtnl_message_from_{route|address}
` [PATCH 6/7] netlink: Add sealed flag to l_netlink_message
` [PATCH 7/7] netlink/rtnl: Change l_netlink_send API
[PATCH 01/12] useful: Add utility to find the next power of two
2024-07-23 23:51 UTC (13+ messages)
` [PATCH 02/12] unit: Add unit test for roundup_pow_of_two
` [PATCH 03/12] util: Introduce l_util_pagesize
` [PATCH 04/12] string: Use conservative allocation growth strategy
` [PATCH 05/12] unit: Refactor genl-msg tests
` [PATCH 06/12] netlink: Add l_netlink_message class
` [PATCH 07/12] netlink: support appending using scatter / gather
` [PATCH 08/12] netlink: Support adding nested attributes to messages
` [PATCH 09/12] netlink: Add additional helpers
` [PATCH 10/12] unit: Add netlink message builder / parser tests
` [PATCH 11/12] netlink: add netlink_message_from_nlmsg
` [PATCH 12/12] genl: Use l_netlink_message as implementation for l_genl_msg
[PATCH] unit: don't specify tcp hostname in dbus config
2024-06-20 15:01 UTC (2+ messages)
[PATCH] sysctl: Add setter / getter for char settings
2024-06-14 18:51 UTC (2+ messages)
[PATCH] genl: re-implement unicast_watch using l_notifylist
2024-06-14 18:51 UTC (2+ messages)
New tests fail with parallel make
2024-06-14 16:15 UTC (2+ messages)
[PATCH 1/3] acd: move l_acd_stop ahead of EVENT_CONFLICT
2024-05-31 15:13 UTC (4+ messages)
` [PATCH 2/3] icmp6: fix memory leaks with dns_list/domains
` [PATCH 3/3] netconfig: free slaac_domains/slaac_dnses
[PATCH 1/2] notifylist: add notifylist class
2024-05-31 15:08 UTC (2+ messages)
` [PATCH 2/2] unit: Add notifylist unit tests
[PATCH] path: Add l_basename function
2024-05-28 19:26 UTC (2+ messages)
[PATCH 1/2] dbus: add dbus-over-tcp support
2024-05-16 19:36 UTC (4+ messages)
` [PATCH 2/2] unit: add testing for dbus-over-tcp
[RFC PATCH v8] Input/Output Terminal Abstraction
2024-05-16 15:35 UTC (12+ messages)
` [RFC PATCH v8] term: Initial revision
` [RFC PATCH v8] ell: Add include directive for 'ell/term.h'
` [RFC PATCH v8] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES
` [RFC PATCH v8] term: Added 'l_term_*' symbols
` [RFC PATCH v8] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running
` [RFC PATCH v8] ell/term: Return error on writes if the output descriptor is invalid
` [RFC PATCH v8] ell/edit: Rename 'l_term_{open,close}'
` [RFC PATCH v8] ell/term: Add an 'l_term_is_acquired' introspection function
` [RFC PATCH v8] ell/term: Added ASCII C0 and C1 control code mnemonics
[PATCH v2 1/4] util: Remove confusing static keyword use
2024-04-16 19:07 UTC (5+ messages)
` [PATCH v2 2/4] util: Add L_BIT_{SET|CLEAR|TEST} macros
` [PATCH v2 3/4] util: Add L_BITS_{SET|CLEAR}
` [PATCH v2 4/4] unit: Add tests for the new bitmap utilities
[PATCH 1/4] util: Remove confusing static keyword use
2024-04-15 19:14 UTC (4+ messages)
` [PATCH 2/4] util: Add L_BIT_{SET|CLEAR|TEST} macros
` [PATCH 3/4] util: Add L_BITS_{SET|CLEAR}
` [PATCH 4/4] unit: Add tests for the new bitmap utilities
[RFC PATCH v5] Line Editor
2024-04-05 0:20 UTC (9+ messages)
` [RFC PATCH v5] edit: Initial revision
` [RFC PATCH v5] ell: Add include directive for 'ell/edit.h'
` [RFC PATCH v5] ell/Makefile: Added 'edit.[ch]' to HEADERS and SOURCES
` [RFC PATCH v5] edit: Added 'l_edit_*' symbols
` [RFC PATCH v5] edit: pass the l_edit instance to the display and debug handlers
` [RFC PATCH v5] edit: change return signatures from 'bool' to 'int'
` [RFC PATCH v5] edit: change the 'l_edit_enter' return signature from 'char *' "
` [RFC PATCH v5] edit: improve error handling of 'mbstowcs' and 'wcstombs' functions
[RFC PATCH v7] Input/Output Terminal Abstraction
2024-04-04 23:38 UTC (10+ messages)
` [RFC PATCH v7] term: Initial revision
` [RFC PATCH v7] ell: Add include directive for 'ell/term.h'
` [RFC PATCH v7] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES
` [RFC PATCH v7] term: Added 'l_term_*' symbols
` [RFC PATCH v7] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running
` [RFC PATCH v7] ell/term: Return error on writes if the output descriptor is invalid
` [RFC PATCH v7] ell/edit: Rename 'l_term_{open,close}'
` [RFC PATCH v7] ell/term: Add an 'l_term_is_acquired' introspection function
` [RFC PATCH v7] ell/term: Added ASCII C0 and C1 control code mnemonics
[RFC PATCH v6] Input/Output Terminal Abstraction
2024-04-03 17:22 UTC (9+ messages)
` [RFC PATCH v6] term: Initial revision
` [RFC PATCH v6] ell: Add include directive for 'ell/term.h'
` [RFC PATCH v6] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES
` [RFC PATCH v6] term: Added 'l_term_*' symbols
` [RFC PATCH v6] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running
` [RFC PATCH v6] ell/term: Return error on writes if the output descriptor is invalid
` [RFC PATCH v6] ell/edit: Rename 'l_term_{open,close}'
` [RFC PATCH v6] ell/term: Add an 'l_term_is_acquired' introspection function
[RFC PATCH v5] Input/Output Terminal Abstraction
2024-03-31 23:47 UTC (5+ messages)
` [RFC PATCH v5] term: Initial revision
` [RFC PATCH v5] ell: Add include directive for 'ell/term.h'
` [RFC PATCH v5] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES
` [RFC PATCH v5] term: Added 'l_term_*' symbols
[RFC v4] edit: Add basic support for input line editing
2024-03-31 16:45 UTC (2+ messages)
[PATCH] util: Add portable casting preprocessor macros
2024-03-28 22:31 UTC (2+ messages)
[PATCH 1/2] ecc: add l_ecc_scalar_clone
2024-03-18 14:31 UTC (3+ messages)
` [PATCH 2/2] ecdh: add unlikely() check for NULL parameters
[PATCH 1/5] cert: remove usused elem_data variable
2024-03-12 3:12 UTC (6+ messages)
` [PATCH 2/5] dbus: remove unused 'type' variable
` [PATCH 3/5] gvariant-util: remove unneeded initializer
` [PATCH 4/5] queue: remove unneeded entry advancement
` [PATCH 5/5] unit: assert return of several gvariant-util calls
[PATCH] queue: Fix names of l_queue_match_func_t parameters
2024-02-22 21:59 UTC (2+ messages)
[PATCH] pem: fix typo in a conditional in pem_next()
2024-02-22 14:49 UTC (2+ messages)
[PATCH] log: add l_notice
2024-02-14 18:51 UTC (9+ messages)
[RFC PATCH] build: Move autodestruct macro definition
2024-02-01 16:19 UTC
[PATCH 1/2] useful: Move close cleanup into ell/util.h
2024-02-01 16:07 UTC (3+ messages)
` [PATCH 2/2] cleanup: Use _l_ preffix for all cleanup functions
[PATCH] cleanup: Promote _auto_ to public API
2024-01-30 19:44 UTC
[PATCH 1/2] dir: Add l_dir_create
2024-01-30 2:39 UTC (3+ messages)
` [PATCH 2/2] file: Add l_file_set_contents
[PATCH v3] dhcp: add settable max attempts, fix timeout overflow to zero
2024-01-19 3:14 UTC (2+ messages)
[PATCH v2] dhcp: fix overflow causing retries to stop
2024-01-16 17:06 UTC (7+ messages)
[PATCH] dhcp: fix overflow causing retries to stop
2024-01-09 17:49 UTC (4+ messages)
[RFC v3] edit: Add basic support for input line editing
2023-12-15 8:19 UTC (3+ messages)
[RFC v2] edit: Add basic support for input line editing
2023-12-14 21:36 UTC
[RFC] edit: Add basic support for input line editing
2023-12-13 22:26 UTC (5+ messages)
ELL 0.59 Does Not Compile against Linux-4.9.212 and/or GLibC-2.28
2023-11-26 18:26 UTC (2+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).