summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-04Use correct C type for file sizesDan McGee14-50/+66
2008-06-04libalpm/md5: Fix license headerDan McGee2-6/+4
2008-05-31makepkg: remove some dead TODO codeDan McGee1-7/+0
2008-05-31Allow GIT version to be used in pacman buildsDan McGee4-16/+51
2008-05-30Fix versioncmp regression after updateDan McGee3-18/+59
2008-05-30Add simple vercmp test scriptDan McGee2-2/+81
2008-05-30Add missing NULL set in group printingDan McGee1-2/+4
2008-05-29Merge branch 'maint'Dan McGee1-89/+89
2008-05-29Add trailing / to DESTDIR for stupid Makefiles.Geoffroy Carrier1-1/+1
2008-05-29Tidy up of the handle struct in libalpmAllan McRae2-5/+1
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry3-4/+0
2008-05-29be_files : stores REPLACES and FORCE in desc.Xavier Chantry1-11/+10
2008-05-29Pactests for sync operations with NoUpgrade and NoExtractAllan McRae2-0/+33
2008-05-29makepkg - add check for valid options in PKGBUILDAllan McRae1-20/+21
2008-05-29Add some verbosity to _alpm_db_read.Nagy Gabor1-2/+18
2008-05-29Fix for remove052.py by moving recursedeps before checkdeps.Nagy Gabor1-1/+7
2008-05-29Pactest for removing multiple items in a dependency chain.Allan McRae1-0/+21
2008-05-29No error in makepkg when removing deps failsAllan McRae1-2/+9
2008-05-29Use chown 0:0 instead of root.rootSebastian Nowicki1-2/+2
2008-05-29Use "legacy mode" on Mac OSX (for file command)Sebastian Nowicki1-0/+3
2008-05-29Allow an unprivileged user to create packages without fakerootSebastian Nowicki1-2/+2
2008-05-29du -b is not available on BSD, use du -k instead.Xavier Chantry2-3/+3
2008-05-29Replace usage of "cp -s" with the more portable "ln -s"Sebastian Nowicki1-3/+6
2008-05-17Update of Chinese simplified pacman translation.甘露(Lu.Gan)1-89/+89
2008-05-15Fix compilation warning on x86_64Dan McGee1-1/+1
2008-05-14Disable geteuid in cygwin.Xavier Chantry1-2/+2
2008-05-14pactest: only use fakeroot when it is found.Xavier Chantry1-6/+10
2008-05-14Remove wrapper call around versioncmpDan McGee5-19/+5
2008-05-14Update _alpm_versioncmpDan McGee1-50/+102
2008-05-14Simplify _alpm_pkg_new()Dan McGee5-14/+8
2008-05-14Remove lazy init code from pkg name and version functionsDan McGee1-16/+0
2008-05-14Fix rewinddir regression by cleaning up db_scanXavier Chantry3-91/+37
2008-05-13Remove --builddeps from makepkgDan McGee3-49/+3
2008-05-13Remove an outdated exception check in file conflict codeDan McGee1-20/+0
2008-05-13Add SyncFirst option.Chantry Xavier7-38/+62
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier16-143/+90
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor6-14/+14
2008-05-13Remove errant include of error.hDan McGee1-1/+0
2008-05-12Merge branch 'maint'Dan McGee1-0/+3
2008-05-12Refactor pkg_load/parse_descfile into a new backend fileDan McGee4-244/+285
2008-05-12Remove some useless abstraction and start db cleanupDan McGee4-181/+149
2008-05-12Make all error messages use pm_fprintfAllan McRae8-42/+54
2008-05-12pactest: fix --gdb optionDan McGee1-1/+1
2008-05-10Add detailed description to alpm_pkg_loadSebastian Nowicki1-0/+3
2008-05-10contrib/paclist: list packages installed from given repo.Chantry Xavier3-0/+93
2008-05-10pacsearch: rewrite in perlDan McGee1-60/+103
2008-05-10Update makepath to remove PATH_MAX usageDan McGee2-32/+41
2008-05-10scripts: add -q/--quiet option to repo-add and repo-removeDan McGee3-10/+33
2008-05-10makepkg: Unify start and end messagesDan McGee1-2/+2
2008-05-09Use strdup() instead of a static bufferDan McGee1-14/+24