summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
Commit message (Expand)AuthorAge
* be_local: Use alpm_greedy_growFlorian Pritz2014-03-03
* local_db_populate: initialize empty pkgcacheAndrew Gregory2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Update comment for local db entry creationAllan McRae2014-01-06
* libalpm: introduce a usage level for reposDave Reisner2013-09-04
* Restore libarchive 2.8.x compatibilityDan McGee2013-01-29
* Use libarchive compat header for relevant symbolsDave Reisner2013-01-29
* Update copyright year for 2013Allan McRae2013-01-03
* Add public functions for accessing mtree dataAllan McRae2012-12-14
* Add internal functions for reading mtree file from local dbAllan McRae2012-12-14
* Plug various minor memory leaksAndrew Gregory2012-12-14
* Move filelist functions into separate source fileDan McGee2012-08-02
* lib/be_local: ensure local filelists are sortedDave Reisner2012-08-01
* add line length parameter to _alpm_strip_newlineDave Reisner2012-06-25
* Convert ALLOC_FAIL macro into a functionDan McGee2012-04-29
* be_local: use the right length value for filename in all casesDan McGee2012-04-29
* be_local: write all single-valued attributes firstDan McGee2012-04-24
* Prefix alpm_pkgfrom_t members with ALPM_Allan McRae2012-04-07
* Prefer fputs/fputc over fprintf when writing local databaseDan McGee2012-03-16
* Extract a write_deps function from local database writingDan McGee2012-03-16
* Remove unnecessary path check from local databaseDan McGee2012-03-16
* Add information on how an installed package was validatedAllan McRae2012-03-08
* Hook new optdepend structures upBenedikt Morbach2012-03-08
* Update copyright yearsAllan McRae2012-02-20
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* 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