]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
rename InputPipe to InputStream
authorEric Wong <e@80x24.org>
Tue, 29 Apr 2025 17:16:46 +0000 (17:16 +0000)
committerEric Wong <e@80x24.org>
Thu, 1 May 2025 21:29:42 +0000 (21:29 +0000)
commit94e89a7b4623c497e7b5d6386dac7d2c71e000df
tree48a50dc22f989036ea6aa27f74a1f970135be5dc
parented658776518083451e7dfb71479a6819cb3ed112
rename InputPipe to InputStream

Calling it a "stream" is more accurate since it can be a stream
socket, FIFO, or even a regular file; not just a pipe.
MANIFEST
lib/PublicInbox/InputStream.pm [moved from lib/PublicInbox/InputPipe.pm with 97% similarity]
lib/PublicInbox/LEI.pm
lib/PublicInbox/Qspawn.pm