summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06Update comment for local db entry creationAllan McRae1-2/+2
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-0/+1
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee1-1/+1
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner1-3/+4
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Add public functions for accessing mtree dataAllan McRae1-2/+0
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae1-0/+77
2012-12-14Plug various minor memory leaksAndrew Gregory1-0/+1
2012-08-02Move filelist functions into separate source fileDan McGee1-0/+1
2012-08-01lib/be_local: ensure local filelists are sortedDave Reisner1-0/+2
2012-06-26add line length parameter to _alpm_strip_newlineDave Reisner1-7/+7
2012-04-30Convert ALLOC_FAIL macro into a functionDan McGee1-2/+2
2012-04-30be_local: use the right length value for filename in all casesDan McGee1-2/+3
2012-04-25be_local: write all single-valued attributes firstDan McGee1-18/+20
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-2/+2
2012-03-16Prefer fputs/fputc over fprintf when writing local databaseDan McGee1-11/+15
2012-03-16Extract a write_deps function from local database writingDan McGee1-45/+22
2012-03-16Remove unnecessary path check from local databaseDan McGee1-12/+3
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+43
2012-03-09Hook new optdepend structures upBenedikt Morbach1-2/+4
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-0/+24
2012-01-23Remove rmrf implementation from backendDan McGee1-5/+35
2012-01-03pkghash improvements/modificationsDan McGee1-2/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-07Slight local database files reading optimizationDan McGee1-5/+13
2011-10-12Introduce alpm_time_t typeDan McGee1-5/+4
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee1-4/+4
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee1-9/+10
2011-09-19Reduce path allocation on the stack in local databaseDan McGee1-32/+35
2011-09-19be_local: cope with a desc file without trailing newlineDan McGee1-2/+6
2011-09-19Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-03More package operations cleanupDan McGee1-14/+0
2011-09-03Clean up handling of size fieldsDan McGee1-15/+1
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-2/+2
2011-08-29Database read optimizationsDan McGee1-1/+7
2011-08-29Check local database status flag in db_write sanity check blockDan McGee1-5/+1
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-2/+1
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-3/+2
2011-08-18Enhance and utilize database status flagsDan McGee1-0/+20
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-12/+19
2011-08-15Remove checksum access indirectionDan McGee1-14/+0
2011-08-15Load and allow access to sha256sumDan McGee1-0/+7
2011-08-08Store a package info level flag if we fail to load dataDan McGee1-3/+11
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-6/+6
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-9/+32
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-30/+30
2011-07-03Move alpm filelists to a struct objectDan McGee1-5/+8
2011-07-03be_local: use macros in database loading similar to be_syncDan McGee1-77/+43