index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-16 | Remove the DB consistency check from pacman and libalpm. | Chantry Xavier | |
This reverts commit dfc85cb5f516ffbcff557522e9703c5c7d88b047 and b6f3fe6957d0206485eac98fb2120578b75d0058. This DB check is already in testdb (among others). Also testdb now uses the db path set at make time by default, so specifying the db path is optional. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-09-11 | Add testdb util for finding inconsistencies in the database. | Chantry Xavier | |
Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-08-15 | src/util: Clean up headers and a few fixes | Dan McGee | |
Remove some unnecessary headers in the two utilities as well as fix a possible non-null termination issue in vercmp. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-06-04 | Autotool clean up. | Andrew Fyfe | |
* Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-04-26 | Add -pedantic flag to pacman (frontend) CFLAGS | Dan McGee | |
Now that we got rid of the ERR and WARN macros, compilation with -pedantic turned on works with only minor changes. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-12 | * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to be | Dan McGee | |
duplicated. * Updated the util Makefile.am to link with the proper libalpm.la. * Fixed bitmasking issues in be_files.c and db.h. * Rankmirrors updates from James Rosten (with some cleaning up of my own). KeyboardInterrupts are now handled gracefully. | |||
2007-03-04 | * handle changes: callbacks should check handle first, as there's a few | Aaron Griffin | |
occasions where some alpm stuff could be used without initializing the library (vercmp is one). TODO make these functions (handle accessors) better by returning "library not initialized" instead of failing. * Removed NoUpgrade lines from pacman.conf - we need to test this! * Re-corrected the lib targets for src/util/* * make dist seems to have updated the po files | |||
2007-03-04 | * libtool fixes for building against the right libs | Aaron Griffin | |
2007-02-22 | * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck' | Dan McGee | |
to work as expected. | |||
2007-02-12 | Added 'testpkg' binary to test for validity of a package: | Aaron Griffin | |
testpkg <package file>, returns 0 on success, 1 on failure failure will also output error messages to stdout | |||
2007-01-29 | * Fix building outside $(srcdir). | Jürgen Hötzel | |
* Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure. | |||
2006-11-23 | -std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix it | Aaron Griffin | |
at the moment, so this workaround works. | |||
2006-11-22 | * Whoops util Makefile | Aaron Griffin | |
* Slight modification to depcmp debug output | |||
2006-11-22 | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | |
* Modified some dependancy checking * Changed "performing local database upgrade" message to be more clear * Change 'usize' to 'isize' in database files * Scriptlet output is now sent to pacman's log file * Limited some debugging output to be more clear | |||
2006-10-15 | Whoops, actually remove convertdb this time | Aaron Griffin | |
2006-10-15 | Removed convertdb | Aaron Griffin | |
2005-10-17 | added first part of the autoconf stuff - patch from Christian Hamar ↵ | Judd Vinet | |
<krics@linuxforum.hu> |