summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
Commit message (Expand)AuthorAge
...
* Enhance and utilize database status flagsDan McGee2011-08-18
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Remove checksum access indirectionDan McGee2011-08-15
* Load and allow access to sha256sumDan McGee2011-08-15
* Store a package info level flag if we fail to load dataDan McGee2011-08-08
* Don't trim whitespace when reading database entriesDan McGee2011-08-02
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Move alpm filelists to a struct objectDan McGee2011-07-03
* | be_local: use macros in database loading similar to be_syncDan McGee2011-07-03
|/
* Add an alpm_db_get_valid() public functionDan McGee2011-06-30
* Make local_db_read() private to the local backendDan McGee2011-06-30
* Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae2011-06-28
* Rename pmbackup_t to alpm_backup_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae2011-06-28
* Make sync DB reading a bit more flexibleDan McGee2011-06-24
* Add a 'valid' flag to the database objectDan McGee2011-06-24
* Move database 'version' check to registration timeDan McGee2011-06-24
* Convert backup list to new pmbackup_t typeDan McGee2011-06-22
* Documented purpose of be_*.cKerrick Staley2011-06-20
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* New signatures for alpm initialize and releaseDan McGee2011-06-07
* Remove global handle from some package and db codeDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Add handle attribute to pmpkg_t structDan McGee2011-06-03
* Add handle attribute to pmdb_t structDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Merge branch 'maint'Dan McGee2011-05-05
|\
| * Ensure populate error return codes are consistentDan McGee2011-05-05
* | Logging changes during DB loadDan McGee2011-05-05
* | Deal with unused function parameters correctlyAllan McRae2011-05-04
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | lib: remove dead code in be_local and be_packageDave Reisner2011-04-20
* | Remove indirection on get_name and get_version operationsDan McGee2011-04-15
* | Merge branch 'maint'Dan McGee2011-04-05
|\|
| * libalpm/be_local.c: unused variable entXavier Chantry2011-04-04
* | Merge branch 'maint'Dan McGee2011-03-21
|\|
| * Fix assignment before NULL checkDan McGee2011-03-20
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Ensure d_type is not DT_UNKNOWN before relying on itDan McGee2011-03-01
* Check local DB version before continuing transactionDan McGee2011-02-28