summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-1/+1
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-1/+3
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee1-0/+2
2011-09-22config parsing: include file and line number in more errorsDan McGee1-12/+20
2011-09-22Pull option names out of messages in config parsingDan McGee1-7/+9
2011-09-22Check capabilities in SigLevel option parsingDan McGee1-2/+11
2011-09-22Move default siglevel value from backend to frontendDan McGee1-7/+3
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee1-10/+14
2011-09-03Former transaction callback rename refactorDan McGee1-3/+3
2011-09-03Move all callbacks up to the handle levelDan McGee1-0/+3
2011-08-23Retrieve default SigLevel value from backend after initial settingDan McGee1-0/+3
2011-08-08Check return value of rename() callsDan McGee1-2/+6
2011-08-02Implement parsing of the new SigLevel directiveDan McGee1-31/+105
2011-07-06fix segfault if pacman.conf can't be readFlorian Pritz1-1/+3
2011-07-05signing: move to new signing verification and return schemeDan McGee1-18/+20
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-54/+54
2011-06-29Rename public functions with grp in their nameAllan McRae1-1/+1
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-2/+2
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-24Add a 'valid' flag to the database objectDan McGee1-1/+1
2011-06-24Move database 'version' check to registration timeDan McGee1-0/+3
2011-06-24Do database signature checking at load timeDan McGee1-13/+3
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-1/+1
2011-06-14Avoid setting sigverify option twiceDan McGee1-1/+0
2011-06-14conf: do batch processing of repo sectionsDan McGee1-49/+100
2011-06-14conf: _parseconfig() cleanups and documentationDan McGee1-19/+38
2011-06-14Move pm_errno onto the handleDan McGee1-5/+5
2011-06-09Require handle for alpm_db_register_sync()Dan McGee1-1/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-20/+22
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee1-1/+1
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee1-91/+114
2011-05-05Rework config parsing to reduce variable duplicationDan McGee1-32/+25
2011-05-05Refactor VerifySig option value parsing into standalone methodDan McGee1-21/+32
2011-05-05Improve database server APIDan McGee1-1/+1
2011-05-05Make config parsing a two-part affairDan McGee1-71/+91
2011-05-05Move parseconfig to conf.cDan McGee1-0/+600
2011-03-21Style change: return(x) --> return xDan McGee1-4/+4
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15Add new --print operation for all operationsXavier Chantry1-0/+1
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-0/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-01-13HoldPkg reworkNagy Gabor1-0/+1
2008-09-03Remove unnecessary initialization in new functionsDan McGee1-4/+0
2008-05-13Add SyncFirst option.Chantry Xavier1-0/+2
2008-05-12Make all error messages use pm_fprintfAllan McRae1-2/+4
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee1-0/+6