unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
 messages from 2023-06-08 19:24:07 to 2023-09-14 12:12:56 UTC [more...]

[PATCH] t/lei-mirror: do not bail out on `make help' failure
 2023-09-14 12:12 UTC 

pop3 usability thoughts
 2023-09-14  0:38 UTC  (7+ messages)
` [RFC] pop3: support `?limit=$NUM' parameter in mailbox name

Great job!
 2023-09-13  9:26 UTC 

[PATCH 0/5] more deps and updates from portability
 2023-09-13  9:12 UTC  (6+ messages)
` [PATCH 1/5] INSTALL: update for 2023, NetBSD and OpenBSD
` [PATCH 2/5] move deps.perl into new install/ directory
` [PATCH 3/5] updates around RPM packages on CentOS 7.x
` [PATCH 4/5] install/deps: safer defaults for regular users
` [PATCH 5/5] t/xap_helper: improve reliability of TTIN/TTOU tests

[PATCH 0/2] test fixes for optional deps
 2023-09-12 12:25 UTC  (3+ messages)
` [PATCH 1/2] tests: favor IO::Socket::IP for IPv6 listeners
` [PATCH 2/2] tests: allow more tests to pass without xapian-compact

[PATCH 0/3] just-ahead-of-time build improvements
 2023-09-12 10:48 UTC  (4+ messages)
` [PATCH 1/3] gcf2: detect libgit2 version changes
` [PATCH 2/3] xap_helper_cxx: detect libxapian "
` [PATCH 3/3] gcf2: switch build phase to use autodie

[PATCH 0/7] system-related updates and cleanups
 2023-09-12  6:13 UTC  (10+ messages)
` [PATCH 1/7] tests: map CLOFORK->FD_CLOEXEC temporarily for `tail -f'
` [PATCH 2/7] daemon: depend on DS event_loop in master process, too
` [PATCH 3/7] ds: use object-oriented API for epoll
` [PATCH 4/7] favor poll(2) for most daemons
` [PATCH 5/7] dspoll: switch to the documented IO::Poll API
    ` [PATCH 8/7] provide select(2) backend for PublicInbox::DS
` [PATCH 6/7] ds: use constants for @UNBLOCKABLE list
` [PATCH 7/7] spawn: do not block ABRT/BUS/ILL/SEGV signals

[PATCH] treewide: favor Xapian (SWIG binding) over Search::Xapian
 2023-09-11  7:26 UTC 

[PATCH] ci/profiles: strip everything after the `-' in utsname.release
 2023-09-10  2:05 UTC 

[PATCH] xap_helper: relicense C++ implementation to GPL-2.0+
 2023-09-10  2:03 UTC 

[PATCH 0/8] NetBSD-related updates
 2023-09-09 21:14 UTC  (10+ messages)
` [PATCH 1/8] Makefile.PL: check `getconf NPROCESSORS_ONLN', too
` [PATCH 2/8] ipc: define _SC_NPROCESSORS_ONLN for NetBSD
` [PATCH 3/8] ci/run.sh: parameterize BUILD_JOBS TEST_JOBS and TEST_TARGET
` [PATCH 4/8] ci/profiles: rewrite in Perl
  ` [SQUASH] manifest update
` [PATCH 5/8] update CI helper scripts for NetBSD and `pkgin'
` [PATCH 6/8] xap_helper: note __cleanup__ works with C++ exceptions
` [PATCH 7/8] xap_helper: use _OPENBSD_SOURCE on NetBSD for reallocarray
` [PATCH 8/8] xap_helper: clamp workers to USHRT_MAX

[PATCH 0/3] some portability and dependency fixes
 2023-09-09  1:48 UTC  (4+ messages)
` [PATCH 1/3] fix some tests when `curl' is missing
` [PATCH 2/3] imapd: lazy-load IMAPsearchqp for Parse::RecDescent
` [PATCH 3/3] pop3d: support fcntl locks on NetBSD and OpenBSD

[PATCH] ci/deps: redo and fix essential package handling
 2023-09-08 22:31 UTC 

[PATCH 0/4] doc and ci scripts updates
 2023-09-08 13:09 UTC  (5+ messages)
` [PATCH 1/4] update docs + tests for xapian-delve use
` [PATCH 2/4] ci/deps: add IMAP-related optional packages
` [PATCH 3/4] ci/deps: drop unnecessary mappings and add Inline
` [PATCH 4/4] ci: updates for OpenBSD

[PATCH] fake_inotify: increase directory ctime adjustment window
 2023-09-08 12:54 UTC 

[PATCH 0/3] sig handling fixes for non-signalfd/kqueue
 2023-09-08 10:51 UTC  (4+ messages)
