aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/sources
Commit message (Expand)AuthorAgeFilesLines
* fix(registry): ensure there's no duplicate registry entries (#1957)William Boman2025-05-194-2/+65
* feat: associate package instances with registry source and record it in receiptWilliam Boman2025-05-065-10/+39
* refactor(registry): change lua registries to not instantiate Package themselvesWilliam Boman2025-05-022-23/+34
* refactor(registry): parallelize registry installationWilliam Boman2025-03-031-0/+10
* refactor(registry): refactor registry initializationWilliam Boman2025-03-034-100/+144
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-191-1/+2
* refactor!: change Package APIWilliam Boman2025-02-192-6/+6
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-195-21/+27
* refactor(path): use InstallLocation to produce paths, remove static path methodsWilliam Boman2025-02-191-1/+2
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-191-2/+2
* refactor!: consolidate Lua registry sources and the Package API (#1498)William Boman2025-02-162-4/+5
* fix(registry): exhaust streaming parser when loading "file:" registries (#1708)William Boman2024-05-141-0/+9
* chore(registry): clean up recent changes (#1704)William Boman2024-05-111-18/+14
* perf(registry): significantly improve the "file:" protocol performance (#1702)William Boman2024-05-111-30/+66
* fix(registry): fix parsing registry identifiers that contain ":" (#1542)William Boman2023-10-311-1/+12
* fix(registry): reset registries state when setting registries (#1474)William Boman2023-08-271-0/+1
* refactor(registry): colocate FileRegistrySource buffer management (#1473)William Boman2023-08-271-6/+4
* fix(registry): schedule vim.fn calls in FileRegistrySource (#1471)William Boman2023-08-271-0/+1
* feat(registry): add file: source protocol (#1457)William Boman2023-08-264-40/+204
* fix(sources): don't skip installation if fixed version is not currently insta...William Boman2023-05-111-2/+2
* feat(registry): add .get_all_package_specs() (#1247)William Boman2023-04-222-19/+39
* feat(registry): pcall require Lua registry packages (#1200)William Boman2023-04-081-1/+8
* fix(windows): download registry archive to file instead of piping data (#1189)William Boman2023-04-071-5/+7
* feat: vendor zzlib for unzip (#1174)William Boman2023-04-031-26/+13
* feat(ui): display warning and error message if registry is not installed (#1164)William Boman2023-04-011-1/+5
* refactor: download checksum after unzip (#1135)William Boman2023-03-251-8/+7
* feat: add registry.refresh() method (#1096)William Boman2023-03-141-0/+23
* fix(sources): also set .desc property when updating spec (#1095)William Boman2023-03-143-3/+13
* style: enforce import order (#1092)William Boman2023-03-121-9/+9
* feat: add github registry source capabilities (#1091)William Boman2023-03-123-4/+215
* feat(ui): display registries in help window (#1062)William Boman2023-03-052-2/+12
* tests: add LuaRegistrySource spec (#1027)William Boman2023-02-231-1/+4
* feat: configurable registries (#1016)William Boman2023-02-202-0/+100