]> Sergey Matveev's repositories - public-inbox.git/commit
import: implement barrier operation for v1 repos
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:14:43 +0000 (08:14 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:16:34 +0000 (08:16 +0000)
commit2d9a41bf4f3ecddda07128711c41c3eb3411246b
tree3f201696e186d8a51cdf90bf7a9ca87c931873d3
parentbafd4084d8e78ef48205e6ce573f1bbe52a669a8
import: implement barrier operation for v1 repos

This will allow WatchMaildir to use ->barrier operations instead
of reaching inside for nchg.  This also ensures dumb HTTP
clients can see changes to V2 repos immediately.
lib/PublicInbox/Import.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/WatchMaildir.pm