aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* [WIP]:feat/lockfileWilliam Boman24 hours1-1/+1
|
* [WIP]:William Boman24 hours6-27/+149
|
* [WIP]:William Boman26 hours6-47/+119
|
* Merge remote-tracking branch 'origin/main' into feat/lockfile-v2William Boman27 hours6-58/+99
|\ | | | | | | | | | | | | | | * origin/main: fix(nuget): also support .cmd shims on Windows (#2102) refactor(fs): use fs.ls in readdir implementation, prefer fs_stat over fs_fstat (#2101) refactor(fs): implement mkdirp natively via libuv (#2100) fix(fs): implement rmrf natively via libuv (#2098)
| * fix(nuget): also support .cmd shims on Windows (#2102)HEADmainWilliam Boman4 days1-1/+7
| |
| * refactor(fs): use fs.ls in readdir implementation, prefer fs_stat over ↵William Boman4 days2-40/+17
| | | | | | | | fs_fstat (#2101)
| * refactor(fs): implement mkdirp natively via libuv (#2100)William Boman4 days4-9/+13
| |
| * fix(fs): implement rmrf natively via libuv (#2098)William Boman4 days3-8/+62
| |
* | [WIP]:William Boman10 days1-0/+12
| |
* | [WIP]:William Boman10 days1-2/+2
| |
* | [WIP]:William Boman10 days1-1/+0
| |
* | [WIP]:William Boman10 days5-13/+29
| |
* | Merge remote-tracking branch 'origin/main' into feat/lockfile-v2William Boman10 days30-152/+521
|\| | | | | | | | | | | | | | | | | * origin/main: chore(main): release 2.3.0 (#2072) feat: add support for socket.dev firewall client (#2088) feat(registry): add registry_cache setting for controlling cache behaviour (#2089) feat: add the infrastructure to support "system" packages (#2085) fix(pypi): add python 3.13 and 3.14 to list of fallbacks (#2081)
| * chore(main): release 2.3.0 (#2072)v2.3.0stablewilliambotman[bot]12 days1-3/+3
| |
| * feat: add support for socket.dev firewall client (#2088)William Boman12 days16-15/+224
| |
| * feat(registry): add registry_cache setting for controlling cache behaviour ↵William Boman2026-05-182-8/+27
| | | | | | | | | | | | | | (#2089) * feat(registry): add registry_cache setting for controlling cache behaviour * fix: call callback if available
| * feat: add the infrastructure to support "system" packages (#2085)William Boman2026-05-1417-124/+262
| | | | | | | | | | | | This enables `mason.nvim` to start managing certain packages that: 1) are not suitable for the core registry 2) should not surface in existing APIs and UIs
| * fix(pypi): add python 3.13 and 3.14 to list of fallbacks (#2081)Aaron U'Ren2026-05-071-6/+9
| |
* | [WIP]:William Boman2026-04-302-11/+24
| |
* | [WIP]:William Boman2026-04-304-15/+57
| |
* | [WIP]:William Boman2026-04-306-47/+115
| |
* | [WIP]:William Boman2026-04-302-4/+24
| |
* | [WIP]:William Boman2026-04-302-2/+38
| |
* | [WIP]:William Boman2026-04-301-2/+4
| |
* | [WIP]:William Boman2026-04-302-7/+26
| |
* | [WIP]:William Boman2026-04-301-133/+71
| |
* | [WIP]:William Boman2026-04-305-20/+23
| |
* | [WIP]:William Boman2026-04-303-58/+66
| |
* | [WIP]:William Boman2026-04-301-59/+67
| |
* | [WIP]:William Boman2026-04-306-44/+59
| |
* | [WIP]:William Boman2026-04-305-6/+5
| |
* | [WIP]:William Boman2026-04-302-447/+31
| |
* | [WIP]:William Boman2026-04-301-0/+0
| |
* | [WIP]:William Boman2026-04-302-10/+461
| |
* | [WIP]:William Boman2026-04-301-45/+70
| |
* | [WIP]:William Boman2026-04-301-28/+66
| |
* | [WIP]:William Boman2026-04-301-14/+65
| |
* | [WIP]:William Boman2026-04-304-37/+103
| |
* | [WIP]:William Boman2026-04-302-7/+6
| |
* | [WIP]:William Boman2026-04-302-29/+44
| |
* | [WIP]:William Boman2026-04-306-109/+339
| |
* | [WIP]:William Boman2026-04-303-51/+122
| |
* | [WIP]:William Boman2026-04-304-12/+146
| |
* | [WIP]:William Boman2026-04-302-3/+1
| |
* | [WIP]:William Boman2026-04-306-45/+60
| |
* | [WIP]:William Boman2026-04-301-0/+35
| |
* | wipWilliam Boman2026-04-306-6/+375
| |
* | fix(linker): properly expand links when "./" is used as target prefixWilliam Boman2026-04-301-1/+2
|/
* fix(spawn): handle cases where PATH env on Windows is not set (#2080)William Boman2026-04-271-3/+4
|
* fix(powershell): conform to single quotes (#1740)Thomas Tan2026-04-212-4/+5
| | | Co-authored-by: William Boman <william@redwill.se>