aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.c
AgeCommit message (Expand)Author
2024-02-23Update extract: .tgz and +100 char name support (#73)Gaspartcho
2024-02-06Doubled response header buffer, added in better error handling for responses,...Adam Harrison
2024-01-18Removing empty comments.v1.0.14Adam Harrison
2024-01-18Thing was due to the other thing.Adam Harrison
2024-01-18Removed looking for main/master; now ask directly what the primary branch is.Adam Harrison
2024-01-07Added in changes from @parnikkapore to fix ssl certificates in a directory.Adam Harrison
2023-11-27Won't actually have an error so simplified.Adam Harrison
2023-11-27Loosened verification for certificates.Adam Harrison
2023-10-31Fix some spelling and display of `DEFAULT_REPO_URL` in cli helpGuldoman
2023-08-18Allowed for extracting of .gz files without an associated tar.Adam Harrison
2023-08-17Made things clearer.Adam Harrison
2023-08-17Added in futureproofing.Adam Harrison
2023-08-17Add in preprocessor guard for older libgit2 implementations.Adam Harrison
2023-07-09Updated LPM_DEFAULT_REPOSITORY to be a define, as well as fixed issue with do...Adam Harrison
2023-07-05Added in better traceability.Adam Harrison
2023-07-04Whoops.Adam Harrison
2023-07-03Fixed issue with non-existent symbolic links not getting removed, and also re...Adam Harrison
2023-07-02Removed unused code.Adam Harrison
2023-06-27Fixed warning and error.v1.0.6Adam Harrison
2023-06-27Added in shallow cloning.Adam Harrison
2023-06-20Removed system configuration search paths.Adam Harrison
2023-06-20Removed xxd as a dependnecy.Adam Harrison
2023-06-19Clarified that `common.path` should only look for executbale files that are n...Adam Harrison
2023-06-13Updated changelog, README, and manifest to clear up some language, and fix so...v1.0.3Adam Harrison
2023-06-09Made things clearer.Adam Harrison
2023-06-09Updated realpath call to use internal buffer, fixing an issue on windows.Adam Harrison
2023-05-22Fixed issue with permissions not being recorded correctly.Adam Harrison
2023-05-22Added in warning when we cannot acquire an lpm global lock, and also made it ...Adam Harrison
2023-05-22Added in warning to let people know when stubs are mismatching versions.Adam Harrison
2023-05-22Fixed a no-free error memory leak.Adam Harrison
2023-03-28Suppress the progress bar by default, if we're not connected on a TTY.Adam Harrison
2023-03-20Modified fopen calls to use _wfopen where appropriate to improve UTF-8 suppor...Adam Harrison
2023-02-24Fixed risc.Adam Harrison
2023-02-24Added in riscv support.Adam Harrison
2023-02-14Added in android builds.Adam Harrison
2023-01-22Moved around initialization of git and certificates to make sure things work.v0.99992Adam Harrison
2023-01-18Updated error handling for TLS connections, properly handled peer closing wit...v0.9999Adam Harrison
2023-01-17Fixed typo.v0.9998Adam Harrison
2023-01-17Moved libgit2 init out of main, because it is very slow.Adam Harrison
2023-01-17Added list of core dependencies so we don't generate manifest rqeuirements fo...Adam Harrison
2023-01-17Fixed up plugin manager plugin, moving to optimization.Adam Harrison
2023-01-16Updated architecture auto-detection.Adam Harrison
2023-01-16Updated build, and release.Adam Harrison
2023-01-16Maybe added in aarch64 build?Adam Harrison
2023-01-16Fixed some issues with naming, and calling progression function.v0.9992Adam Harrison
2023-01-14Added in %, and allowed branch refs in manifests.Adam Harrison
2023-01-11Fixed error handling, and fixed plugin difference call.Adam Harrison
2023-01-10Replaced thing.Adam Harrison
2023-01-10Added in math header.Adam Harrison
2023-01-10Added in file locking.Adam Harrison