- Jan 10, 2024
-
-
Jeremy Soller authored
Limit refresh rate of download progress bar to once per second See merge request !42
- Jan 09, 2024
-
-
bjorn3 authored
This should significantly reduce verbosity of CI logs.
-
- May 30, 2023
-
-
Jeremy Soller authored
Replace ordermap with indexmap See merge request !39
-
coolreader18 authored
-
- Mar 21, 2023
-
-
Jeremy Soller authored
Fix description deprecation warnings See merge request !38
-
- Feb 11, 2023
-
-
Jeremy Soller authored
-
- Jul 26, 2022
-
-
Jeremy Soller authored
-
- Mar 25, 2022
-
-
Jacob Lorentzon authored
-
- Aug 10, 2021
-
-
Jeremy Soller authored
-
- Jun 17, 2021
-
-
Jacob Lorentzon authored
-
- Aug 25, 2020
-
-
Jeremy Soller authored
-
- Aug 02, 2020
-
-
Jeremy Soller authored
-
- Jul 12, 2020
-
-
Michael McDonnell authored
The `description` and `cause` methods in `Error` were soft deprecated in Rust 1.27 and hard deprecated in Rust 1.42 [[1]]. This change removes the use of these deprecated methods and fixes three deprecation warnings. You can verify that the test output has not changed with the following steps: 1. Create the file `/etc/pkg.d/localtest` 2. Add the line `localhost:1234` to `/etc/pkg.d/localtest` 3. Run Netcat on port 1234 in a new terminal to simulate a server: ```console $ while true; do { echo -e 'HTTP/0 200 OK\r\n'; } | nc -l 1234; done ``` The server returns an invalid HTTP version on purpose. 4. Try to fetch a package, e.g. `pixelcannon`: ```console $ cargo run -- fetch pixelcannon ``` 5. Notice that you get the following error message with or without the changes: ```console * Requesting http://localhost:1234/x86_64-unknown-linux-gnu/pixelcannon.sig pkg: fetch: pixelcannon: failed: Invalid HTTP version specified ``` [1]: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html#errordescription-is-deprecated
-
- Jun 05, 2020
-
-
Jeremy Soller authored
Update documentation See merge request redox-os/pkgutils!37
-
- Jun 02, 2020
-
-
Angus Finch authored
-
- May 28, 2020
-
-
Jeremy Soller authored
-
- May 26, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- May 22, 2020
-
-
Angus Finch authored
-
- May 21, 2020
-
- May 18, 2020
-
-
Angus Finch authored
-
Angus Finch authored
I've made the following changes to make pkg more user-friendly: - Added an 'about' string to every subcommand (keeping the old help messages that were present before clap) - Added a basic description to the application - Reformatted some of the code due to rustfmt
-
- Dec 23, 2019
-
-
Jeremy Soller authored
Use Rust 2018 edition See merge request redox-os/pkgutils!36
-
- Dec 22, 2019
-
-
Ian Douglas Scott authored
-
- Nov 29, 2019
-
- Oct 20, 2019
-
-
Jeremy Soller authored
-
- Jul 05, 2019
-
- May 12, 2019
-
-
Jeremy Soller authored
- Apr 07, 2019
-
-
Jeremy Soller authored
-
- Mar 15, 2019
-
-
Jeremy Soller authored
Update Cargo.lock See merge request redox-os/pkgutils!33
-
Robin Randhawa authored
AArch64 builds need a newer syscall crate.
-
- Oct 15, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jun 12, 2018
-
-
Jeremy Soller authored
-
- Jun 03, 2018
-
-
Jeremy Soller authored
update to use liner fork
-
- Jun 02, 2018
-
-
Liam Naddell authored
-