public inbox for gwml@vger.gnuweeb.org
 help / color / mirror / Atom feed
 messages from 2025-07-16 00:03:48 to 2025-08-06 11:39:45 UTC [more...]

[PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation
 2025-08-06 11:39 UTC  (27+ messages)
` [PATCH gwproxy v4 1/6] dnslookup: Split common functionality and struct into net.h and net.c
` [PATCH gwproxy v4 2/6] dnslookup: Add a new parameter default_port
` [PATCH gwproxy v4 3/6] dnslookup: Allow only port string number
` [PATCH gwproxy v4 4/6] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function
` [PATCH gwproxy v4 5/6] dnsparser: Transaction id creation is delegated to caller
` [PATCH gwproxy v4 6/6] dnslookup: Make gw_ares_getaddrinfo asynchronous
` (subset) [PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation

[PATCH gwproxy v3 0/6] Initial work for DNS lookup implementation
 2025-08-06  3:45 UTC  (10+ messages)
` [PATCH gwproxy v3 1/6] dnslookup: Split common functionality and struct into net.h and net.c
` [PATCH gwproxy v3 2/6] dnslookup: Add a new parameter default_port
` [PATCH gwproxy v3 3/6] dnslookup: Allow only port string number
` [PATCH gwproxy v3 4/6] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function
` [PATCH gwproxy v3 5/6] dnsparser: Transaction id creation is delegated to caller
` [PATCH gwproxy v3 6/6] dnslookup: Make gw_ares_getaddrinfo asynchronous

[PATCH gwproxy v3 0/6] Initial work for DNS lookup implementation
 2025-08-06  3:43 UTC  (10+ messages)
` [PATCH gwproxy v3 1/6] dnslookup: Split common functionality and struct into net.h and net.c
` [PATCH gwproxy v3 2/6] dnslookup: Add a new parameter default_port
` [PATCH gwproxy v3 3/6] dnslookup: Allow only port string number
` [PATCH gwproxy v3 4/6] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function
` [PATCH gwproxy v3 5/6] dnsparser: Transaction id creation is delegated to caller
` [PATCH gwproxy v3 6/6] dnslookup: Make gw_ares_getaddrinfo asynchronous

[PATCH net v2] net: usbnet: Fix the wrong netif_carrier_on() call placement
 2025-08-06  1:54 UTC  (11+ messages)

[PATCH net v3] net: usbnet: Fix the wrong netif_carrier_on() call
 2025-08-06  0:31 UTC 

[PATCH gwproxy v3 0/9] Initial work for DNS lookup implementation
 2025-08-05 14:02 UTC  (27+ messages)
` [PATCH gwproxy v3 1/9] dnslookup: Split common functionality and struct into net.h and net.c
` [PATCH gwproxy v3 2/9] dnslookup: Add a new parameter, default_port
` [PATCH gwproxy v3 3/9] dnslookup: Allow only port string number
` [PATCH gwproxy v3 4/9] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function
` [PATCH gwproxy v3 5/9] dnsparser: Update unit test of dns parser
` [PATCH gwproxy v3 6/9] dnsparser: Fix serialize_answ function
` [PATCH gwproxy v3 7/9] dnsparser: Transaction id creation is delegated to caller
` [PATCH gwproxy v3 8/9] dnslookup: Make gw_ares_getaddrinfo asynchronous
` [PATCH gwproxy v3 9/9] dnslookup: code style changes

How to set profile picture in email?
 2025-08-05 13:23 UTC 

[PATCH gwproxy v1 0/3] Initial work for DNS lookup implementation
 2025-08-05  6:28 UTC  (18+ messages)
` [PATCH gwproxy v1 1/3] dnslookup: split common functionality and struct into net.c
` [PATCH gwproxy v1 2/3] dnslookup: Allow only port string number
` [PATCH gwproxy v1 3/3] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function

[PATCH gwproxy v2 0/3] Initial work for DNS lookup implementation
 2025-08-02  2:06 UTC  (10+ messages)
` [PATCH gwproxy v2 1/3] dnslookup: split common functionality and struct into net.c
` [PATCH gwproxy v2 2/3] dnslookup: Allow only port string number
` [PATCH gwproxy v2 3/3] dnslookup: Initial work for implementation of C-ares-like getaddrinfo function

Request to install Devin.ai Integration in GNUWeeb
 2025-08-02  1:13 UTC  (7+ messages)

[PATCH net v1] net: usbnet: Fix the wrong netif_carrier_on() call placement
 2025-08-01 18:20 UTC 

[PATCH net v2] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
 2025-08-01 18:09 UTC 

[PATCH gwproxy v2 0/2] Fixes for older glibc version
 2025-07-31 22:32 UTC  (4+ messages)
` [PATCH gwproxy v2 1/2] log: Fix missing `gettid()` syscall on "
` [PATCH gwproxy v2 2/2] configure: Append `-lanl` lib to fix missing `getaddrinfo_a()`

[PATCH gwproxy v1 0/2] Fixes for older glibc version
 2025-07-31 22:20 UTC  (5+ messages)
` [PATCH gwproxy v1 1/2] log: Fix missing `gettid()` syscall on "
` [PATCH gwproxy v1 2/2] configure: Append `-lanl` lib to fix missing `getaddrinfo_a()`

PHP / Laravel developers needed
 2025-07-31  1:23 UTC  (2+ messages)

[PATCH gwproxy v1 0/2] Auth-file hot reload and show help message for invalid parameters
 2025-07-31  0:29 UTC  (4+ messages)
` [PATCH gwproxy v1 1/2] io_uring: Add auth-file hot reload support
` [PATCH gwproxy v1 2/2] gwproxy: Show help on invalid parameter

[PATCH gwproxy v1 0/3] Minor changes and fixes
 2025-07-29 15:06 UTC  (11+ messages)
` [PATCH gwproxy v1 2/3] io_uring: Add macro guard
` [PATCH gwproxy v1 3/3] io_uring: Rename GWP_CONN_FLAG_IS_SHUTDOWN to GWP_CONN_FLAG_IS_CANCEL
  ` [PATCH gwproxy v2] io_uring: Reduce liburing code base
  ` [PATCH gwproxy v2 0/3] Minor changes and fixes
    ` [PATCH gwproxy v2 1/3] io_uring: Add liburing to the code base
    ` [PATCH gwproxy v2 2/3] io_uring: Add macro guard
    ` [PATCH gwproxy v2 3/3] io_uring: Rename GWP_CONN_FLAG_IS_SHUTDOWN to GWP_CONN_FLAG_IS_CANCEL

[PATCH gwproxy v1 0/2] Fix missing validation of restyp in dns
 2025-07-28 16:14 UTC  (4+ messages)
` [PATCH gwproxy v1 1/2] dns: add a new restyp GWP_DNS_RESTYP_DEFAULT
` [PATCH gwproxy v1 2/2] dns: validate restyp on initialization

[PATCH gwproxy v1 0/2] Introduce IPv6 support for dns parser program
 2025-07-28  5:26 UTC  (6+ messages)
` [PATCH gwproxy v1 1/2] add unit test
` [PATCH gwproxy v1 2/2] add support for AAAA record type

Undangan untuk gabung GNU/Weeb & Perihal soal Collab (Dikirim ulang)
 2025-07-28  5:01 UTC  (3+ messages)

Test Email
 2025-07-28  4:38 UTC 

[PATCH liburing v2 0/3] Manpage updates for iowait toggle feature and one extra FFI fix
 2025-07-27  3:52 UTC  (6+ messages)
` [PATCH liburing v2 1/3] man: Add `io_uring_set_iowait(3)`
` [PATCH liburing v2 2/3] man: Add `IORING_ENTER_NO_IOWAIT` flag
` [PATCH liburing v2 3/3] liburing: Don't use `IOURINGINLINE` on private helpers

[PATCH liburing 0/3] Manpage updates for iowait toggle feature and one extra FFI fix
 2025-07-27  0:53 UTC  (5+ messages)
` [PATCH liburing 1/3] man: Add `io_uring_set_iowait(3)`
` [PATCH liburing 2/3] man: Add `IORING_ENTER_NO_IOWAIT` flag
` [PATCH liburing 3/3] liburing: Don't use `IOURINGINLINE` on private helpers

[PATCH liburing 0/2] liburing fixes
 2025-07-25 18:21 UTC  (4+ messages)
` [PATCH liburing 1/2] sanitize: Fix missing `IORING_OP_PIPE`
` [PATCH liburing 2/2] liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask`

Assistance Needed for a Charitable Purpose
 2025-07-25 17:13 UTC  (2+ messages)

My free time Live Stream notification
 2025-07-22  7:43 UTC  (2+ messages)

Feedback on New Kafka Project
 2025-07-21  6:44 UTC  (5+ messages)

PHP / Laravel developers needed
 2025-07-20 13:31 UTC 

We Can Fund Your Project!
 2025-07-18  6:42 UTC 

[PATCH liburing v3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16 14:51 UTC  (2+ messages)

[PATCH liburing v2 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16 14:30 UTC  (7+ messages)
` [PATCH liburing v2 1/3] "
` [PATCH liburing v2 2/3] test: Move `memfd_create()` to helpers.c, make it accessible for all tests
` [PATCH liburing v2 3/3] examples: Add `memfd_create()` helper

[PATCH liburing 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16  0:03 UTC  (4+ messages)
` [PATCH liburing 1/3] Revert "test/io_uring_register: kill old memfd test"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox