]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Inbox.pm
view: speed up homepage loading time with date clamp
[public-inbox.git] / lib / PublicInbox / Inbox.pm
2018-03-30 Eric Wong (Contrac... view: speed up homepage loading time with date clamp
2018-03-29 Eric Wong (Contrac... www: cleanup expensive fallback for legacy URLs
2018-03-29 Eric Wong (Contrac... search: get rid of most lookup_* subroutines
2018-03-29 Eric Wong (Contrac... lookup by Message-ID favors the "primary" one
2018-03-29 Eric Wong (Contrac... www: remove unnecessary ghost checks
2018-03-27 Eric Wong (Contrac... www: support cloning individual v2 git partitions
2018-03-27 Eric Wong (Contrac... view: depend on SearchMsg for Message-ID
2018-03-22 Eric Wong (Contrac... fix syntax warnings
2018-03-22 Eric Wong (Contrac... msgmap: add tmp_clone to create an anonymous copy
2018-03-02 Eric Wong (Contrac... evcleanup: disable outside of daemon
2018-02-28 Eric Wong (Contrac... v2/ui: retry DB reopens in a few more places
2018-02-28 Eric Wong (Contrac... v2/ui: some hacky things to get the PSGI UI to show up
2018-02-20 Eric Wong (Contrac... v2: support Xapian + SQLite indexing
2018-02-07 Eric Wongupdate copyrights for 2018
2017-01-11 Eric Wonginbox: reinstate periodic cleanup of Xapian and SQLite...
2017-01-07 Eric Wonginbox: properly register cleanup timer for git processes
2017-01-07 Eric Wongsearchmsg: favor direct hash access over accessor methods
2017-01-07 Eric Wonginbox: eliminate weaken usage entirely
2017-01-07 Eric Wonginbox: describe the full key name
2016-12-17 Eric Wongfeed: support publicinbox.<name>.feedmax
2016-10-05 Eric Wonginbox: deal with ghost smsg
2016-08-12 Eric Wongwww: allow including links to NNTP sites in HTML footer
2016-08-11 Eric Wongsearch: support alt-ID for mapping legacy serial numbers
2016-08-04 Eric Wongsearchmsg: add git object ID to doc_data
2016-07-27 Eric Wonglocalize $/ when using chomp
2016-07-09 Eric Wongwww: add configurable limiters
2016-07-07 Eric Wonginbox: cleanup and consolidate object weakening
2016-07-02 Eric Wongextmsg: rework to use Inbox objects
2016-07-02 Eric Wonginbox: base_url method takes PSGI env hashref instead
2016-06-26 Eric Wonginbox: avoid trying s// on undef
2016-06-26 Eric Wonginbox: ensure we do not show leading "From " lines
2016-06-25 Eric Wonginbox: do not weaken already-weak refs
2016-06-20 Eric Wonginbox: move field population logic to initializer
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-15 Eric Wonginbox: allow undef return value for base_url
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-29 Eric Wonginbox: drop references ASAP for search and msgmap
2016-05-28 Eric Wongremove redundant NewsGroup class
2016-05-28 Eric Wongwww: remove footer_html support
2016-05-16 Eric Wongwww: fix for running under mount paths
2016-05-16 Eric Wongdeclare Inbox object for reusability