summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
Commit message (Expand)AuthorAge
...
* Remove rmrf implementation from backendDan McGee2012-01-23
* pkghash improvements/modificationsDan McGee2012-01-02
* include config.h via MakefilesDave Reisner2011-12-21
* Slight local database files reading optimizationDan McGee2011-12-07
* Introduce alpm_time_t typeDan McGee2011-10-12
* Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee2011-09-30
* Revamp scriptlet path formation for scriptlets in local databaseDan McGee2011-09-30
* Reduce path allocation on the stack in local databaseDan McGee2011-09-19
* be_local: cope with a desc file without trailing newlineDan McGee2011-09-18
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* More package operations cleanupDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* Database read optimizationsDan McGee2011-08-28
* Check local database status flag in db_write sanity check blockDan McGee2011-08-28
* Remove alpm_option_get_* usage from backendDan McGee2011-08-19
* Remove use of no-op accessor functions in libraryDan McGee2011-08-18
* 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