summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2012-04-25util/testdb: don't return crazy error valuesDan McGee1-4/+4
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner1-1/+1
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-1/+1
2012-02-13Merge branch 'maint'Dan McGee1-6/+6
2012-02-13testpkg: set gpgdirAllan McRae2-0/+5
2012-02-13Move ROOTDIR definition into config.hAllan McRae1-1/+0
2012-02-11pactree: allow comments after repo section headerAllan McRae1-6/+6
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee3-6/+6
2012-01-07testdb: check local database for duplicate filesDan McGee1-7/+78
2011-12-23pactree: cleanup register_syncsDave Reisner1-6/+9
2011-12-23pactree: update with new strtrim functionDave Reisner1-9/+9
2011-12-22include config.h via MakefilesDave Reisner5-9/+4
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder4-4/+4
2011-11-01Merge branch 'maint'Dan McGee1-1/+1
2011-11-01src/util: link vercmp against .lo, not the .oDave Reisner1-1/+1
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee3-9/+9
2011-10-11pactree: Make error message smarter in register_syncs()Lukas Fleischer1-1/+1
2011-10-11pactree: Add "--config" optionLukas Fleischer1-3/+15
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee1-9/+6
2011-09-18src/util: provide strndup definitions where neededDave Reisner2-0/+44
2011-09-18pactree: include missing ctype.h headerDave Reisner1-0/+1
2011-08-30pacsort: use boolean, not binary OR operationDave Reisner1-1/+1
2011-08-29Better error handling out of package load methodDan McGee1-0/+3
2011-08-26strtrim: don't move empty stringDan McGee1-1/+6
2011-08-22pacsort: correct list freeingPang Yan Han1-1/+1
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee1-1/+1
2011-08-22pacsort: correct pointer type in list_newPang Yan Han1-2/+2
2011-08-08mark option structs as constDave Reisner1-1/+1
2011-08-08src/util/Makefile.am: alphabetize targetsDave Reisner1-9/+9
2011-08-08pacsort: add new utilityDave Reisner3-2/+400
2011-07-28Tidy up testdb to match coding stylesDan McGee1-4/+8
2011-07-06Remove most usages of strncmp()Dan McGee1-1/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee4-4/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae3-7/+7
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae4-4/+4
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae3-3/+3
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-1/+1
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-1/+1
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae3-8/+8
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae2-3/+3
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae4-4/+4
2011-06-27Fix several -Wshadow warningsDan McGee2-3/+3
2011-06-24pactree: add -s option to walk sync DBsDave Reisner1-4/+92
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner1-12/+25
2011-06-24Do database signature checking at load timeDan McGee2-2/+2
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee2-7/+6
2011-06-16Make struct pmconflict_t publicDan McGee1-2/+2
2011-06-14Move pm_errno onto the handleDan McGee4-23/+16