]> Sergey Matveev's repositories - public-inbox.git/history - lib
init: use Import::run_die instead of system()
[public-inbox.git] / lib /
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-29 Eric Wongsearch: load_xapian: return true on success
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-28 Eric Wongds: use MSG_MORE when wbuf is empty during long responses
2019-12-28 Eric Wongsearch: retry_reopen passes user arg to callback
2019-12-28 Eric Wongsolvergit: allow passing arg to user-supplied callback
2019-12-27 Eric Wongviewvcs: avoid anonymous sub for HTML response
2019-12-27 Eric Wongwwwattach: avoid anonymous sub for msg_iter
2019-12-27 Eric Wongview: msg_iter calls add_body_text directly
2019-12-27 Eric Wongsearchview: remove anonymous sub when sorting threads...
2019-12-27 Eric Wongview: thread_html: pass named sub to WwwStream
2019-12-27 Eric Wongsearchview: pass named subs to Www*Stream
2019-12-27 Eric Wongwwwtext: avoid anonymous sub in response
2019-12-27 Eric Wongcontentid: no anonymous sub
2019-12-27 Eric Wongview: msg_html: stop using an anonymous sub
2019-12-27 Eric Wongview: avoid anon sub in stream_thread
2019-12-27 Eric Wongconfig: each_inbox: pass user arg to callback
2019-12-27 Eric Wongfeed: avoid anonymous subs
2019-12-27 Eric Wongmboxgz: pass $ctx to callback to avoid anon subs
2019-12-27 Eric Wongwww: lazy load Plack::Util
2019-12-27 Eric Wonggithttpbackend: split out wwwstatic
2019-12-26 Eric Wongqspawn: psgi_return: allow non-anon parse_hdr callback
2019-12-26 Eric Wongqspawn: drop "qspawn.filter" support, for now
2019-12-26 Eric Wongqspawn: psgi_qx: eliminate anonymous subs
2019-12-26 Eric Wongqspawn: psgi_return_start: hoist out from psgi_return
2019-12-26 Eric Wongqspawn: psgi_return: initial cb can be named
2019-12-26 Eric Wonghttpd/async: get rid of ephemeral main_cb
2019-12-26 Eric Wongqspawn: reduce local vars, de-anonymize rd_hdr
2019-12-26 Eric Wongmsg_iter: provide means to stop using anonymous subs
2019-12-26 Eric Wongqspawn: replace anonymous $end callbacks w/ event_step
2019-12-26 Eric Wongqspawn: disambiguate command vs PSGI env
2019-12-26 Eric Wongqspawn: remove some anonymous subs for psgi_qx
2019-12-26 Eric Wonghttpd/async: support passing arg to callbacks
2019-12-26 Eric Wonggit: allow async_cat to pass arg to callback
2019-12-26 Eric Wongwwwlisting: do not rely on $? after ProcessPipe::CLOSE
2019-12-24 Eric Wongsearch: support SWIG-generated Xapian.pm
2019-12-24 Eric Wongsearchidx: call "++" on PostingIterator instead of...
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-24 Eric Wongremove "no warnings 'once'" in a few places
2019-12-22 Eric Wongnntp: cmd_xover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_msg_id: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_newnews: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_listgroup: use named subs for long_response
2019-12-22 Eric Wongnntp: cmd_xrover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_searchmsg: use named sub for numeric range...
2019-12-22 Eric Wongnntp: remove cyclic refs from long_response
2019-12-22 Eric Wongnntp: get_range: return scalarref for $beg
2019-12-22 Eric Wonghttp: avoid anonymous sub for getline callback
2019-12-22 Eric Wonghttp: get rid of anonymous subs for write/close
2019-12-22 Eric Wongnntp: get rid of some unused imports
2019-12-22 Eric Wongnntp: simplify method detection using UNIVERSAL::can
2019-12-22 Eric Wongtestcommon: require_git: use "plan" from Test::More
2019-12-21 Eric Wongsearchview: save a column in &x=t thread skeleton
2019-12-20 Eric Wongview: show percentage in search results thread skeleton
2019-12-20 Eric Wongsearchthread: fix usage of user-supplied parameter
2019-12-20 Eric Wongtestcommon: fix run_script for older Perls
2019-12-19 Eric Wongt/run.perl: to avoid repeated process spawning for *.t
2019-12-19 Eric Wongtests: move t/common.perl to PublicInbox::TestCommon
2019-12-19 Eric Wongmsgiter: msg_part_text returns undef on text/html
2019-12-18 Eric Wongviewvcs: flesh out some functionality and test
2019-12-16 Eric Wongdaemon: drop listeners early in master on graceful...
2019-12-16 Eric Wongdaemon: shorten lifetime of listener_names mapping
2019-12-15 Eric Wongaddress: explicitly reject local-only addresses
2019-12-15 Eric Wongaddress: use Email::Address::XS if available
2019-12-15 Eric Wongaddress: use comment as name if no phrase available
2019-12-15 Eric Wonginbox: fix periodic git process cleanup
2019-12-15 Eric Wongsearchidx: do not modify read-only $1 via git_unquote
2019-12-14 Eric Wongdaemon: use DESTROY for unlinking --pid-file
2019-12-14 Eric Wongds: move NNTP-only expiration code into DS
2019-12-14 Eric Wongds: move EvCleanup code into DS
2019-12-12 Eric Wongmbox: do not try to create filename from empty string
2019-12-12 Eric Wongmsgtime: avoid obviously out-of-range dates (for now)
2019-12-12 Eric WongDate::Parse is now optional
2019-12-12 Eric Wongmsgtime: drop Date::Parse for RFC2822
2019-12-12 Eric Wonggit: async batch interface
2019-12-11 Eric Wongimport: (cleanup) drop redundant env arg to run_die
2019-12-11 Eric Wongspawn: remove support for clearing the env
2019-12-11 Eric Wongds: ->Reset initializes $nextq
2019-11-29 Eric Wongreplace: quiet "git gc" invocation
2019-11-27 Eric Wonghttpd|nntpd: avoid missed signal wakeups
2019-11-27 Eric Wongdskqxs: fix missing EV_DISPATCH define
2019-11-27 Eric Wongmsgtime: deal with strange minutes in TZ offsets
2019-11-24 Eric Wongxapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-24 Eric Wongdaemon: avoid race when quitting workers
2019-11-24 Eric Wongdaemon: use sigprocmask when respawning workers
2019-11-24 Eric Wongdaemon: use sigprocmask to block signals at startup
2019-11-24 Eric Wongmboxgz: fix compiler parse error under under Perl 5...
2019-11-24 Eric Wongcheck for File::Temp 0.19 for ->newdir method
2019-11-16 Eric Wongspawn: which: allow embedded slash for relative path
2019-11-16 Eric Wongxapcmd: do not fire END and DESTROY handlers in child
2019-11-16 Eric Wongimport: only pass Inbox object to SearchIdx->new
2019-11-16 Eric Wonginboxwritable: add ->cleanup method
2019-11-16 Eric Wongadmin: get rid of singleton $CFG var
2019-11-16 Eric Wongmboxgz: use Compress::Raw::Zlib instead of IO::Compress...
2019-11-16 Eric Wongmbox: split mboxgz out into a separate file
2019-11-16 Eric Wongmbox: unused mid_clean import
2019-11-14 Eric Wonginboxwritable: drop {-importer} cyclic reference
2019-11-14 Eric Wongxapcmd: localize %SIG changes using "local"
2019-11-14 Eric Wongsolvergit: use --unidiff-zero with git-apply(1)
2019-11-04 Eric Wongindex: "git log" failures are fatal
next