` [PATCH 1/3] ds: fix signals unblock "
` [PATCH 2/3] watch: set %SIG "
` [PATCH 3/3] watch: reset HUP + USR1 signal handlers in children

[PATCH] tail_notify: explicitly detect self deletion
 2023-09-08  7:51 UTC 

[PATCH 1/2] dskqxs: get rid of needless confess check
 2023-09-08  0:49 UTC  (3+ messages)
` there's no 2/2, yet :x
  ` [PATCH 2/2] fake_inotify + kqnotify: rewrite and combine code

[PATCH 0/4] another round of portability fixes
 2023-09-07  0:54 UTC  (5+ messages)
` [PATCH 1/4] tail_notify: reinstate watch on reopen
` [PATCH 2/4] t/cmd_ipc.t: allow EMSGSIZE send error for NetBSD
` [PATCH 3/4] t/search.t: tweak dir group semantics for all *BSDs
` [PATCH 4/4] xap_helper: fix fcntl() argument order

[PATCH] t/watch_filter_rubylang.t: DS->Reset to avoid segfault
 2023-09-06  0:08 UTC 

[PATCH 0/2] xap_helper: some NetBSD fixes
 2023-09-04 23:49 UTC  (3+ messages)
` [PATCH 1/2] xap_helper: use rpath for libxapian on NetBSD
` [PATCH 2/2] xap_helper: allow non-standard file description flags

[PATCH 00/10] signal-handling and *BSD fixes
 2023-09-04 10:36 UTC  (11+ messages)
` [PATCH 01/10] ds: don't block important signals we don't use
` [PATCH 02/10] t/sigfd: test EVFILT_SIGNAL vs signalfd differences
` [PATCH 03/10] t/sigfd: better checks related to SIGWINCH
` [PATCH 04/10] update devel/syscall-list to devel/sysdefs-list
` [PATCH 05/10] daemon: workaround pre-EVFILT_SIGNAL signals
` [PATCH 06/10] watch: ensure children can use signal handlers
` [PATCH 07/10] xap_helper: support SIGTTIN+SIGTTOU worker adjustments
` [PATCH 08/10] xap_helper.h: include signal.h for sig* functions
` [PATCH 09/10] tests: add `+SCM_RIGHTS' as a require_mods target
` [PATCH 10/10] test_common: start_script: set default signals

[PATCH 0/7] various build fixes + OpenBSD compat
 2023-09-02 20:56 UTC  (20+ messages)
` [PATCH 1/7] treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
` [PATCH 2/7] Makefile.PL: fix syntax for ASan and valgrind targets
` [PATCH 3/7] Makefile.PL: depend on autodie, at least for tests
` [PATCH 4/7] t/kqnotify: improve test reliability on OpenBSD
` [PATCH 5/7] xap_helper.h: don't compress debug sections "
` [PATCH 6/7] xap_helper.h: limit stderr assignment to glibc+FreeBSD
` [PATCH 7/7] xap_helper.h: fix double-free on OpenBSD hdestroy
` [PATCH 0/7] various build fixes + OpenBSD compat, "
            ` [PATCH v2] Clarify Inline::C dependency (optional on Linux, required elsewhere)

[PATCH] xap_helper: deal with Xapian::DocNotFoundError
 2023-08-31  8:38 UTC 

[PATCH v2] t/spawn.t: workaround OpenBSD RLIMIT_CPU delays
 2023-08-29 17:20 UTC 

[PATCH 1/2] t/init.t: test newly created config permissions
 2023-08-29  1:13 UTC  (5+ messages)
` [PATCH 2/2] public-inbox-init: honor umask when creating config file

[PATCH] t/spawn.t: workaround OpenBSD RLIMIT_CPU delays
 2023-08-29  1:10 UTC 

[PATCH 1/5] ci/profiles.sh: fix case matching logic
 2023-08-28 21:38 UTC  (8+ messages)
` [PATCH 2/5] watch: remove unused variable
` [PATCH 3/5] spawn: remove stray variable $ndc_err
` [PATCH 4/5] spawn: remove distracting empty line
` [PATCH 5/5] Fix some typos/grammar/errors in docs and comments

[PATCH] xap_helper: avoid duplicating getopt optstring
 2023-08-28  6:12 UTC 

[PATCH 0/2] avoid SCM_RIGHTS dep w/o Inline::C||Socket::MsgHdr
 2023-08-26 20:14 UTC  (3+ messages)
` [PATCH 1/2] cindex: make prune work without SCM_RIGHTS support
` [PATCH 2/2] t/xap_helper: skip test if missing "

[PATCH 0/4] minor cindex-related build stuff
 2023-08-26  6:13 UTC  (5+ messages)
` [PATCH 1/4] t/psgi_scan_all: reduce use_ok statements
` [PATCH 2/4] makefile: add targets for ASan and valgrind
` [PATCH 3/4] cindex: document pipelines created for prune
` [PATCH 4/4] xap_helper: fix C++-specific warnings

[PATCH] doc: INSTALL: note OpenBSD xapian-bindings-perl package
 2023-08-26  6:03 UTC  (6+ messages)

