aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-12Made change to ensure that total_objects_or_content_length was > 0.Adam Harrison
2024-04-25Fixed stuff.Adam Harrison
2024-04-25Added in declarative managed plugin functionality to plugin_maanger.Adam Harrison
2024-04-24Unified syntax.Adam Harrison
2024-04-24Added in plugin manager hook.Adam Harrison
2024-04-24Added in apply.Adam Harrison
2024-04-21Fixed commas.Adam Harrison
2024-04-21Made {{ a thing.Adam Harrison
2024-04-21Made URL more sensible.Adam Harrison
2024-04-21Fixed issue with SHOULD_COLOR being set to nil, rather than false.Adam Harrison
2024-04-21Fixed type inference.Adam Harrison
2024-04-20Made it so you can run the system bottle.Adam Harrison
2024-04-20Changed how url is generated.Adam Harrison
2024-04-20Made it so that we can access `extra` fields. Closes #107.Adam Harrison
2024-04-20Fixed author variable position.Adam Harrison
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