summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-03-07replace url-retrieve with elfeed-curl-enqueue to eliminate blockingHEADmasterVineet Kumar2-128/+110
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 emacsvin2-103/+161
2025-12-08attempt to make the plugin more async-yvin3-56/+106
2025-10-24update repo urlvin1-3/+3
2025-10-24fix typovin2-13/+13
2025-10-21initial commitVineet5-0/+1045