summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-20/+26
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-2/+2
2011-07-03Move alpm filelists to a struct objectDan McGee1-4/+34
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-2/+2
2011-06-30Make local_db_read() private to the local backendDan McGee1-0/+8
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae1-2/+2
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-76/+76
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-3/+3
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-2/+2
2011-06-27Fix several -Wshadow warningsDan McGee1-3/+3
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-2/+5
2011-06-20Correctly duplicate delta objectsDan McGee1-1/+3
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee1-0/+28
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-1/+35
2011-06-14Small handle related cleanupsDan McGee1-2/+1
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee1-3/+4
2011-06-14Move pm_errno onto the handleDan McGee1-14/+18
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-2/+2
2011-06-03Remove global handle from some package and db codeDan McGee1-7/+4
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Add handle attribute to pmpkg_t structDan McGee1-2/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-16/+0
2011-05-05Dan broke my patchAllan McRae1-1/+1
2011-05-04Deal with unused function parameters correctlyAllan McRae1-3/+16
2011-04-24Rein in the complexity of the signature typeDan McGee1-40/+1
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-13/+14
2011-04-21Header inclusion cleanupDan McGee1-4/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-40/+6
2011-04-16Remove indirection on get_name and get_version operationsDan McGee1-6/+2
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng1-40/+6
2011-04-05Merge branch 'maint'Dan McGee1-0/+9
2011-04-01Add default changelog functions to pkg_operationsDan McGee1-0/+9
2011-03-28Merge branch 'maint'Dan McGee1-8/+8
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee1-8/+8
2011-03-23Allow PGP signature to be read from sync databaseDan McGee1-0/+39
2011-03-21Merge branch 'maint'Dan McGee1-1/+1
2011-03-21Fix comparison to 0 rather than NULLDan McGee1-1/+1
2011-03-21Style change: return(x) --> return xDan McGee1-16/+16
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-1/+1
2011-01-22Remove epoch as an independent fieldDan McGee1-20/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Declare all local functions staticAllan McRae1-26/+26
2010-12-30Detect undefined PATH_MAXAllan McRae1-1/+0
2010-12-14Used hashed package name in _alpm_pkg_findDan McGee1-2/+13
2010-12-14When setting package name, set hash value as wellDan McGee1-0/+1
2010-12-14Abstract has_scriptlet() to package ops structDan McGee1-11/+3