messages from 2023-09-04 08:06:58 to 2024-08-07 17:59:50 UTC [more...]
[PATCH 1/2] dbus: add _dbus_object_tree_set_interface_data
2024-08-07 17:59 UTC (2+ 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 (8+ messages)
[PATCH] netlink: Add workaround for missing NLM_F_ACK_TLVS and NLM_F_CAPPED
2023-11-26 18:24 UTC (3+ messages)
[PATCH] netconfig: Always set DHCP MAC address on start
2023-11-24 18:40 UTC (2+ messages)
[RFC PATCH 2/2] rtnl: Check if RTA_EXPIRES enum value is available
2023-11-19 16:50 UTC (2+ messages)
[RFC PATCH 1/2] netlink: Workaround missing NETLINK_EXT_ACK define
2023-11-19 16:49 UTC (2+ messages)
[PATCH 1/4] rtnl: Fixup rtnetlink includes
2023-11-09 15:46 UTC (7+ messages)
` [PATCH 2/4] netlink: Fix compilation on really old platforms
` [PATCH 3/4] rtnl: "
` [PATCH 4/4] examples: Fix compilation on old systems
[PATCH 1/3] ecc: Make product variable of _vli_mmod_fast const
2023-11-09 15:29 UTC (2+ messages)
[PATCH 2/3] ecc: Introduce _vli_mmod_slow that works with curve_p and curve_n
2023-11-09 14:20 UTC
[PATCH 3/3] ecc: Add helper for creating a scalar modulo curve order
2023-11-09 14:20 UTC
[PATCH] ecc: Add helper for multiplying a scalar with a curve generator
2023-11-08 2:24 UTC (2+ messages)
[PATCH] genl: fix ‘attr_grp.next_len’ may be used uninitialized
2023-10-17 16:43 UTC (5+ messages)
[PATCH] ecc: add l_ecc_point_is_infinity
2023-10-17 15:00 UTC (2+ messages)
[PATCH v2 1/2] ecc: fix incorrect derivation of compressed points
2023-10-11 15:26 UTC (4+ messages)
` [PATCH v2 2/2] unit: update test-ecc with compressed point bug fix
[PATCH] ecc: fix incorrect derivation of compressed points
2023-10-10 13:56 UTC
[PATCH] unit: skip sysctl test if sysfs is not available
2023-09-05 3:28 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- 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