| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(github): provide correct filename to gunzip (#625) | Elio | 2022-04-23 | 1 | -5/+3 |
| | | |||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 14 | -58/+369 |
| | | |||||
| * | fix(spawn): recursively parse arglist (#610) | William Boman | 2022-04-18 | 1 | -7/+12 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 4 | -14/+37 |
| | | | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?). | ||||
| * | feat(async): add a.wait_all (#596) | William Boman | 2022-04-13 | 1 | -5/+76 |
| | | |||||
| * | feat(fetch): add ability to download file instead of writing to stdout | William Boman | 2022-04-12 | 1 | -7/+21 |
| | | |||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 13 | -224/+236 |
| | | |||||
| * | fix(installer): always clean up tmp install dir | William Boman | 2022-04-11 | 1 | -1/+3 |
| | | |||||
| * | fix(spawn): fix Failure.tostring when unable to retrieve uv_handle | William Boman | 2022-04-11 | 1 | -1/+5 |
| | | |||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 11 | -224/+383 |
| | | |||||
| * | fix(r_language_server): run install script via stdin (#578) | William Boman | 2022-04-06 | 3 | -14/+23 |
| | | | | Fixes #568. | ||||
| * | fix(pip3): always use normalized "python" executable with venv-enhanced path ↵ | William Boman | 2022-04-06 | 1 | -2/+2 |
| | | | | | (#577) | ||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 7 | -82/+153 |
| | | |||||
| * | fix(go): correct template string | William Boman | 2022-03-26 | 1 | -1/+1 |
| | | |||||
| * | fix(go): specify correct executable when checking version | William Boman | 2022-03-26 | 1 | -1/+2 |
| | | |||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 16 | -9/+1298 |
| | | |||||
| * | feat(async): allow for a.promisify to reject (#557) | William Boman | 2022-03-23 | 1 | -2/+14 |
| | | |||||
| * | run server installation in async execution context (#525) | William Boman | 2022-03-06 | 3 | -4/+66 |
| | | |||||
| * | fix(fetch): shift args to put callback arg last | William Boman | 2022-03-06 | 2 | -18/+21 |
| | | |||||
| * | fix(async): set error() level to 2 | William Boman | 2022-03-06 | 1 | -2/+2 |
| | | |||||
| * | feat(ui): display installed server version (#520) | William Boman | 2022-03-05 | 2 | -0/+85 |
| | | |||||
| * | async: raise errors instead of returning pcall-style (#521) | William Boman | 2022-03-05 | 1 | -2/+6 |
| | | |||||
| * | fix(async): pcall callback-style functions to catch errors (#515) | William Boman | 2022-03-02 | 1 | -8/+19 |
| | | |||||
| * | add ocamllsp (#498) | Harry Tran | 2022-02-22 | 1 | -0/+2 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | feat: add async module (#499) | William Boman | 2022-02-21 | 1 | -0/+107 |
| | | |||||
| * | fix(powershell): set security protocol to TLS1.2 (#487) | William Boman | 2022-02-16 | 1 | -1/+2 |
| | | | | Fixes #480. | ||||
| * | add r_language_server (#467) | meriops | 2022-02-12 | 1 | -0/+2 |
| | | | | | | | Closes #185. Co-authored-by: Olivier Devineau <olivier.devineau@inn.no> Co-authored-by: William Boman <william@redwill.se> | ||||
| * | add server psalm (#426) | Jürgen Steitz | 2022-01-15 | 1 | -0/+1 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | add rnix (#408) | William Boman | 2022-01-10 | 2 | -0/+25 |
| | | |||||
| * | fetch: add User-Agent header (#409) | William Boman | 2022-01-09 | 1 | -4/+26 |
| | | |||||
| * | feat: integrate gh-cli for GitHub API calls (#403) | William Boman | 2022-01-07 | 2 | -3/+26 |
| | | | | Closes #248. | ||||
| * | feat(ui): display outdated servers (#395) | William Boman | 2022-01-06 | 3 | -13/+154 |
| | | |||||
| * | write install receipts (#379) | William Boman | 2022-01-03 | 2 | -0/+193 |
