about summary refs log tree commit homepage
DateCommit message (Expand)
2019-06-24ds: favor `delete' over assigning fields to `undef'
2019-06-24http|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24qspawn: describe where `$rpipe' come from
2019-06-24spawn: remove `Blocking' flag handling
2019-06-24httpd/async: remove EINTR check
2019-06-24ds: get rid of event_watch field
2019-06-24ds: remove IO::Poll support (for now)
2019-06-24ds: share watch_chg between watch_read/watch_write
2019-06-24ds: import IO::KQueue namespace
2019-06-24ds: set event flags directly at initialization
2019-06-24syscall: get rid of unnecessary uname local vars
2019-06-24syscall: get rid of unused EPOLL* constants
2019-06-24ds: get rid of redundant and unnecessary POLL* constants
2019-06-24ds: switch write buffering to use a tempfile
2019-06-24ds: share send(..., MSG_MORE) logic
2019-06-24http: favor DS->write(strref) when reasonable
2019-06-24ds: remove support for DS->write(undef)
2019-06-24ds: don't pass `events' arg to EPOLL_CTL_DEL
2019-06-24ds: lazy-initialize wbuf
2019-06-24ds: split out from ->flush_write and ->write
2019-06-24ds: lazy initialize wbuf_off
2019-06-24ds: get rid of on_incomplete_write wrapper
2019-06-24AddTimer: avoid clock_gettime for the '0' case
2019-06-24ds: use and export monotonic now()
2019-06-24ds: get rid of more unused debug instance methods
2019-06-24ds: get rid of {closed} field
2019-06-20t/httpd-corner: ensure chunk payload read doesn't overreach
2019-06-20t/httpd-corner.t: fix braino :x
2019-06-16ds: stop distinguishing event read and write callbacks
2019-06-16t/replace.t: fix SKIP label for testing w/o Xapian
2019-06-16xcpdb: don't warn on --jobs != --reshard
2019-06-16Merge remote-tracking branch 'origin/newspeak' into xcpdb
2019-06-16t/psgi_search.t: use higher-level APIs
2019-06-15searchview: add link at bottom to reverse results
2019-06-15searchview: support negative offsets to reverse ordering
2019-06-15Merge remote-tracking branch 'origin/ds'
2019-06-15t/git-http-backend: explain purpose of test
2019-06-15comments: replace "partition" with "shard"
2019-06-14t/xcpdb-reshard: use 'shard' term in local variables
2019-06-14xapcmd: favor 'shard' over 'part' in local variables
2019-06-14search: use "shard" for local variable
2019-06-14v2writable: use "epoch" consistently when referring to git repos
2019-06-14adminedit: "part" => "shard" for local variables
2019-06-14v2writable: rename local vars to match Xapian terminology
2019-06-14v2writable: avoid "part" in internal subs and fields
2019-06-14search*: rename {partition} => {shard}
2019-06-14xapcmd: update comments referencing "partitions"
2019-06-14v2: rename SearchIdxPart => SearchIdxShard
2019-06-14inboxwritable: s/partitions/shards/ in local var
2019-06-14tests: change messages to use "shard" instead of partition