]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
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-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
2019-06-14  Eric Wongt/www_listing: favor HTTP::Tiny over Net::HTTP
2019-06-14  Eric Wongedit: fix portability of editor invocation
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 WongMakefile.PL: "dsyn" target to check syntax of changed...
next