summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove gettext from any alpm_logaction callsDan McGee2007-07-09
* Add top level hidden file code to package.cDan McGee2007-07-08
* First step of moving translations from src/pacman/po to po/Dan McGee2007-07-06
* Various small fixes as suggested by some static code checkersDan McGee2007-07-06
* libalpm/add.c : fix for FS #7484Chantry Xavier2007-07-01
* libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier2007-07-01
* Remove unnecessary and extra includesDan McGee2007-07-01
* Move Doxygen manpage generation to doc/ directoryDan McGee2007-07-01
* libalpm/add.c : ignore libarchive warning.Chantry Xavier2007-06-28
* libalpm/util.c : stat returns 0 on successChantry Xavier2007-06-28
* Remove lockfile configuration from frontend, make it job of libalpmDan McGee2007-06-27
* Remove scriptlet START and DONE commands that we don't useDan McGee2007-06-27
* Fix wrong permissions on pacnew extractionDan McGee2007-06-27
* libalpm/remove.c : file variable used before being initialized.Chantry Xavier2007-06-28
* Make alpm_splitdep immutableNagy Gabor2007-06-26
* Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor2007-06-26
* Don't extract any top-level files in a package that start with '.'Dan McGee2007-06-26
* libalpm/util.c: remove unnecessary includeDan McGee2007-06-20
* Revert "Fix libarchive permission extraction"Dan McGee2007-06-20
* Update Doxyfile and add a few missing parts of documentationDan McGee2007-06-17
* Remove some more diskspace checking holdover stuffDan McGee2007-06-13
* Attempt to clean up _alpm_sync_prepareDan McGee2007-06-10
* Implement simple topological sort algorithm for sortbydepsNagy Gabor2007-06-10
* Ensure correct and consistent usage of depmissChantry Xavier2007-06-10
* Fix for removing a package that is no longer neededChantry Xavier2007-06-10
* Small speed-tuning to upgrade-checkdepNagy Gabor2007-06-10
* Fix issue when upgrading two packages that would break depsNagy Gabor2007-06-10
* Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor2007-06-10
* be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LENDan McGee2007-06-09
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos2007-06-09
* Fix up things after the last few changesDan McGee2007-06-09
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Clean up unnecessary headers and macros from alpm.cDan McGee2007-06-05
* Fix compilation with GCC 4.2.0Dan McGee2007-06-05
* Merge branch 'alpm.c_cleanup' into frontend_configDan McGee2007-06-04
|\
| * Move functions out of alpm.c to where they belongDan McGee2007-06-04
* | Fix up outstanding parseconfig issuesDan McGee2007-06-04
* | Rip alpm_parse_config out of libalpmDan McGee2007-06-04
* | Add a parseconfig to the pacman frontend that compilesDan McGee2007-06-04
|/
* Autotool clean up.Andrew Fyfe2007-06-04
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Start moving hardcoded paths out of libalpmDan McGee2007-06-04
* Remove freespace checking codeDan McGee2007-06-02
* Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones2007-06-01
* alpm_parse_config(): ignore #.*$, not just ^#.*$VMiklos2007-05-31
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Allow $repo expansion in 'Server' config linesAaron Griffin2007-05-18
* Fix extraneous "ignoring upgrade" output on Ignore'd packagesChantry Xavier2007-05-18