]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2019-06-26 Eric Wongcerts/create-certs: create certs in 'certs/' directory
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 WongMakefile: skip DSKQXS in global syntax check
2019-06-24 Eric Wongds: reduce overhead of tempfile creation
2019-06-24 Eric WongRevert "ci: require IO::KQueue on FreeBSD, for now"
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 Wongci: require IO::KQueue on FreeBSD, for now
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 Wongt/nntpd-tls: slow client connection test
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 Wongcerts/create-certs.perl: fix cert validity on 32-bit
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-20 Eric Wongt/httpd-corner: ensure chunk payload read doesn't overreach
2019-06-20 Eric Wongt/httpd-corner.t: fix braino :x
2019-06-16 Eric Wongds: stop distinguishing event read and write callbacks
2019-06-16 Eric Wongt/replace.t: fix SKIP label for testing w/o Xapian
2019-06-16 Eric Wongxcpdb: don't warn on --jobs != --reshard
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-16 Eric Wongt/psgi_search.t: use higher-level APIs
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 Wongt/git-http-backend: explain purpose of test
2019-06-15 Eric Wongcomments: replace "partition" with "shard"
2019-06-14 Eric Wongt/xcpdb-reshard: use 'shard' term in local variables
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 Wongtests: change messages to use "shard" instead of partition
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 Wongdoc: rename our Xapian "partitions" to "shards"
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 WongMakefile.PL: add test scripts to syntax checks
next