| Age | Commit message (Collapse) | Author |
|
- bump version to v1.2.0
- replace shell process spawns (ls | wc) with native dirent POSIX API calls
- replace sed stdout pipe with direct C stream buffer indentation
- consolidate autoremove into single-pass execution and output stream parsing
- add native ring buffer to view_log() to stream last 100 lines when $PAGER is unset
|
|
- Implement getopt_long for -v (--view-log), -c (--clear-log), -V (--version), and -h (--help)
- Add XDG-compliant persistent logging at ~/.local/state/ud/ud.log
- Implement target item tallying to record counts for autoremove, apt clean, thumbnails, and screenshots
- Bump utility version to 1.1.0
|
|
- Scope APT_OPT flags exclusively to index updating via apt update
- Remove APT_OPT from apt full-upgrade string format call
- Rely on default APT queue management and HTTPS transport during package downloads
|
|
- Define APT_OPT macro with Acquire::Queue-Mode="access" and Acquire::http::Pipeline-Depth="10"
- Update apt update and apt full-upgrade commands to utilize parallel fetching
- Accelerate package download phases without modifying global system configuration
|
|
- Add C source code for Debian apt update, autoremove, and cleanup tasks
- Add Makefile with build, install, uninstall, and clean targets
- Add README.md with build and usage instructions
- Add MIT license and .gitignore for build artifacts
|