]> Sergey Matveev's repositories - public-inbox.git/history - lib
mda: hoist out mda_filter_adjust
[public-inbox.git] / lib /
2019-06-29 Eric Wonghttp: use requeue instead of watch_in1
2019-06-29 Eric Wongds: move requeue logic over from NNTP
2019-06-29 Eric Wongds: share lazy rbuf handling between HTTP and NNTP
2019-06-27 Eric Wongwatchmaildir: show the current path on spamcheck failures
2019-06-27 Eric Wongnntp: reduce syscalls for ARTICLE and BODY
2019-06-27 Eric Wongmbox: split header and body processing
2019-06-27 Eric Wongmbox: use Email::Simple->new to do in-place modifications
2019-06-27 Eric Wongnntp: rework and simplify art_lookup response
2019-06-26 Eric Wongds: cleanup poll test and avoid clobbering imports
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-25 Eric Wongsearchview: avoid displaying full paths on errors
2019-06-24 Eric Wongmsgmap: mid_insert: use plain "INSERT" to detect duplicates
2019-06-24 Eric Wongds: ->write must not clobber empty wbuf array
2019-06-24 Eric Wongds: reduce overhead of tempfile creation
2019-06-24 Eric Wongds: reimplement IO::Poll support to look like epoll
2019-06-24 Eric Wongds: split out IO::KQueue-specific code
2019-06-24 Eric Wongdaemon: use FreeBSD accept filters on non-NNTP
2019-06-24 Eric Wongdaemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-06-24 Eric Wongnntp: send greeting immediately for plain sockets
2019-06-24 Eric Wongnntp: lazily allocate and stash rbuf
2019-06-24 Eric Wongds: flush_write runs ->write callbacks even if closed
2019-06-24 Eric Wongnntp: simplify long response logic and fix nesting
2019-06-24 Eric Wongds: always use EV_ADD with EV_SET
2019-06-24 Eric Wongnntp: reduce allocations for greeting
2019-06-24 Eric Wongds: allow ->write callbacks to syswrite directly
2019-06-24 Eric Wongdaemon: use SSL_MODE_RELEASE_BUFFERS
2019-06-24 Eric Wongnntp: call SSL_shutdown in normal cases
2019-06-24 Eric Wongds|nntp: use CORE::close on socket
2019-06-24 Eric Wongdaemon: map inherited sockets to well-known schemes
2019-06-24 Eric Wongnntp: NNTPS and NNTP+STARTTLS working
2019-06-24 Eric Wongnntp: wait for writability before sending greeting
2019-06-24 Eric Wongds: deal better with FS-related errors IO buffers
2019-06-24 Eric Wongallow use of PerlIO layers for filesystem writes
2019-06-24 Eric Wongnntp: simplify re-arming/requeue logic
2019-06-24 Eric Wongds: hoist out do_read from NNTP and HTTP
2019-06-24 Eric Wonghttp|nntp: be explicit about bytes::length on rbuf
2019-06-24 Eric Wongds: remove pointless exit calls
2019-06-24 Eric Wongevcleanup: replace _run_asap with `event_step' callback
2019-06-24 Eric Wongds: pass $self to code references
2019-06-24 Eric Wonghttp: don't pass extra args to PublicInbox::DS::close
2019-06-24 Eric Wongds: favor `delete' over assigning fields to `undef'
2019-06-24 Eric Wonghttp|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24 Eric Wongqspawn: describe where `$rpipe' come from
2019-06-24 Eric Wongspawn: remove `Blocking' flag handling
2019-06-24 Eric Wonghttpd/async: remove EINTR check
2019-06-24 Eric Wongds: get rid of event_watch field
2019-06-24 Eric Wongds: remove IO::Poll support (for now)
2019-06-24 Eric Wongds: share watch_chg between watch_read/watch_write
2019-06-24 Eric Wongds: import IO::KQueue namespace
2019-06-24 Eric Wongds: set event flags directly at initialization
2019-06-24 Eric Wongsyscall: get rid of unnecessary uname local vars
2019-06-24 Eric Wongsyscall: get rid of unused EPOLL* constants
2019-06-24 Eric Wongds: get rid of redundant and unnecessary POLL* constants
2019-06-24 Eric Wongds: switch write buffering to use a tempfile
2019-06-24 Eric Wongds: share send(..., MSG_MORE) logic
2019-06-24 Eric Wonghttp: favor DS->write(strref) when reasonable
2019-06-24 Eric Wongds: remove support for DS->write(undef)
2019-06-24 Eric Wongds: don't pass `events' arg to EPOLL_CTL_DEL
2019-06-24 Eric Wongds: lazy-initialize wbuf
2019-06-24 Eric Wongds: split out from ->flush_write and ->write
2019-06-24 Eric Wongds: lazy initialize wbuf_off
2019-06-24 Eric Wongds: get rid of on_incomplete_write wrapper
2019-06-24 Eric WongAddTimer: avoid clock_gettime for the '0' case
2019-06-24 Eric Wongds: use and export monotonic now()
2019-06-24 Eric Wongds: get rid of more unused debug instance methods
2019-06-24 Eric Wongds: get rid of {closed} field
2019-06-23 Eric Wongmanifest: v2 epoch descriptions based on inbox->description
2019-06-16 Eric Wongds: stop distinguishing event read and write callbacks
2019-06-16 Eric Wongxcpdb: don't warn on --jobs != --reshard
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
next