about summary refs log tree commit homepage
path: root/t/v2writable.t
DateCommit message (Expand)
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-28v2writable: newest epochs go first in alternates
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: quiet down commit graph
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/common: start_script replaces spawn_listener
2019-11-08t/*.t: disable nntpd/httpd worker processes in most tests
2019-10-30Merge branch 'learn'
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-09-09tests: add tcp_connect() helper
2019-06-30tests: common tcp_server and unix_server helpers
2019-06-24msgmap: mid_insert: use plain "INSERT" to detect duplicates
2019-06-14v2writable: rename {partitions} field to {shards}
2019-05-15www: use Inbox->over where appropriate
2019-05-14tests: remove unnecessary loading of ::DS and Socket
2019-05-14v2writable: allow setting nproc via creat options
2019-05-08Merge remote-tracking branch 'origin/danga-bundle'
2019-05-06index: warn with info about the message as context
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-01-11v2writable: ->purge returns undef on no-op
2019-01-10t/v2writable.t: force more consistent "git log" output
2019-01-10check git version requirements
2018-12-29tests: consolidate process spawning code.
2018-07-18t/search.t t/v2writable.t: Teach search tests to fail more cleanly.
2018-05-30respect umask if core.sharedRepository is not set
2018-04-18ensure SQLite and Xapian files respect core.sharedRepository
2018-04-18v2: generate better Message-IDs for duplicates
2018-04-07store less data in the Xapian document
2018-04-07v2writable: reduce barriers
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-05v2writable: remove redundant remove from Over DB
2018-04-04import: rewrite less history during purge
2018-04-03nntp: simplify the long_response API
2018-04-03msgmap: replace id_batch with ids_after
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-04-01truncate Message-IDs and References consistently
2018-04-01v2: one file, really
2018-03-30t/v2writable: use simplify permissions reading
2018-03-29v2writable: support purging messages from git entirely
2018-03-29v2writable: append, instead of prepending generated Message-ID
2018-03-20content_id: do not take Message-Id into account
2018-03-19v2writable: remove "resent" message for duplicate Message-IDs
2018-03-19v2writable: allow disabling parallelization
2018-03-19v2writable: ensure ->done is idempotent
2018-03-19v2writable: test for idempotent removals
2018-03-19import: switch to URL-safe Base64 for Message-IDs