dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2023-02-01 10:42:03 to 2023-09-30 14:53:02 UTC [more...]

[PATCH 1/3] process_pipe2 + import
 2023-09-30 14:53 UTC  (3+ messages)
` [PATCH 2/3] git: decouple cat_async_retry from POSIX pipe semantics
` [PATCH 3/3] git: use Unix stream sockets for `cat-file --batch-*'

[PATCH] git: fix unused code path for cat-file stderr reset
 2023-09-29 10:09 UTC 

[PATCH 1/2] process_pipe2 + import
 2023-09-28 18:22 UTC  (2+ messages)
` [PATCH 2/2] git: decouple cat_async_retry from POSIX pipe semantics

[PATCH] git: decouple cat_async_retry from POSIX pipe semantics
 2023-09-28 11:09 UTC 

[PATCH] t/spawn: maybe check popen_rd w/ 2>&1 redirect
 2023-09-27  5:38 UTC 

[PATCH] spawn: rely on auto-vivification for options
 2023-09-26 10:01 UTC 

[PATCH 1/2] lei: use File::Temp for listing saved searches
 2023-09-22 17:04 UTC  (2+ messages)
` [PATCH 2/2] t/lei-mirror: avoid make(1) jobserver warning

[PATCH] pop3d: split @FLOCK into $FLOCK_TMPL and @FLOCK_ORDER
 2023-09-16 23:44 UTC 

[PATCH] xap_helper: C++: test_inspect tests __cleanup__ support
 2023-09-16 12:57 UTC 

[PATCH] install/deps: safer defaults for ordinary users
 2023-09-13  1:18 UTC 

[PATCH 1/7] move deps.perl into new install/ directory
 2023-09-12 11:21 UTC  (7+ messages)
` [PATCH 2/7] INSTALL: update for 2023, NetBSD and OpenBSD
` [PATCH 3/7] tests: favor IO::Socket::IP for IPv6 listeners
` [PATCH 4/7] updates around RPM packages on CentOS 7.x
` [PATCH 5/7] install: note curl
` [PATCH 6/7] tests: allow more tests to pass without xapian-compact
` [PATCH 7/7] ok-pkg

[PATCH] favor poll(2) for non-C10K processes
 2023-09-11  8:16 UTC 

[PATCH] ds: use object-oriented API for epoll
 2023-09-11  3:40 UTC 

[PATCH] tests: map CLOFORK->FD_CLOEXEC temporarily for `tail -f'
 2023-09-11  3:29 UTC 

[PATCH] daemon: depend on DS event_loop in master process, too
 2023-09-11  2:35 UTC 

[PATCH] daemon: depend on DS event_loop in master process, too
 2023-09-10 22:34 UTC 

[PATCH] replace time(2) with gettimeofday(2)
 2023-09-10  9:46 UTC 

[PATCH 1/4] ci/profiles: strip everything after the `-' in utsname.release
 2023-09-10  2:05 UTC  (4+ messages)
` [PATCH 2/4] treewide: favor Xapian (SWIG binding) over Search::Xapian
` [PATCH 3/4] ds: use constants for @UNBLOCKABLE list
` [PATCH 4/4] spawn: do not block ABRT/BUS/ILL/SEGV signals

[PATCH 1/2] ds: use constants for @UNBLOCKABLE list
 2023-09-10  1:53 UTC  (2+ messages)
` [PATCH 2/2] spawn: do not block ABRT/BUS/ILL/SEGV signals

[PATCH] pop3d: support fcntl locks on NetBSD and OpenBSD
 2023-09-08 23:37 UTC 

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

[PATCH] imapd: lazy-load IMAPsearchqp for Parse::RecDescent
 2023-09-08 21:40 UTC 

[PATCH] fix some tests when `curl' is missing
 2023-09-08 21:27 UTC 

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

[PATCH] fake_inotify + kqnotify: rewrite and combine code
 2023-09-08  0:43 UTC 

[PATCH] fake_inotify + kqnotify: rewrite and combine code
 2023-09-07 21:56 UTC 

[PATCH] notify rewrite;
 2023-09-07  8:04 UTC 

