]> Sergey Matveev's repositories - public-inbox.git/history - lib
Merge remote-tracking branch 'origin/newspeak' into xcpdb
[public-inbox.git] / lib /
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-15 Eric Wongsearchview: add link at bottom to reverse results
2019-06-15 Eric Wongsearchview: support negative offsets to reverse ordering
2019-06-15 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-15 Eric Wongcomments: replace "partition" with "shard"
2019-06-14 Eric Wongxapcmd: favor 'shard' over 'part' in local variables
2019-06-14 Eric Wongsearch: use "shard" for local variable
2019-06-14 Eric Wongv2writable: use "epoch" consistently when referring...
2019-06-14 Eric Wongadminedit: "part" => "shard" for local variables
2019-06-14 Eric Wongv2writable: rename local vars to match Xapian terminology
2019-06-14 Eric Wongv2writable: avoid "part" in internal subs and fields
2019-06-14 Eric Wongsearch*: rename {partition} => {shard}
2019-06-14 Eric Wongxapcmd: update comments referencing "partitions"
2019-06-14 Eric Wongv2: rename SearchIdxPart => SearchIdxShard
2019-06-14 Eric Wonginboxwritable: s/partitions/shards/ in local var
2019-06-14 Eric Wongv2writable: rename {partitions} field to {shards}
2019-06-14 Eric Wongv2writable: count_partitions => count_shards
2019-06-14 Eric Wongsearchidxpart: start using "shard" in user-visible...
2019-06-14 Eric Wongrename reference to git epochs as "partitions"
2019-06-14 Eric Wongadmin|xapcmd: user-facing messages say "shard"
2019-06-14 Eric Wongv2writable: update comments regarding xcpdb --reshard
2019-06-14 Eric Wongv2writable: fix brainfart when capping NPROC_MAX_DEFAULT
2019-06-14 Eric Wongsearch: require PublicInbox::Inbox ref here
2019-06-14 Eric Wongsearchidx: require PublicInbox::Inbox (or InboxWritable...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/reshard' into...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/manifest' into...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/edit' into next
2019-06-14 Eric Wongxcpdb: support resharding v2 repos
2019-06-14 Eric Wongxcpdb: use destination shard as progress prefix
2019-06-14 Eric Wongxapcmd: preserve indexlevel based on the destination
2019-06-14 Eric Wongv2writable: use a smaller default for Xapian partitions
2019-06-14 Eric Wonggit: remove cat_file sub callback interface
2019-06-14 Eric Wongnntp: filter out duplicate Message-IDs for leafnode
2019-06-13 Eric Wongnntp: ensure Message-ID is not folded for leafnode
2019-06-13 Eric Wongnntp: add Path: header for leafnode
2019-06-13 Eric Wongsearchmsg: remove unused ->get subroutine
2019-06-12 Eric Wongsearchidx: improve error message when Xapian fails
2019-06-10 Eric Wong (Contrac... v2writable: replace: kill git processes before reindexing
2019-06-10 Eric Wong (Contrac... edit|purge: improve output on rewrites
2019-06-10 Eric Wongds: stop caring about event flags set by epoll/poll...
2019-06-10 Eric Wongds: do not distinguish between POLLHUP and POLLERR
2019-06-10 Eric Wongds: remove read method, here, too
2019-06-10 Eric Wongnntp: use sysread to append to existing buffer
2019-06-10 Eric Wongds: remove steal_socket method
2019-06-10 Eric Wongds: remove {fd} field
2019-06-10 Eric Wongds: reduce Errno imports and drop ->close reason
2019-06-10 Eric Wongds: cleanup Errno imports and favor constant comparisons
2019-06-10 Eric Wongds: simplify write buffer accounting
2019-06-10 Eric Wong (Contrac... git: ensure ->modified returns an integer
2019-06-09 Eric Wong (Contrac... admin: expose ->config
2019-06-09 Eric Wong (Contrac... AdminEdit: move editability checks from -purge
2019-06-09 Eric Wong (Contrac... admin: beef up resolve_inboxes to handle purge options
2019-06-09 Eric Wong (Contrac... purge: start moving common options to AdminEdit module
2019-06-09 Eric Wong (Contrac... admin: remove warning arg for unconfigured inboxes
2019-06-09 Eric Wong (Contrac... v2writable: implement ->replace call
2019-06-09 Eric Wong (Contrac... import: switch to "replace_oids" interface for purge
2019-06-09 Eric Wong (Contrac... import: extract_author_info becomes extract_commit_info
2019-06-09 Eric Wong (Contrac... v2writable: consolidate overview and indexing call
2019-06-09 Eric Wong (Contrac... www: support $INBOX/git/$EPOCH.git for v2 cloning
2019-06-09 Eric Wong (Contrac... www: wire up /$INBOX/manifest.js.gz, too
2019-06-09 Eric Wong (Contrac... wwwlisting: generate grokmirror-compatible manifest...
2019-06-09 Eric Wong (Contrac... wwwlisting: allow hiding entries from manifest
2019-06-05 Eric Wongtighten up digit matches to ASCII for git output
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wongwww: require ASCII word characters for CSS filenames
2019-06-04 Eric Wongwww: require ASCII range for mbox downloads
2019-06-04 Eric Wonggithttpbackend: require ASCII in path
2019-06-04 Eric Wongrequire ASCII digits for local FS items
2019-06-04 Eric Wongwww: require ASCII digit for git epoch
2019-06-04 Eric Wongsolver|viewdiff: restrict digit matches to ASCII
2019-06-04 Eric Wonginbox: require ASCII digits for feedmax var
2019-06-04 Eric Wongfilter/rubylang: require ASCII digit for mailcount
2019-06-04 Eric Wongmsgtime: require ASCII digits for parsing dates
2019-06-04 Eric Wongsearchview: do not allow non-ASCII offsets and limits
2019-06-04 Eric Wonggithttpbackend: require Range:, Status: to be ASCII...
2019-06-04 Eric Wongview: require YYYYmmDD(HHMMSS) timestamps to be ASCII
2019-06-04 Eric Wongnewswww: only accept ASCII digits as article numbers
2019-06-04 Eric Wongconfig: do not accept non-ASCII digits in cgitrc params
2019-06-04 Eric Wongwww: require ASCII filenames in git blob downloads
2019-06-04 Eric Wongwww: only emit ASCII chars in attachment filenames
2019-06-04 Eric Wongwwwattach: only pass the charset through if ASCII
2019-06-04 Eric Wongwwwlisting: require ASCII digit for port number
2019-06-04 Eric Wonghttp: require SERVER_PORT to be ASCII digit
2019-06-04 Eric Wongfeed: only accept ASCII digits for ref~$N
2019-06-04 Eric Wongmid: id_compress requires ASCII-clean words
2019-06-04 Eric Wongnntp: ensure we only handle ASCII whitespace
2019-06-04 Eric Wongnntp: be explicit about ASCII digit matches
2019-06-04 Eric Wonglinkify: support Internationalized Domain Names in...
2019-06-03 Eric WongMerge remote-tracking branch 'origin/git-cleanup'
2019-06-03 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-03 Eric Wongds: remove PLCMap and per-socket PostLoopCallback
2019-06-02 Eric Wongds: drop write_set_watch field
2019-06-02 Eric Wongds: drop unused EVENT: label in epoll code path
2019-06-02 Eric Wongds: drop checks for invalid descriptors
2019-06-02 Eric Wongds: drop set_writer_func support
2019-06-02 Eric Wongds: add a note about planned future changes
2019-06-02 Eric Wongds: drop more unused subs
2019-06-01 Eric Wongds: fix and test for FD leaks with kqueue on ->Reset
2019-06-01 Eric Wongds: set close-on-exec flag on epoll descriptors
2019-06-01 Eric Wonggit: drop the deleted err_c file
next