summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* Merge branch 'maint'Dan McGee2008-03-09
|\
| * testpkg reworkNagy Gabor2008-03-01
* | testdb : add conflicts checking.Chantry Xavier2008-01-23
|/
* testdb : fix wrong usage of checkdeps.Chantry Xavier2007-12-21
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* testdb.c : add vim modeline according to HACKING, and reindent the file.Chantry Xavier2007-12-08
* Fix for sync1003 and sync1004 pactestsNagy Gabor2007-11-25
* War on whitespaceDan McGee2007-11-16
* testdb: remove requiredby checkingDan McGee2007-11-14
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* vercmp: add some usage instructionsDan McGee2007-11-04
* Fix basename usage in pacman and utilitiesDan McGee2007-11-04
* Dependency error/log messages fixNagy Gabor2007-10-26
* One more added include to help compilation elsewhereDan McGee2007-10-23
* util/testdb: fix up function namingDan McGee2007-10-10
* Add 'full' parameter to alpm_pkg_loadDan McGee2007-09-28
* Remove the DB consistency check from pacman and libalpm.Chantry Xavier2007-09-16
* Add testdb util for finding inconsistencies in the database.Chantry Xavier2007-09-11
* make alpm_strerror binding friendlyStefano Esposito2007-09-11
* Make some small changes recommended by splintDan McGee2007-09-11
* src/util: Clean up headers and a few fixesDan McGee2007-08-15
* Remove unnecessary entries from .gitignore filesDan McGee2007-07-16
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Autotool clean up.Andrew Fyfe2007-06-04
* Set the correct type on the log callback functionDan McGee2007-04-26
* Add -pedantic flag to pacman (frontend) CFLAGSDan McGee2007-04-26
* Move .cvsignore -> .gitignoreDan McGee2007-03-27
* * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee2007-03-12
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * handle changes: callbacks should check handle first, as there's a fewAaron Griffin2007-03-04
* * libtool fixes for building against the right libsAaron Griffin2007-03-04
* * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee2007-02-22
* TODO update and .cvsignore additionDan McGee2007-02-12
* Added 'testpkg' binary to test for validity of a package:Aaron Griffin2007-02-12
* * Fix compile errors/warnings.Dan McGee2007-02-09
* * I made "alpm_versioncmp" public a while back, without noticing this was alr...Aaron Griffin2007-02-09
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* * Fix building outside $(srcdir).Jürgen Hötzel2007-01-29
* -std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix itAaron Griffin2006-11-23
* * Whoops util MakefileAaron Griffin2006-11-22
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* Whoops, actually remove convertdb this timeAaron Griffin2006-10-15
* Removed convertdbAaron Griffin2006-10-15
* include changes so that this compilesAaron Griffin2006-10-15
* added .cvsignore filesAurelien Foret2006-03-27
* improved _alpm_list_free handlingAurelien Foret2006-02-22
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* copyright updateAurelien Foret2006-02-07
* code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret2006-01-07
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05