- Sep 23, 2009
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 22, 2009
-
-
Dan McGee authored
Get them a bit more standardized across the board, as they were quite a mess. Also note the two new translations we received for 3.3.1. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Laszlo Papp authored
This is for 3.3.0, not for 3.3.1. But since there are only like 10 messages missing, it seems worth including now. Signed-off-by: Christian Larsson <congacx@gmail.com> Signed-off-by: Laszlo Papp <djszapi2@archlinux.us> [Dan: fix some busted translation strings] Signed-off-by: Dan McGee <dan@archlinux.org>
-
Ondrej Kucera authored
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
-
Rodrigo Flores authored
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
-
Laszlo Papp authored
Signed-off-by: Hans-Kristian Arntzen <maister@archlinux.us> Signed-off-by: Laszlo Papp <djszapi@archlinux.us> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 20, 2009
-
-
Mateusz Herych authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Dan McGee authored
-
Laszlo Papp authored
./src/pacman/package.c: - small typo fix ./src/pacman/pacman.c: - strdup is changed to strndup, because it's safer like in case of config option Signed-off-by: Laszlo Papp <djszapi2@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 18, 2009
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Giovanni Scafora authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Roman Kyrylych authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Samed Beyribey authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Juan Pablo González Tognarelli authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Serhii Tereshchenko authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Volodia Macovei authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Baurzhan Muftakhidinov authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Nagy Gabor authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
Matthias Gorissen authored
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
-
- Sep 17, 2009
-
-
Dan McGee authored
Bump versions in configure.ac; update NEWS accordingly Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
Add more untranslated strings, improve consistency, etc. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 15, 2009
-
-
Nagy Gabor authored
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Nagy Gabor authored
After commit 774c2527 the --debug output shows 5-6 "syntax error..." lines for each package. After this patch pacman recognizes makepkgopt as a valid key, but doesn't do anything. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
This doesn't quite work, as can be seen by the pactest results: Total = 179 Pass = 108 ( 60.34%) Expected Fail = 5 ( 2.79%) Unexpected Pass = 0 ( 0.00%) Fail = 66 ( 36.87%) If you peek inside '_alpm_db_new' when it gets called for the sync databases, the base dbpath is still at the default value, causing things like pactest to fail miserably. We need some further work to do fully lazy loading, and that belongs on master, not maint. This reverts commit a2cd4896. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 09, 2009
-
-
Xavier Chantry authored
Lazy opening of databases is supported since 34e1413d. We don't need that setlibpath call each time we register a database. Besides this caused a memleak in case setlibpath failed, because setlibpath exit directly and we did not do the cleanup part (section string was not freed, and a file descriptor remained open). Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 07, 2009
-
-
Xavier Chantry authored
This fixes FS#15870 Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
See FS#15984 After commit 02acf65e, the --source behavior changed. Thanks to Dan for actually writing the new sentence :) Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 06, 2009
-
-
Dan McGee authored
-
Francois Charette authored
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
Make bunzip2/xz/gunzip decompressing to stdout, because gzip does not offer something like a -k option. The selection of the decompression command for gzip/bzip2/xz compressed files now also depends on the file suffix, since we need to strip the extensions to get the output filename. Thanks to Cedric Staniewski <cedric@gmx.ca> for reporting this issue and contributing patches. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Henning Garus authored
Commit 6f97842a started using libfetch's conditional GET. This requires libfetch to be version 2.21 or greater. Change configure.ac to check for the existence of the last_modified field in the url struct, which was introduced with libfetch 2.21. Signed-off-by: Henning Garus <henning.garus@gmail.com> [Xav : moved AC_CHECK_MEMBER outside of AC_CHECK_LIB] Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Serhii Tereshchenko authored
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
Implements FS#15830 This option allows to build a PKGBUILD with no checksums Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Aug 19, 2009
-
-
Xavier Chantry authored
http://bbs.archlinux.org/viewtopic.php?id=77396 Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
libfetch supports checking mtime so we do not need to do it manually. when the databases are already up-to-date, initiating a connection with fetchXGet and closing it right after with fetchIO_close took a very long time (up to 10min!) on some network. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> (cherry picked from commit d7675e39)
-
Xavier Chantry authored
after commit 8feccaed, -g was no longer added with --enable-debug. So if CFLAGS was set (if unset, it defaults to -g -O2) and didn't contain -g, we ended with no debug symbols.. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Xavier Chantry authored
For example, if no package is outdated, -Qu will return 1. This implements FS#15938 Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-