[PATCH 01/10] ds: don't block important signals we don't use
 2023-09-02 23:11 UTC  (10+ messages)
` [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 01/10] ds: don't block important signals we don't use
 2023-09-02 11:10 UTC  (10+ messages)
` [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] test_common: start_script: block signals around fork
` [PATCH 08/10] xap_helper: support SIGTTIN+SIGTTOU worker adjustments
` [PATCH 09/10] ds: merge sigmask
` [PATCH 10/10] special cases for unblocking signals

[PATCH 1/3] t/sigfd: EVFILT_SIGNAL vs signalfd difference check
 2023-09-01 21:12 UTC  (3+ messages)
` [PATCH 2/3] t/sigfd: better checks related to SIGWINCH
` [PATCH 3/3] update devel/syscall-list to devel/sysdefs-list

[PATCH 1/2] test_common: block signals on start_script
 2023-09-01 20:49 UTC  (2+ messages)
` [PATCH 2/2] ds: don't block all signals

[PATCH] t/sigfd: EVFILT_SIGNAL vs signalfd difference check
 2023-09-01 20:37 UTC 

[PATCH] xap_helper: support SIGTTIN+SIGTTOU worker adjustments
 2023-09-01 20:02 UTC 

[PATCH] test_common: block signals on start_script
 2023-09-01 11:31 UTC 

[PATCH] daemon: workaround pre-EVFILT_SIGNAL signals
 2023-09-01  8:18 UTC 

[PATCH] treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
 2023-08-28  6:33 UTC 

[PATCH] xap_helper: fix C++-specific warnings
 2023-08-25 19:38 UTC 

[PATCH] cindex cxx shard roots
 2023-08-23 11:50 UTC 

[PATCH] xap_helper_cxx work + generation
 2023-08-21 10:34 UTC 

[PATCH] cindex: add --show-roots switch
 2023-08-19 21:39 UTC 

[PATCH] search: hoist out shards_dir for future use
 2023-08-19 21:36 UTC 

[PATCH] cindex associate wip
 2023-08-15  7:40 UTC 

[PATCH] doc: add manpage for -cindex
 2023-08-05 22:03 UTC 

[PATCH 1/3] search: add comments wrt codesearch, reduce ops
 2023-06-08 17:22 UTC  (3+ messages)
` [PATCH 2/3] search: hoist out do_enquire for codesearch
` [PATCH 3/3] add compat package for List::Util::uniqstr

[PATCH 1/2] t/psgi_scan_all: reduce use_ok statements
 2023-05-15 23:17 UTC  (2+ messages)
` [PATCH 2/2] t/solver_git: drop needless `use' and Plack deps

[PATCH 1/2] search: add comments wrt codesearch, reduce ops
 2023-05-13 22:16 UTC  (2+ messages)
` [PATCH 2/2] WIP

Every Visit, you are rewarded for your loyalty - Yayy
 2023-05-10 14:10 UTC 

[PATCH 1/2] reuse open(2) from rb_file_load_ok on POSIX-like system
 2023-05-04 11:07 UTC  (2+ messages)
` [PATCH 2/2] wip

[PATCH] xcpdb: preserve indexlevel for extindex
 2023-04-26  0:05 UTC 

[PATCH] cindex: rewrite prune, again
 2023-04-22  9:07 UTC 

[PATCH] cindex: rewrite prune, again
 2023-04-22  2:51 UTC 

[PATCH] cindex: rewrite prune, again
 2023-04-22  1:44 UTC 

[PATCH] cindex: rewrite prune, again
 2023-04-21 12:49 UTC 

[PATCH] cindex: rewrite prune, again
 2023-04-21 12:45 UTC 

[PATCH] support Enquire::set_time_limit
 2023-04-19  3:34 UTC 

[PATCH] config: quiet unset messages
 2023-04-18  6:28 UTC 

[PATCH 1/2] reuse open(2) from rb_file_load_ok on POSIX-like system
 2023-04-17 23:06 UTC  (2+ messages)
