summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Use 32-bit wide integer type in PolarSSL codeDan McGee3-85/+89
2012-01-03Merge branch 'maint'Dan McGee1-3/+3
2012-01-03pkghash improvements/modificationsDan McGee4-55/+79
2012-01-02Minor optimization on likely sync package lookupDan McGee1-1/+2
2012-01-02be_package.c: fix compiler warningAllan McRae1-1/+1
2012-01-02Remove unnecessary counters in file removal codeDan McGee1-5/+3
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee1-7/+14
2012-01-02Only compile delta regex onceDan McGee5-16/+30
2012-01-01Fix delta parsingDan McGee1-1/+2
2012-01-01Simplify hash function to a single multiplicationDan McGee1-1/+1
2011-12-29Fix bogus string cast in search debug messageDan McGee1-3/+3
2011-12-23Remove strtrim function from backendDan McGee2-42/+0
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee1-9/+12
2011-12-23Rework package removal codeDan McGee1-45/+54
2011-12-22Created hex_representation() in lib/libalpm/util.cDiogo Sousa1-33/+27
2011-12-22include config.h via MakefilesDave Reisner29-56/+3
2011-12-21Don't check diskspace when using --dbonlyDan McGee1-1/+1
2011-12-13sync: avoid checking file conflicts with --dbonlyDave Reisner1-1/+1
2011-12-13delta: use regex substring matchingDave Reisner1-23/+20
2011-12-12Calculate root length only once when checking for file conflictsDan McGee1-3/+5
2011-12-12lib/conflict: save strlen call by reusing snprintf returnDave Reisner1-2/+3
2011-12-12code syntax cleanupDave Reisner2-14/+14
2011-12-07Move items around in the alpm handle structDan McGee1-1/+1
2011-12-07Slight local database files reading optimizationDan McGee1-5/+13
2011-12-07Merge branch 'maint'Dan McGee2-1/+4
2011-12-06Use correct size in memsetDan McGee1-1/+1
2011-12-05Enforce signature download size limit on -U <url> operationsDan McGee1-0/+3
2011-12-01Merge branch 'maint'Dan McGee1-1/+1
2011-12-01_alpm_ldconfig: return value from _alpm_run_chrootDan McGee1-1/+1
2011-12-01Add helper function for duplicating depends listsDan McGee1-27/+31
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com2-30/+124
2011-11-21add key algo to import msgFlorian Pritz2-0/+21
2011-11-21change gpg import message to resemble gpg --list-keysFlorian Pritz2-0/+4
2011-11-16Update alpm_errno_t type to non-enum versionDan McGee1-1/+1
2011-11-16Merge branch 'maint'Dan McGee30-183/+197
2011-11-16Add helper method for creating and opening archive objectDan McGee5-91/+122
2011-11-16Update translations from TransifexDan McGee2-33/+34
2011-11-15Allow sync_prepare to work in certain cases without sync databasesDan McGee2-10/+19
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder6-14/+14
2011-11-14Update translations from TransifexDan McGee27-140/+144
2011-11-14Updates in preparation for 4.0.1 releaseDan McGee1-2/+2
2011-11-13add support for back end fnmatch'd optionsDave Reisner5-6/+13
2011-11-11invert iteration order for ignoregroupDave Reisner1-2/+2
2011-11-07Merge branch 'maint'Dan McGee1-1/+1
2011-11-02Fix thinko in _alpm_strip_newlineDan McGee1-1/+1
2011-11-01libalpm/util: don't use sprintf to convert from bin to hexDan McGee1-10/+14
2011-11-01Fix size reported in CALLOC allocation failure messageDan McGee1-1/+1
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee2-39/+65
2011-11-01libalpm/util: use low-level I/O for copyfile and checksum routinesDan McGee1-55/+61
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee4-28/+24