Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | Added initialization code for database siglevel | Kerrick Staley | 1 | -0/+1 |
2011-06-14 | Fix all current return(x) usages | Dan McGee | 1 | -2/+2 |
2011-06-09 | Require handle for alpm_db_register_sync() | Dan McGee | 1 | -4/+1 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -1/+1 |
2011-06-07 | New signatures for alpm initialize and release | Dan McGee | 1 | -1/+1 |
2011-06-03 | Remove global handle from some package and db code | Dan McGee | 1 | -6/+5 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove unnecessary handle != NULL asserts | Dan McGee | 1 | -8/+0 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -60/+0 |
2011-05-05 | Improve database server API | Dan McGee | 1 | -16/+80 |
2011-04-24 | signing: let GPGME handle loading signatures from files | Dan McGee | 1 | -23/+0 |
2011-04-21 | Rename gpgsig struct fields for clarity | Dan McGee | 1 | -3/+3 |
2011-04-21 | Form the signature file location in one place | Dan McGee | 1 | -8/+1 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -3/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -3/+3 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -1/+1 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 1 | -53/+12 |
2011-04-09 | Move documentation of public database functions to alpm.h | Rémy Oudompheng | 1 | -53/+12 |
2011-04-05 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-04-05 | db.c: set pm_errno appropriately in alpm_db_set_pkgreason() | Rémy Oudompheng | 1 | -1/+1 |
2011-03-29 | Merge branch 'maint' | Dan McGee | 1 | -4/+1 |
2011-03-29 | Fix an outdated comment | Dan McGee | 1 | -4/+1 |
2011-03-28 | Temporary fix for new warnings from gcc 4.6 | Dan McGee | 1 | -0/+1 |
2011-03-25 | Merge branch 'maint' | Dan McGee | 1 | -6/+2 |
2011-03-24 | alpm/db: do not close local DB in alpm_db_unregister_all | Dave Reisner | 1 | -6/+2 |
2011-03-24 | Refactor signature loading code into common function | Dan McGee | 1 | -50/+14 |
2011-03-24 | Add functions for verifying database signature | Allan McRae | 1 | -0/+65 |
2011-03-23 | Added gpg verification options per repo to the config file. | Xavier Chantry | 1 | -0/+18 |
2011-03-23 | Remove unnecessary sanity check on db->setserver | Dan McGee | 1 | -12/+0 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -60/+60 |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee | 1 | -0/+8 |
2011-02-25 | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 1 | -6/+6 |
2011-02-25 | alpm: remove public visibility of pmpkghash_t | Dave Reisner | 1 | -18/+3 |
2011-02-04 | Actually remove packages from pkghash on removal | Allan McRae | 1 | -1/+1 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 1 | -14/+41 |
2011-01-29 | Remove need to explicitly register the local DB | Dan McGee | 1 | -15/+0 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -1/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-14 | Correctly force load of package reason | Dan McGee | 1 | -5/+1 |
2010-12-13 | dirent usage cleanup | Dan McGee | 1 | -1/+0 |
2010-10-14 | Move and rename splitname | Allan McRae | 1 | -46/+0 |
2010-10-14 | Restrict visibility of checkdbdir and get_pkgpath | Allan McRae | 1 | -37/+0 |
2010-10-14 | Populate sync db from archive | Allan McRae | 1 | -2/+8 |
2010-10-14 | Completely separate local and sync db handling | Allan McRae | 1 | -7/+1 |
2010-10-14 | Separate be_files into be_sync and be_local | Allan McRae | 1 | -52/+3 |
2010-10-13 | Move db cache handling functions | Allan McRae | 1 | -0/+243 |
2010-10-13 | Move database handling utility functions | Allan McRae | 1 | -0/+77 |
2010-10-13 | Fix documentation syntax and typo | Allan McRae | 1 | -1/+1 |
2010-10-13 | Initial hack at a DB operations struct | Dan McGee | 1 | -6/+17 |
2010-10-13 | Move the cache stuff where it should be | Dan McGee | 1 | -1/+1 |