summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Fix build with --disable-gpgmeAllan McRae2-35/+31
2014-01-10Fix compile warnings on systems without getmntentDan McGee1-0/+3
2014-01-06check_keyring: plug memory leakAndrew Gregory1-0/+1
2014-01-06Reorder and reshape the package struct for better packingDan McGee1-12/+13
2014-01-06Minor struct member reordering for packing concernsDan McGee3-5/+7
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee4-11/+18
2014-01-06Log more in search debug messageDan McGee1-1/+2
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee1-3/+0
2014-01-06Clear up definition of INFRQ_ALLDan McGee1-2/+3
2014-01-06Update copyright years for 2014Allan McRae50-50/+50
2014-01-06Copy validation field in _alpm_pkg_dupAllan McRae1-0/+1
2014-01-06Update comment for local db entry creationAllan McRae1-2/+2
2014-01-06deps.c: remove filtered_depend functionsAndrew Gregory1-22/+10
2014-01-06Fix build warnings with --disable-nlsAllan McRae1-1/+1
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory3-12/+16
2013-12-19dload: allow curl to response to any auth challengeDave Reisner1-0/+1
2013-12-15alpm: Rename a variable for future clarityOlivier Brunel1-7/+7
2013-12-15remove useless continueAndrew Gregory1-1/+0
2013-12-15db.c: require unique database namesAndrew Gregory1-0/+13
2013-12-15alpm_sync_sysupgrade: skip packages being removedAndrew Gregory1-0/+5
2013-12-15Close file descirptor before forkWolfgang Bumiller1-0/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John12-36/+36
2013-11-15log important events from the backendAndrew Gregory2-0/+27
2013-11-15Ignore makedepend and checkdepend entries when parsing .PKGINFO fileAllan McRae1-0/+4
2013-11-08alpm_handle: store lock file descriptorAndrew Gregory2-17/+10
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory1-2/+10
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John1-1/+1
2013-11-08version: fix formatting in file to RPM upstreamDave Reisner1-21/+21
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory3-7/+7
2013-10-31libalpm/db.c: default to ALPM_DB_USAGE_ALLAndrew Gregory1-0/+1
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory4-89/+80
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae5-11/+19
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae5-11/+12
2013-10-15Ensure packages have a valid versionAllan McRae1-0/+4
2013-10-15Fix progress bar overflow while checking package integrityAllan McRae1-3/+5
2013-10-15Report which package is missing a signatureAllan McRae1-1/+4
2013-10-14libalpm: move function pointer conditionslavomir vlcek1-4/+6
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse2-17/+22
2013-09-04libalpm: introduce a usage level for reposDave Reisner7-4/+76
2013-09-04libalpm: avoid name space conflictSami Kerola1-35/+35
2013-09-04alpm: log errors for scriptlets terminated by a signalDave Reisner1-0/+9
2013-08-21conflict.c: fix directory ownership checkAndrew Gregory1-4/+12
2013-08-21Do not refer to FlySpray numbersAllan McRae2-2/+2
2013-07-30Remove setlocale usage from the backendAllan McRae1-15/+0
2013-07-30Warn when directory ownership differs between filesystem and packageAllan McRae1-1/+15
2013-07-22Update gitignore files for use with autoreconfAllan McRae1-1/+9
2013-07-22Remove autotools filesAllan McRae1-444/+0
2013-07-22be_sync: avoid crashing on files in the root of a DBDave Reisner1-0/+8
2013-07-22Hide unused parameter warnings when building without libcurlAllan McRae1-0/+3
2013-07-22Add missing headerAllan McRae1-0/+1