0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
makepkg: new function: profile_reinit() to avoid some code duplication More... almost 19 years ago
TODO: add 'progressbar for conflicting files' More... almost 19 years ago
TAG 3.3.9 More... almost 19 years ago
makepkg: if PACKAGER is missing, don't even build the package More... almost 19 years ago
updates for 3.3.9 More... almost 19 years ago
makepkg: pacman -r root -> chroot root pacman this way the chrooted pacman is executed -> less problems with a possible outdated host pacman More... almost 19 years ago
yesno(), cb_trans_evt(): print questions and events to stderr closes #1152 More... almost 19 years ago
new transaction state: STATE_DOWNLOADING this allows us to interrupt download inmediatelly while interrupting the install only after a package is completed closes #1150 More... almost 19 years ago
cleanup(): drop duplicated check for neednl More... almost 19 years ago
log_progress(): fix progressbar for multiple packages More... almost 19 years ago
_alpm_downloadfiles_forreal(): added a few more debug messages More... almost 19 years ago
sync_search(): fix for multiple repos see #1149 More... almost 19 years ago
_alpm_downloadfiles(): more sanity checks - 2nd try this time try to be less agressive check if pm_dlfnm, pm_dloffset, pm_dlt0, pm_dlt, pm_dlrate, pm_dlxfered1, pm_dleta_h, pm_dleta_m or pm_dleta_s is NULL More... almost 19 years ago
bindings: drop -Werror even if debug is enabled More... almost 19 years ago
_alpm_remove_loadtarget(): ignore holdpkgs on upgrade More... almost 19 years ago
TAG 3.3.8 More... almost 19 years ago
updates for 3.3.8 More... almost 19 years ago
clean up _alpm_archive_read_entry_data_into_fd() More... almost 19 years ago
replaced hardcoded 10240 for archives with libarchive's * Replaced hardcoded 10240 block size with libarchive's ARCHIVE_DEFAULT_BYTES_PER_BLOCK - NOTE: yes i know maybe it is just cosmetics. :P - NOTE2: pactest 100% passed with this More... almost 19 years ago
use libarchive's read_data_into_fd() * Use libarchive's own function to read_data_into_fd actually we got an own function named _alpm_read_data_entry_into_fd() which is do the same as archive_read_data_info_fd() as i see. Temp. just commented out the old way and replaced with new one. - NOTE: pactest was 100% pass with this (and with libarchive 1.3) More... almost 19 years ago
makepkg: add support for LOGDIR based on the patch from Tim Groeneveld <[email protected]> More... almost 19 years ago
add a check before mallocing lang_tmp * Added a check before mallocing lang_temp to avoid segfaults when locale is invalid or not available * Fixes / Closes #1134 More... almost 19 years ago
makepkg: don't hardcore a default value for PACKAGER idea by Tim Groeneveld <[email protected]> More... almost 19 years ago
TODO.frugalware: update More... almost 19 years ago
bindings/perl: initial import More... almost 19 years ago
UNDO: _alpm_downloadfiles(): more sanity checks check if pm_dlfnm, pm_dloffset, pm_dlt0, pm_dlt, pm_dlrate, pm_dlxfered1, pm_dleta_h, pm_dleta_m or pm_dleta_s is NULL More... almost 19 years ago
_alpm_downloadfiles(): more sanity checks check if pm_dlfnm, pm_dloffset, pm_dlt0, pm_dlt, pm_dlrate, pm_dlxfered1, pm_dleta_h, pm_dleta_m or pm_dleta_s is NULL More... almost 19 years ago
_alpm_downloadfiles_forreal(): support for pm_dlcb being NULL More... almost 19 years ago
alpm_parse_config(): handle the case when the callback function is NULL More... almost 19 years ago
db_search() -> alpm_db_search() More... almost 19 years ago