summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee8-45/+28
2007-06-05Const correctness!Dan McGee17-124/+132
2007-06-05Clean up unnecessary headers and macros from alpm.cDan McGee1-10/+1
2007-06-05Fix compilation with GCC 4.2.0Dan McGee1-1/+1
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee11-912/+888
2007-06-05Fix up outstanding parseconfig issuesDan McGee3-2/+6
2007-06-05Rip alpm_parse_config out of libalpmDan McGee7-264/+7
2007-06-05Add a parseconfig to the pacman frontend that compilesDan McGee2-26/+29
2007-06-05Move functions out of alpm.c to where they belongDan McGee11-912/+889
2007-06-05Autotool clean up.Andrew Fyfe1-0/+2
2007-06-04Remove hardcoded defines from libalpmDan McGee2-10/+6
2007-06-04Start moving hardcoded paths out of libalpmDan McGee1-12/+3
2007-06-02Remove freespace checking codeDan McGee4-100/+0
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones4-0/+13
2007-05-31alpm_parse_config(): ignore #.*$, not just ^#.*$VMiklos1-0/+3
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee13-53/+79
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin3-22/+72
2007-05-18Fix extraneous "ignoring upgrade" output on Ignore'd packagesChantry Xavier1-6/+8
2007-05-18Continue scanning when an invalid DB entry is foundAaron Griffin1-1/+3
2007-05-18Remove trailing slashes from Server URLsAaron Griffin1-0/+4
2007-05-18Fix libarchive permission extractionAaron Griffin1-0/+2
2007-05-14Use alpm_depcmp in _alpm_pkg_update_requiredbyNagy Gabor1-28/+13
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee8-20/+20
2007-05-10Fix IgnorePkg handling with replacement packagesAaron Griffin1-1/+3
2007-04-29libalpm util.c and util.h cleanupDan McGee7-290/+292
2007-04-29Remove STRNCPY macro from libalpmDan McGee9-33/+29
2007-04-29Remove 'removes' array from libalpmDan McGee4-40/+1
2007-04-28Remove FREELISTPTR macroDan McGee7-22/+20
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee9-26/+35
2007-04-28Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee3-8/+6
2007-04-28Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee4-8/+7
2007-04-28Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee5-13/+7
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee4-11/+14
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee6-25/+19
2007-04-27Clean up gettext on the libalpm sideDan McGee20-25/+2
2007-04-27Set the correct type on the log callback functionDan McGee1-1/+1
2007-04-25Update Doxyfile for v1.5.2Dan McGee1-5/+7
2007-04-25add.c and remove.c cleanupDan McGee1-2/+2
2007-04-25Update the pot language filesDan McGee1-100/+110
2007-04-25Update all translation po filesDan McGee8-730/+811
2007-04-25Updated French TranslationNam1-400/+414
2007-04-23Updating German TranslationPierre Schmitz1-100/+104
2007-04-23Using wrong variable for depend lookup in sortbydepsNagy Gabor1-1/+1
2007-04-23Let IgnorePkg superceed the FORCE package flagChantry Xavier1-7/+9
2007-04-23Added Spanish translationJuan Pablo González T2-2/+1518
2007-04-17Update German translationMatthias Gorissen1-111/+110
2007-04-17Add Polish language translationMateusz Jędrasik2-0/+1508
2007-04-17ldconfig changes from CVSAaron Griffin1-1/+1
2007-04-05Really run scriptlet on pre_remove and post_removeRoman Kyrylych1-2/+2
2007-04-04Backport changes from 3.0.1Aaron Griffin2-17/+27