summaryrefslogtreecommitdiff
path: root/elfeed-custom-feeds-github.el
AgeCommit message (Collapse)AuthorFilesLines
2026-03-07replace url-retrieve with elfeed-curl-enqueue to eliminate blockingHEADmasterVineet Kumar1-66/+58
url-retrieve blocks emacs during dns resolution and tls handshake. elfeed-curl-enqueue runs curl as a subprocess, making fetches fully non-blocking and mirrors regular elfeed operation. Also adds Accept header for GitHub API requests.
2025-12-08muhvin1-3/+3
2025-12-08parse in batches and via idle timers to avoid blocking emacsvin1-66/+95
2025-12-08attempt to make the plugin more async-yvin1-22/+54
2025-10-21initial commitVineet1-0/+125