[PATCH] cindex: dump cidx shards before inboxes
 2023-08-24 22:14 UTC  (2+ messages)
` [FAIL?] cindex: maximize SMP when dumping inboxes for --associate

[PATCH] t/cindex: avoid reading default PI_CONFIG
 2023-08-24 22:07 UTC 

[PATCH 0/7] cindex: optional C++ Xapian helper
 2023-08-24 12:30 UTC  (11+ messages)
` [PATCH 1/7] search: hoist out shards_dir for future use
` [PATCH 2/7] cindex: read-only association dump
` [PATCH 3/7] cindex: add --show-roots switch
` [PATCH 4/7] introduce optional C++ xap_helper
` [PATCH 5/7] cindex: fix sorting and uniqueness
` [PATCH 6/7] cindex: implement dump_roots in C++
` [PATCH 7/7] xap_helper: reopen+retry in MSetIterator loops
` [PATCH 8/7] drop unused CidxRecvIbx.pm

[PATCH] ipc: support _SC_NPROCESSORS_ONLN on OpenBSD
 2023-08-19  9:56 UTC 

[PATCH] isearch: avoid hex string for Xapian sortable_serialise
 2023-08-19  8:30 UTC 

[RFC] www: mbox: reuse Xapian::Enquire object
 2023-08-17 21:54 UTC 

[PATCH] t/nntp.t: attempt to quiet spurious uninitialized warnings
 2023-08-17  7:23 UTC 

[PATCH] search: all_terms: remove needless prefix check
 2023-08-16  8:07 UTC 

[PATCH] doc: extindex: note the use of `newsgroup' entries
 2023-08-16  2:26 UTC 

[PATCH 0/2] doc updates for -clone + -cindex
 2023-08-16  2:14 UTC  (6+ messages)
` [PATCH 1/2] doc: add manpage for -cindex
    ` [PATCH 3/2] doc: *index: fix misuse of apostrophe in `its'
` [PATCH 2/2] doc: clone: add a note about git 2.41+ and fetch.hideRefs

[PATCH 0/2] fuse3 branch updates
 2023-08-02 21:35 UTC  (4+ messages)
` [PATCH 1/2] f3: safer fixed buffer size for alternate F3_NS
` [PATCH 2/2] f3: define F3_NS in cflags rather than C code
` [PATCH 3/2] f3: fix test with updated executable name

[PATCH 0/2] minimal system fixes
 2023-07-27 21:18 UTC  (3+ messages)
` [PATCH 1/2] Makefile.pl: *.cols: account for non-UTF-8-aware awk
` [PATCH 2/2] clone: allow running without DBI / DBD::SQLite

Patch forward by linux-mm list is not archived in linux-mm archive
 2023-07-27  2:07 UTC 

[PATCH] tail_notify: cleanups and wakeup avoidance
 2023-07-14 20:35 UTC 

[PATCH] tests: t/run.perl: fix invocations with <10 tests
 2023-07-14  9:28 UTC 

[PATCH] li2wrap: use Perl v5.12
 2023-07-13  9:48 UTC 

[PATCH] doc: HACKING: drop bit about Debian 9.x (stretch)
 2023-07-13  5:40 UTC 

[PATCH] t/imapd: workaround a Perl 5.36.0 readline regression
 2023-07-13  5:39 UTC 

[PATCH] Makefile.PL: depend on IO::Poll in case distros split it out
 2023-07-11 10:29 UTC 

Indicating the mirror's origin
 2023-07-05 14:27 UTC  (8+ messages)
    ` [RFC] support publicinbox.$FOO.appendHeader in read-only endpoints

Cheap way to check for new messages in a thread
 2023-06-21 17:11 UTC  (13+ messages)
                    ` [PATCH] www: use correct threadid for per-thread search

[PATCH] t/solver_git: drop needless `use' and Plack deps
 2023-06-21 10:16 UTC 

Help setting up a public-inbox instance: importing from maildir archive isn't working
 2023-06-20  2:56 UTC  (4+ messages)

[PATCH] www_stream: drop unused $same_host variable
 2023-06-17  0:52 UTC 

[PATCH] lei: make --dedupe=content always account for Message-IDs
 2023-06-15  9:50 UTC 

[PATCH] lei import: set +(L|kw) on already-imported blobs
 2023-06-15  8:46 UTC 

[PATCH] doc: lei q: document v2:$INBOX_DIR output format
 2023-06-15  0:08 UTC 

[PATCH 0/3] cindex association prep work
 2023-06-09 10:31 UTC  (4+ messages)
` [PATCH 1/3] search: add comments wrt codesearch, reduce ops
` [PATCH 2/3] search: hoist out do_enquire for codesearch
` [PATCH 3/3] add compat package for List::Util::uniqstr

https://lore.kernel.org/linux-mm/
 2023-06-08 19:24 UTC  (8+ messages)


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