aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-01Only return functions from `lpm.run`Guldoman
2024-04-01Fix `lpm.run` not returning executor functionGuldoman
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-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-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-17Ensured we close filehandles.Adam Harrison
2024-03-17Added in EXEFILE.Adam Harrison
2024-03-17Added in a fix to detect windows consoles from cmd.exe.Adam Harrison
2024-03-17Fixed error on first pull.Adam Harrison
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-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-08Restricted check of arched files to only non-optional files.Adam Harrison
2024-03-06Messed up pathing.Adam Harrison
2024-03-06Fixed a minor bug with downloading when downloads get aborted, and also ensur...Adam Harrison
2024-03-05Flush input buffer before prompt.Adam Harrison
2024-03-04Should fix bug where we're expecting a string back.Adam Harrison
2024-03-03Flushed stdin before reading from prompt.Adam Harrison
2024-03-03Added in ability to explicitly chmod files.Adam Harrison
2024-03-03Allowed for disabling of self-upgrade.Adam Harrison
2024-03-03Fixed things up.Adam Harrison
2024-03-03Jesus christ, widnows.Adam Harrison
2024-03-03Wrong function.Adam Harrison
2024-03-03Simplified ls for windows.Adam Harrison
2024-03-03Fixed error with allocating buffer.Adam Harrison