]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2025-01-21  Eric Wongemergency: remove needless $! clobber
2025-01-21  Eric Wongmda: use read_all for error handling
2025-01-21  Eric Wongv2writable: remove outdated FIXME comment and assertions
2025-01-21  Eric Wongconfig: config_fh_parse: hardcode FS/RS
2025-01-21  Eric Wonggit: rely on autodie for sysseek/sysread/truncate
2025-01-21  Eric Wongtreewide: use autodie for seek+sysseek
2025-01-21  Eric Wonglei_xsearch: use autodie for `pipe' ops
2025-01-21  Eric Wongtreewide: replace redundant `;;' with `;'
2025-01-21  Eric Wonglei_saved_search: drop needless comparisons and `next'
2025-01-21  Eric Wonginit: move --skip-epoch handling to {-creat_opt}
2025-01-21  Eric Wonginit: move --skip-artnum handling to {-creat_opt}
2025-01-21  Eric Wonginbox_writable: match v1 and v2 init semantics
2025-01-21  Eric Wongv2writable: simplify ->new by reducing arg flexibility
2025-01-21  Eric Wonginbox_writable: use autodie::open
2025-01-21  Eric Wongdoc: add an example of acceptable marketing
2025-01-21  Eric Wongsearch_query: fix warnings on bogus `o=' query param
2025-01-17  Eric Wongconfig: force absolute path when `-C /' (chdir) is...
2025-01-14  Eric Wong(ext)index: eliminate $sync entirely
2025-01-14  Eric Wong(ext)index: eliminate $sync->{ibx}
2025-01-14  Eric Wong(ext)index: move {ranges} to $self
2025-01-14  Eric Wong(ext)index: move {unindexed} to $self
2025-01-14  Eric Wongv2writable: hoist out process_todo sub for extindex
2025-01-14  Eric Wongv2writable: {in_unindex} moved to self
2025-01-14  Eric Wong(ext)index: move {todo} into $self
2025-01-14  Eric Wongextindex: simplify data structures used for dedupe
2025-01-14  Eric Wongextindex: move {dedupe_cull} to self
2025-01-14  Eric Wong(ext)index: eliminate redundant $sync->{epoch_max}
2025-01-14  Eric Wong(ext)index: $sync->{unit} => $self->{unit}
2025-01-14  Eric Wongv2writable: eliminate $sync->{art_end}
2025-01-14  Eric Wongextindex: eliminate repeated ->eidx_key method call
2025-01-14  Eric Wong(ext)index: eliminate most uses of `$sync->{ibx}'
2025-01-14  Eric Wongv2writable: move {mm_tmp} to $self
2025-01-14  Eric Wongsearchidx: eliminate $sync from subroutines
2025-01-14  Eric Wongindex: move {reindex} to $self
2025-01-14  Eric Wongindex: move {D} (delete state) to $self
2025-01-14  Eric Wong(ext)index: move {max_size} and related bits to $self
2025-01-14  Eric Wongsearchidx: rename {sidx} to {self}
2025-01-14  Eric Wongsearchidx: move {ntodo} to $self
2025-01-14  Eric Wongextindex: move {id2pos} to $self
2025-01-14  Eric Wongextindex: {boost_in_use} field to $self
2025-01-14  Eric Wong(ext)index: move {quit} from $sync to $self
2025-01-14  Eric Wong(ext)index: avoid needless {git} ref with --max-size
2025-01-14  Eric Wongsearchidx: prefix v1 code with `v1_'
2025-01-14  Eric Wongsmsg->populate: rename $sync to $cmt_info
2025-01-14  Eric Wong(ext)index: move {latest_cmt} to $self (from $sync)
2025-01-14  Eric Wong(ext)index: move {-regen_fmt} from $sync to $self
2025-01-14  Eric Wong(ext)index: move {-opt} from $sync to $self
2025-01-14  Eric Wong(ext)index: ${$sync->{nr}} to $self->{nrec}
2025-01-08  Eric WongExtMsg, NewsWWW: account for publicinbox.nameIsUrl
2025-01-07  Alyssa Rosst/lei-sigpipe.t: use correct pipe size
2025-01-04  Eric Wongextindex: use nproc_shards directly from IPC
2025-01-02  Eric Wongwatch: don't propagate header changes to other inboxes
2025-01-02  Eric Wongwatch: import_eml: avoid Eml dup for non-scrub case
2025-01-02  Eric Wongwatch|mda|purge: Filter::*->scrub is destructive
2025-01-02  Eric Wongtest_common: support `require_mods "v2"' for v2 inboxes
2024-12-30  Eric Wongwatch: don't count invalid paths against batch limit
2024-12-18  Eric Wongimport: fix space calculation when reusing epochs
2024-12-18  Eric Wongv2writable: simplify epoch directory generation
2024-12-18  Eric Wongt/filter_base: relax Regexp class match with ->isa
2024-12-18  Eric Wonglei: use PublicInbox::Eml::warn_ignore_cb
2024-12-18  Eric Wongadmin: common warn_cb
2024-12-18  Eric Wongt/extindex: add --max-size test
2024-12-13  Eric Wongsearchidx: consolidate checkpoint accounting
2024-12-13  Eric Wongextindex: move {checkpoint_unlocks} to $self
2024-12-13  Eric Wongsearchidx: update_checkpoint: take bytes arg directly
2024-12-12  Eric Wongover_idx: simplify each_by_mid
2024-12-12  Eric Wongcindex: adjust estimated memory cost for deletes
2024-12-12  Eric Wonglei/store: use global checkpoint interval
2024-12-12  Eric Wong(ext)index: use time-based commits to avoid busy timeout
2024-12-10  Eric Wongsearch_query: drop CR (`\r') from queries
2024-12-10  Eric Wongsolver: fix and improve ambiguous OID debug messages
2024-12-08  Eric Wongv2: don't set No_COW for git repos
2024-12-06  Eric WongSQLiteUtil: hoist out common create_db code
2024-12-06  Eric Wongsqlite: use `BLOB' column type instead of `VARBINARY'
2024-12-06  Eric Wongsqlite: avoid incorrect/deprecated `LIKE' use
2024-12-01  Eric Wongdaemon: improve warning on missing SO_ACCEPTFILTER
2024-11-30  Eric Wongwqblocked: use per-instance unique timer
2024-11-30  Eric Wongsend_cmd: throttle `sleeping on sendmsg' messages
2024-11-30  Eric Wongsend_cmd: use (practically) infinite retries for writers
2024-11-30  Eric Wonglei/store: use WAL for over.sqlite3
2024-11-27  Eric Wongxapcmd: suppress opendir + my usage warning
2024-11-27  Eric Wonglei: avoid repeatedly recreating anonymous subs
2024-11-27  Eric Wongimport: allow $noisy toggle, simplify `lei rediff'
2024-11-27  Eric Wongdevel/try-lei: for interactive testing + debugging
2024-11-26  Eric Wongimap_searchqp: attempt to suppress error messages harder
2024-11-26  Eric Wongspawn: send_cmd: respect retries arg
2024-11-25  Eric Wonglei import: non-noisy by default, add --noisy switch
2024-11-20  Eric Wongv2writable: done: force synchronous awaitpid
2024-11-20  Eric Wongtreewide: warn on SQLite `PRAGMA optimize' failure
2024-11-20  Eric Wongv2writable: use DS and import now() sub
2024-11-17  Eric Wongspamc: autodie for open + sysseek
2024-11-17  Eric Wongxapcmd: use autodie for numerous syscalls
2024-11-17  Eric Wongadmin: autodie chdir + open
2024-11-17  Eric Wonglei_blob: use autodie for open + seek
2024-11-17  Eric Wongover: use autodie for open
2024-11-17  Eric Wongindex: use v5.12, remove outdated comment
2024-11-17  Eric Wonglei/store: auto-commit for long-running imports
2024-11-15  Eric Wongview: fix obfuscation in message/* attachments
2024-11-15  Eric Wongview: reduce ops for <b> encasement
2024-11-15  Eric Wongnntp: integerize {article} to save memory
next