` [PATCH 2/2] wip

[PATCH] multi_accept redux
 2023-04-12  8:26 UTC 

[PATCH] git: fix cat_async_retry
 2023-04-11 11:20 UTC 

[PATCH] initial
 2023-04-08 20:33 UTC 

[PATCH] gzip_filter: use carp in ->bail for failure checks
 2023-04-08  9:30 UTC 

[PATCH] v2writable: drop experimental DEBUG_DIFF support
 2023-04-07 12:56 UTC 

[PATCH 1/2] cindex: improve progress display
 2023-04-06 21:59 UTC  (2+ messages)
` [PATCH 2/2] cindex check metadata

[PATCH 1/5] ipc: support awaitpid in WQ workers
 2023-04-04 20:30 UTC  (5+ messages)
` [PATCH 2/5] cindex: do prune work while waiting for `git log -p'
` [PATCH 3/5] cindex: share PktOp socket across prune workers
` [PATCH 4/5] cindex: share PktOp across indexing workers
` [PATCH 5/5] cindex: enter event loop once per run

Let us be the ones to take care of you
 2023-04-02 20:23 UTC 

[PATCH] trace
 2023-03-31  9:56 UTC 

[PATCH] ipc: support awaitpid in WQ workers
 2023-03-31  1:44 UTC 

[PATCH] ipc: support awaitpid in WQ workers
 2023-03-31  1:43 UTC 

[PATCH] WIP thread-search HTML
 2023-03-30 11:01 UTC 

[PATCH 1/6] cindex: simplify internal structs
 2023-03-28  0:17 UTC  (6+ messages)
` [PATCH 2/6] cidx: $REINDEX
` [PATCH 3/6] cindex: prefix -cidx_internal
` [PATCH 4/6] git: check for --version errors
` [PATCH 5/6] shards_active DO_QUIT
` [PATCH 6/6] cidx interleaved-prune

[PATCH] EINTR-fix
 2023-03-25  0:48 UTC 

[PATCH] EINTR-fix
 2023-03-24 23:51 UTC 

[PATCH 01/28] ipc: move nproc_shards from v2writable
 2023-03-21 22:36 UTC  (28+ messages)
