aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-31Added in logging, and fixed a bugPR/restructuringAdam Harrison
2024-03-31Added in complex plugins, as well as split up command and run.Adam Harrison
2024-03-31Restructured functions to be more modular, and moved things to globals, so th...Adam Harrison
2024-03-29Updated SPEC to incude `checksum` at an addon level, and added in a warning w...Adam Harrison
2024-03-29Changed separator to , from :, due to URLs. Sigh.Adam Harrison
2024-03-29Fixed handleization.Adam Harrison
2024-03-24Updated CHANGELOG.md.v1.2.7Adam Harrison
2024-03-24Abstrated out handleize.Adam Harrison
2024-03-24Changed how stubs are reported.Adam Harrison
2024-03-23Changed how ephemeral bottles work.Adam Harrison
2024-03-23Fixed issue with headers delivered in multiple reads.Adam Harrison
2024-03-22Added in ephemeral bottle count, so we only destruct the bottle when the lock...Adam Harrison
2024-03-22Should fix #100Adam Harrison
2024-03-20Ensures that we close read handles on files.Adam Harrison
2024-03-20Made sure we set the metatable corectly.v1.2.6Adam Harrison
2024-03-20Remove unecessary require.Adam Harrison
2024-03-20Updated CHANGELOG.md.Adam Harrison
2024-03-20Gave exec access to the internal environment, just like with plugins.Adam Harrison
2024-03-20Added in ability to execute string literals for ease of automation.Adam Harrison
2024-03-17Updated CHANGELOG.md.v1.2.5Adam Harrison
2024-03-17Ensured we close filehandles.Adam Harrison
2024-03-17Added in EXEFILE.Adam Harrison
2024-03-17Build zlib on windows.Adam Harrison
2024-03-17Added in a fix to detect windows consoles from cmd.exe.Adam Harrison
2024-03-17Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2024-03-17Fixed error on first pull.Adam Harrison
2024-03-13Update README.mdAdam
2024-03-12Fixed minor issue.Adam Harrison
2024-03-12Changed strnstr to strnstr_local because mac apparently has this function def...Adam Harrison
2024-03-12Fixed some stuff with chunked encoding.Adam Harrison
2024-03-11Fixed the issue with --.Adam Harrison
2024-03-11Added in chunked transfer encoding.Adam Harrison
2024-03-10Added in json prety-printing.Adam Harrison
2024-03-10Added in ability to grab remote plugins.Adam Harrison
2024-03-09Refactored argument processing.Adam Harrison
2024-03-09Changed to PATHSEP, from comma.Adam Harrison
2024-03-09Added in env variable.Adam Harrison
2024-03-09Made environment more modular, so lpm plugins can use it correctly.Adam Harrison
2024-03-08Updated platform list.Adam Harrison
2024-03-08Remove files that don't match checksums.Adam Harrison
2024-03-08Removed files that fail checks.Adam Harrison
2024-03-08Remove unceessary checks which are part of the common.get function.Adam Harrison
2024-03-08YOLO CI.v1.2.4Adam Harrison
2024-03-08Updated CHANGELOG.md.Adam Harrison
2024-03-08Restricted check of arched files to only non-optional files.Adam Harrison
2024-03-08Fixed issue with rawget, and removed unecessary checksum.Adam Harrison
2024-03-08Added in aarch64 support.Adam Harrison
2024-03-06Set explicit environment.v1.2.3Adam Harrison
2024-03-06Updated CHANGELOG.md.Adam Harrison
2024-03-06Messed up pathing.Adam Harrison