Age | Commit message (Expand) | Author |
2024-03-13 | Started genercizing sockets.genericize-sockets | Adam Harrison |
2024-03-12 | Fixed minor issue. | Adam Harrison |
2024-03-12 | Changed strnstr to strnstr_local because mac apparently has this function def... | Adam Harrison |
2024-03-12 | Fixed some stuff with chunked encoding. | Adam Harrison |
2024-03-11 | Added in chunked transfer encoding. | Adam Harrison |
2024-03-06 | Fixed a minor bug with downloading when downloads get aborted, and also ensur... | Adam Harrison |
2024-03-05 | Flush input buffer before prompt. | Adam Harrison |
2024-03-03 | Allowed for disabling of self-upgrade. | Adam Harrison |
2024-03-03 | Jesus christ, widnows. | Adam Harrison |
2024-03-03 | Wrong function. | Adam Harrison |
2024-03-03 | Simplified ls for windows. | Adam Harrison |
2024-03-03 | Fixed error with allocating buffer. | Adam Harrison |
2024-03-03 | Fixed typo. | Adam Harrison |
2024-03-03 | Added better windows error handling. | Adam Harrison |
2024-03-03 | Fixed things up a bit. | Adam Harrison |
2024-03-02 | Added in ability to self-upgrade. | Adam Harrison |
2024-02-25 | Changed bzero to memset, in order to eliminate warnings on windows. | Adam Harrison |
2024-02-25 | Should fix #82. Will ensure that progress bars go to 100% when downloading fi... | Adam Harrison |
2024-02-25 | hopefully fixed the memory leak (#83) | Gaspartcho |
2024-02-23 | Update extract: .tgz and +100 char name support (#73) | Gaspartcho |
2024-02-06 | Doubled response header buffer, added in better error handling for responses,... | Adam Harrison |
2024-01-18 | Removing empty comments.v1.0.14 | Adam Harrison |
2024-01-18 | Thing was due to the other thing. | Adam Harrison |
2024-01-18 | Removed looking for main/master; now ask directly what the primary branch is. | Adam Harrison |
2024-01-07 | Added in changes from @parnikkapore to fix ssl certificates in a directory. | Adam Harrison |
2023-11-27 | Won't actually have an error so simplified. | Adam Harrison |
2023-11-27 | Loosened verification for certificates. | Adam Harrison |
2023-10-31 | Fix some spelling and display of `DEFAULT_REPO_URL` in cli help | Guldoman |
2023-08-18 | Allowed for extracting of .gz files without an associated tar. | Adam Harrison |
2023-08-17 | Made things clearer. | Adam Harrison |
2023-08-17 | Added in futureproofing. | Adam Harrison |
2023-08-17 | Add in preprocessor guard for older libgit2 implementations. | Adam Harrison |
2023-07-09 | Updated LPM_DEFAULT_REPOSITORY to be a define, as well as fixed issue with do... | Adam Harrison |
2023-07-05 | Added in better traceability. | Adam Harrison |
2023-07-04 | Whoops. | Adam Harrison |
2023-07-03 | Fixed issue with non-existent symbolic links not getting removed, and also re... | Adam Harrison |
2023-07-02 | Removed unused code. | Adam Harrison |
2023-06-27 | Fixed warning and error.v1.0.6 | Adam Harrison |
2023-06-27 | Added in shallow cloning. | Adam Harrison |
2023-06-20 | Removed system configuration search paths. | Adam Harrison |
2023-06-20 | Removed xxd as a dependnecy. | Adam Harrison |
2023-06-19 | Clarified that `common.path` should only look for executbale files that are n... | Adam Harrison |
2023-06-13 | Updated changelog, README, and manifest to clear up some language, and fix so...v1.0.3 | Adam Harrison |
2023-06-09 | Made things clearer. | Adam Harrison |
2023-06-09 | Updated realpath call to use internal buffer, fixing an issue on windows. | Adam Harrison |
2023-05-22 | Fixed issue with permissions not being recorded correctly. | Adam Harrison |
2023-05-22 | Added in warning when we cannot acquire an lpm global lock, and also made it ... | Adam Harrison |
2023-05-22 | Added in warning to let people know when stubs are mismatching versions. | Adam Harrison |
2023-05-22 | Fixed a no-free error memory leak. | Adam Harrison |
2023-03-28 | Suppress the progress bar by default, if we're not connected on a TTY. | Adam Harrison |