about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-11-29note the source code is AGPL for cloning
2016-11-26avoid IO::File for anonymous temporary files
2016-11-26githttpbackend: error checking for input handling
2016-11-22view: fix spaces in mailto: link
2016-10-16import: failed GC runs are non-fatal
2016-10-14thread: reinstates stable ordering when ghosts are present
2016-10-13thread: fix parent/child relationships
2016-10-13thread: reduce indentation level
2016-10-05thread: remove weaken dependency
2016-10-05view: remove redundant children array in thread views
2016-10-05thread: use hash + array instead of hand-rolled linked list
2016-10-05thread: fix sorting without topmost
2016-10-05thread: inline and remove recurse_down logic
2016-10-05thread: order_children no longer cares about depth
2016-10-05thread: avoid incrementing undefined value
2016-10-05thread: remove iterate_down
2016-10-05thread: simplify
2016-10-05thread: remove rootset accessor method
2016-10-05thread: remove Email::Abstract wrapping
2016-10-05inbox: deal with ghost smsg
2016-10-05thread: remove accessor usage in internals
2016-10-05thread: pass array refs instead of entire arrays
2016-10-05thread: remove Mail::Thread dependency
2016-10-05view: remove "subject dummy" references
2016-09-13help: document new search prefixes
2016-09-09nntp: cleanup: move use statements out of sub scope
2016-09-09search: index attachment filenames
2016-09-09search: match the behavior of WWW for indexing text
2016-09-09search: avoid mindlessly calling body_set
2016-09-09search: fix compatibility with Debian wheezy
2016-09-09search: increase term positions for each quoted hunk
2016-09-09search: match quote detection behavior of view
2016-09-09search: fix space regressions from recent changes
2016-09-09search: more granular message body searching
2016-09-09search: drop longer subject: prefix for search
2016-09-09search: allow searching user fields (To/Cc/From)
2016-09-08import: run "git gc --auto" when done
2016-09-08import: hoist out common run_die subroutine
2016-09-08import: hoist out _check_path function
2016-09-08view: handle missing Content-Type in message
2016-09-07doc: new docs for user-level commands
2016-09-02config: use "publicinboxlimiter" prefix
2016-09-01watch: use "publicinboxwatch" namespace
2016-08-23www: give tor2web some exposure, too
2016-08-18searchview: link to internal help text
2016-08-18www: implement generic help text
2016-08-18linkify: be stricter about matching RFC 3986
2016-08-18view: try assuming UTF-8 for bogus charsets
2016-08-18view: try to display bogus charsets for text/plain
2016-08-18view: attach_link uses string concatentation