summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-24Reduce unnecessary get_name() function callsDan McGee1-3/+3
2009-10-24makepkg: use tput for terminal-safe colored and bold textCedric Staniewski1-7/+7
2009-10-24makepkg: define escape sequences globallyCedric Staniewski1-27/+13
2009-10-24makepkg: check for non-empty pkgbase instead of pkgnameCedric Staniewski1-1/+1
2009-10-24pacdiff : add diffsearchpath optionHeiko Baums1-2/+6
2009-10-24makepkg: remove empty .part files after a failed downloadCedric Staniewski1-1/+6
2009-10-20makepkg: fix testing for built package presenceAllan McRae1-2/+2
2009-10-20Merge branch 'maint'Dan McGee2-6/+6
2009-10-20makepkg: allow overriding arch in split packagesAllan McRae3-21/+31
2009-10-20makepkg: allow overriding pkgver and pkgrel in split packagesAllan McRae3-5/+8
2009-10-20dload.c : clear sigaction flag to make valgrind happyXavier Chantry1-0/+1
2009-10-20makepkg, repo-add: replace external commands with bash substitutions where po...Cedric Staniewski2-20/+25
2009-10-20fix for zh_CNGan Lu1-2/+2
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp3-26/+29
2009-10-12Replace hardcoded option numbers with enumerationLaszlo Papp2-28/+46
2009-10-11Introduce new PKGBUILD variable `changelog`Cedric Staniewski5-9/+36
2009-10-11Fix Greek short Y/N translationAllan McRae1-4/+4
2009-10-11use bitwise shift operator in enum "bit field"solsTiCe d'Hiver2-34/+34
2009-10-11Fix stderr redirectionCedric Staniewski1-1/+1
2009-10-11Remove makepath function from frontendLaszlo Papp2-37/+0
2009-10-11Fix "-Sd conflict_pkg" bugNagy Gabor2-15/+28
2009-10-11alpm_list : add new alpm_list_diff_sorted functionXavier Chantry2-17/+70
2009-10-11Rework the alpm_unpack functionsXavier Chantry4-14/+50
2009-10-11update sync200 pactestXavier Chantry1-1/+1
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry4-8/+8
2009-10-11replace rankmirrors by bash cloneXavier Chantry3-193/+204
2009-10-11Minor scope/typing cleanupsDan McGee2-4/+4
2009-10-11libalpm: clean up lock functionDan McGee1-8/+5
2009-10-11Reduce calls to list_count() in removing packageDan McGee1-4/+4
2009-10-11Add missing get_usedelta() methodDan McGee2-0/+10
2009-10-11typing: a few more fixes for special int typesDan McGee6-13/+13
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee10-25/+23
2009-10-11Merge branch 'maint'Dan McGee48-259/+2605
2009-10-11alpm_list : fix a bug in alpm_list_removeXavier Chantry1-0/+1
2009-10-11Minor fix to Greek translationChristos Nouskas1-2/+2
2009-10-11Update Chinese translation甘露(Lu.Gan)2-6/+5
2009-10-07Update Swedish translationChristian Larsson2-31/+28
2009-10-07Update chinese translation甘露(Lu.Gan)2-25/+22
2009-10-07New Greek translationXavier Chantry5-0/+2295
2009-10-07Update translationsXavier Chantry31-184/+75
2009-10-07Update all pot and po files for 3.3.2 releaseXavier Chantry36-80/+221
2009-10-043.2.2 release changesDan McGee3-2/+9
2009-10-04doc: Add HACKING to html targetDan McGee1-1/+6
2009-10-04doc: ensure SyncFirst behavior with flags is clearDan McGee1-2/+5
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry1-4/+14
2009-09-29Merge branch 'maint'Dan McGee3-15/+36
2009-09-29dload : fix infinite download (big type mistake)Xavier Chantry1-7/+22
2009-09-23repo-add: clean up options parsingDan McGee1-12/+1
2009-09-23repo-remove: create empty DB when all packages are removedDan McGee1-5/+11
2009-09-23repo-add: make sure we get size of target fileDan McGee1-3/+3