about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
DateCommit message (Expand)
2017-02-10config: move try_cat function from inbox
2017-02-09Merge remote-tracking branch 'origin/master' into repobrowse
2017-01-11inbox: reinstate periodic cleanup of Xapian and SQLite objects
2017-01-08Merge remote-tracking branch 'origin/master' into repobrowse
2017-01-07inbox: drop $ref arg for writing destination buffer
2017-01-07inbox: properly register cleanup timer for git processes
2017-01-07searchmsg: favor direct hash access over accessor methods
2017-01-07inbox: eliminate weaken usage entirely
2017-01-07inbox: describe the full key name
2016-12-17feed: support publicinbox.<name>.feedmax
2016-10-05inbox: deal with ghost smsg
2016-08-12www: allow including links to NNTP sites in HTML footer
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-04searchmsg: add git object ID to doc_data
2016-07-27localize $/ when using chomp
2016-07-09www: add configurable limiters
2016-07-07inbox: cleanup and consolidate object weakening
2016-07-02extmsg: rework to use Inbox objects
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-06-26inbox: avoid trying s// on undef
2016-06-26inbox: ensure we do not show leading "From " lines
2016-06-25inbox: do not weaken already-weak refs
2016-06-20inbox: move field population logic to initializer
2016-06-20feed: various object-orientation cleanups
2016-06-15inbox: allow undef return value for base_url
2016-05-29inbox: drop references ASAP for search and msgmap
2016-05-28remove redundant NewsGroup class
2016-05-28www: remove footer_html support
2016-05-16www: fix for running under mount paths
2016-05-16declare Inbox object for reusability