0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pacman/db_search(): remove printfs, preparing to move to libalpm More... almost 19 years ago
bindings/python: fix clean target More... almost 19 years ago
HACKING: update for make check More... almost 19 years ago
make check: call pactest More... almost 19 years ago
pactest: initial import More... almost 19 years ago
_alpm_sync_load_dbarchive(): bin used by none More... almost 19 years ago
configure.ac: typo fix :S * Typo / Cosmetics fix (AC_HELP -> --disable-fakeoot -> disable-fakeroot :) ) More... almost 19 years ago
db.c: pkggroup code cleanup * Clean up for -Ss category patch * Removed unneccessary *g as vmiklos requested a better way :P More... almost 19 years ago
TODO: added one more entry :P * Added one more TODO entry (db_search -> libalpm migration) More... almost 19 years ago
TODO update (frugalware) * Removed one TODO entry (for package progressbar/counter in remove state) * Added new TODO entry (from BTS) More... almost 19 years ago
pacman - db.c: implement category show * At -Ss show the category too (frugalware-current/categoryname/pkgname) - NOTE: Actually it shows the first group which found in groups maybe vmiklos knows a better way ? :P * Closes #1075 More... almost 19 years ago
updated Hungarian translation More... almost 19 years ago
regen po{,t}s More... almost 19 years ago
_alpm_remove_commit(): clean up this unnecessary 'what' variable More... almost 19 years ago
move the config parser to libalpm parseconfig() -> alpm_parse_config() More... almost 19 years ago
parseconfig(): no longer touch the config struct this is obviously to allow moving this function to libalpm More... almost 19 years ago
move config->chomp to PM_OPT_CHOMP since all the frontends can have their own eye-candy features More... almost 19 years ago
pacman: log_progress(): prevent a nice "2 lines for each file" duplication More... almost 19 years ago
pacman: in parseconfig() don't touch config->dbpath/cachedir, use alpm_set_option() directly More... almost 19 years ago
move the holdpkg feature to libalpm More... almost 19 years ago
pacman: new function: cb_db_register() this will allow us to move parseconfig() to libalpm later More... almost 19 years ago
doc/FrugalBuild: fix title closes #1095 More... almost 19 years ago
libalpm: fix copyright notices in header files More... almost 19 years ago
_alpm_downloadfiles_forreal(): move a printf() to the frontend More... almost 19 years ago
scripts: fix copyright notices in source files More... almost 19 years ago
scripts/copyright.py: initial import More... almost 19 years ago
libalpm: fix copyright notices in source files TODO: header files More... almost 19 years ago
_alpm_remove_commit(): some code optimization now the new code is almost as fast as the original one was More... almost 19 years ago
_alpm_remove_commit(): casting fix typo fix in the progressbar code, till now it didn't work at all NOTE: it is still slow as hell: removing kernel-source now increased from 0m18.685s to 1m6.502s More... almost 19 years ago
package-counter / progressbar for removing packages PART I * Implemented package-counting in remove part (works) * Implementing progressbar at remove part (in progress) More... almost 19 years ago