($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
[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 v8] Input/Output Terminal Abstraction
 2024-04-05  0:36 UTC  (10+ 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

[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)

[PATCH] ell: Make public headers compilable with C++
 2023-05-22 14:34 UTC  (5+ messages)

[PATCH] genl: fix l_genl_family_cancel to wait for NLMSG_DONE
 2023-05-22 14:20 UTC  (2+ messages)

[PATCH] Y2038 bug on uClibc: Warn if sizeof(time_t) < 8 during configuration
 2023-05-21 16:19 UTC 

Static array indices in function parameter declarations
 2023-04-26  8:44 UTC  (4+ messages)

[PATCH 3/3] tls: Add support l_tls_set_alpn_list() and ALPN extension
 2023-01-09 12:21 UTC  (4+ messages)

[PATCH 1/3] tls: Make mask parameter in l_tls_set_domain_mask() const
 2023-01-03 22:02 UTC 

[PATCH 2/3] tls: Add support for l_tls_set_server_name and SNI extension
 2023-01-03 22:02 UTC 

[PATCH 1/3] tls: Use l_put_be64 for IV creation in case of AEAD ciphers
 2023-01-03 14:39 UTC 

[PATCH 2/3] tls: Replace tls->ready_handle with tls->ready_handler
 2023-01-03 14:39 UTC 

[PATCH 3/3] tls: Ensure callbacks are available before using them
 2023-01-03 14:40 UTC 

[PATCH] tls: Add l_tls_get_session_resumed
 2022-12-30 17:35 UTC  (2+ messages)

[RFC 0/8] Crypto operations by key ID
 2022-11-22 18:34 UTC  (17+ messages)
` [RFC 1/8] key: add l_key_search
` [RFC 2/8] unit: add key search test
` [RFC 3/8] checksum: commonize checksum creation
` [RFC 4/8] checksum: add l_checksum_new_hmac_from_key_id
` [RFC 5/8] cert-crypto: refactor l_cert_pkcs5_pbkdf2
` [RFC 6/8] cert: add l_cert_pkcs5_pbkdf2_from_key_id
` [RFC 7/8] cert: add explicit length to l_cert_pkcs5_pbkdf2
` [RFC 8/8] unit: update test-pbkdf2 with API change

[PATCH 1/4] tls: Allow ServerHello extensions when resuming session
 2022-11-09 20:25 UTC  (5+ messages)
` [PATCH 2/4] tls: Improve renegotiation
` [PATCH 3/4] tls: Implement RFC 5746 Secure Renegotiation
` [PATCH 4/4] tls: Add missing continue in tls_load_cached_server_session

[PATCH 1/3] tls: Refactor session storage for server mode
 2022-11-08 15:49 UTC  (4+ messages)
` [PATCH 2/3] tls: Server mode session caching
` [PATCH 3/3] examples: Update https example code


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).