` [PATCH 02/28] search: relocate all_terms from lei_search
` [PATCH 03/28] admin: hoist out resolve_git_dir
` [PATCH 04/28] admin: ensure resolved GIT_DIR is absolute
` [PATCH 05/28] test_common: create_inbox: use `$!' properly on mkdir failure
` [PATCH 06/28] codesearch: initial cut w/ -cindex tool
` [PATCH 07/28] cindex: parallelize prep phases
` [PATCH 08/28] cindex: use read-only shards during "
` [PATCH 09/28] searchidxshard: improve comment wording
` [PATCH 10/28] cindex: use DS and workqueues for parallelism
` [PATCH 11/28] ds: @post_loop_do replaces SetPostLoopCallback
` [PATCH 12/28] cindex: implement --exclude= like -clone
` [PATCH 13/28] cindex: show shard number in progress message
` [PATCH 14/28] cindex: drop `unchanged' "
` [PATCH 15/28] cindex: handle graceful shutdown by default
` [PATCH 16/28] sigfd: pass signal name rather than number to callback
` [PATCH 17/28] cindex: implement --max-size=SIZE
` [PATCH 18/28] cindex: check for checkpoint before giant messages
` [PATCH 19/28] cindex: truncate or drop body for over-sized commits
` [PATCH 20/28] cindex: attempt to give oldest commits lowest docids
` [PATCH 21/28] cindex: improve granularity of quit checks
` [PATCH 22/28] spawn: show failing directory for chdir failures
` [PATCH 23/28] cindex: filter out non-existent git directories
` [PATCH 24/28] cindex: add support for --prune
` [PATCH 25/28] cindex: implement reindex
` [PATCH 26/28] cindex: squelch incompatible options
` [PATCH 27/28] cindex: respect existing permissions
` [PATCH 28/28] cindex: ignore SIGPIPE

[PATCH] lei supports eval
 2023-03-21 21:01 UTC 

[PATCH 01/10] ipc: move nproc_shards from v2writable
 2023-03-16 20:01 UTC  (10+ messages)
` [PATCH 02/10] search: relocate all_terms from lei_search
` [PATCH 03/10] admin: hoist out resolve_git_dir
` [PATCH 04/10] admin: ensure resolved GIT_DIR is absolute
` [PATCH 05/10] test_common: create_inbox: use `$!' properly on mkdir failure
` [PATCH 06/10] codesearch: initial cut w/ -cindex tool
` [PATCH 07/10] cindex: parallelize prep phases
` [PATCH 08/10] cindex: use read-only shards during "
` [PATCH 09/10] searchidxshard: improve comment wording
` [PATCH 10/10] cindex: use DS and workqueues for parallelism

[PATCH] WIP-DS-cidx
 2023-03-16  9:45 UTC 

[PATCH 01/10] ipc: move nproc_shards from v2writable
 2023-03-15 10:11 UTC  (10+ messages)
` [PATCH 02/10] search: relocate all_terms from lei_search
` [PATCH 03/10] admin: hoist out resolve_git_dir
` [PATCH 04/10] admin: ensure resolved GIT_DIR is absolute
` [PATCH 05/10] test_common: create_inbox: use `$!' properly on mkdir failure
` [PATCH 06/10] codesearch: initial cut w/ -cindex tool
` [PATCH 07/10] cindex: parallelize prep phases
` [PATCH 08/10] cindex: use read-only shards during "
` [PATCH 09/10] search_idx_shard:
` [PATCH 10/10] cindex: read-only xdb shards fixup

[PATCH] config: describe order dependency in cgitrc parsing
 2023-03-13 22:14 UTC 

[PATCH 1/3] lei_mirror: describe why the {ibx} field is used
 2023-03-12 22:42 UTC  (3+ messages)
` [PATCH 2/3] lei_mirror: do not re-fetch inbox.config.example
` [PATCH 3/3] lei_mirror: do not fetch to read-only directories

[PATCH] ipc: move nproc_shards from v2writable
 2023-02-23 18:27 UTC 

[PATCH] search: relocate all_terms from lei_search
 2023-02-23 18:26 UTC 

[PATCH 1/2] ipc: move nproc_shards from v2writable
 2023-02-17  4:01 UTC  (2+ messages)
` [PATCH 2/2] WIP-reposearchidx

[PATCH] search: move query transform + enquire setup out of retry loop
 2023-02-17  3:59 UTC 

[PATCH] lei_mirror: use fetch.hideRefs to speed up connectivity check
 2023-02-15  5:33 UTC 

[PATCH] lei_mirror: use fetch.hideRefs to speed up connectivity check
 2023-02-14 11:09 UTC 

[PATCH] lei_mirror: use fetch.hideRefs to speed up connectivity check
 2023-02-14  9:13 UTC 

[PATCH] lei_mirror: use transfer.hideRefs to speed up connectivity check
 2023-02-11  9:53 UTC 

[PATCH 1/2] lei_mirror: further reduce `git config' calls
 2023-02-11  7:27 UTC  (2+ messages)
` [PATCH 2/2] lei_mirror: fetch most-recently-updated repos, first

[PATCH] lei_mirror: further reduce `git config' calls
 2023-02-10  9:31 UTC 

[PATCH] git_async_cat: use awaitpid
 2023-02-10  2:39 UTC 

[PATCH] lei_mirror: fetch most-recently-updated repos, first
 2023-02-10  2:36 UTC 

[PATCH] lei_mirror: use transfer.hideRefs to speed up connectivity check
 2023-02-09 21:24 UTC 

[PATCH] mtrace support
 2023-02-05 21:23 UTC 

[PATCH 1/3] lei_mirror: reduce `git config' usage
 2023-02-05 10:14 UTC  (3+ messages)
` [PATCH 2/3] lei_mirror: rework forkgroup fetching logic
` [PATCH 3/3] lei_mirror: fetch most-recently-updated satellites, first

[PATCH] lei_mirror: reduce `git config' usage
 2023-02-04  8:38 UTC 

[PATCH] dump
 2023-02-01 23:33 UTC 

[PATCH] free island_marks
 2023-02-01 23:07 UTC 

[PATCH] oidtree_put/get
 2023-02-01 10:42 UTC 


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