summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
Commit message (Expand)AuthorAge
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Add a 'valid' flag to the database objectDan McGee2011-06-24
* Move database 'version' check to registration timeDan McGee2011-06-24
* Do database signature checking at load timeDan McGee2011-06-24
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* Avoid setting sigverify option twiceDan McGee2011-06-14
* conf: do batch processing of repo sectionsDan McGee2011-06-13
* conf: _parseconfig() cleanups and documentationDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* Revamp pacman setup code to handle new alpm initialize routineDan McGee2011-06-07
* Rework config parsing to reduce variable duplicationDan McGee2011-05-05
* Refactor VerifySig option value parsing into standalone methodDan McGee2011-05-05
* Improve database server APIDan McGee2011-05-05
* Make config parsing a two-part affairDan McGee2011-05-05
* Move parseconfig to conf.cDan McGee2011-05-05
* Style change: return(x) --> return xDan McGee2011-03-20
* Update copyright years for 2011Allan McRae2011-01-07
* Bump copyright dates to 2010Dan McGee2010-03-14
* Add new --print operation for all operationsXavier Chantry2010-03-14
* Add a fetch callback to allow front-end download supportSebastian Nowicki2009-07-22
* Update copyright headers and messagesDan McGee2009-07-01
* HoldPkg reworkNagy Gabor2009-01-12
* Remove unnecessary initialization in new functionsDan McGee2008-09-03
* Add SyncFirst option.Chantry Xavier2008-05-13
* Make all error messages use pm_fprintfAllan McRae2008-05-11
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Make pacman path handling (hopefully) a bit more intuitiveDan McGee2007-12-02
* War on whitespaceDan McGee2007-11-16
* Clean up usage of extern variablesDan McGee2007-11-04
* When printing size_t, use %zdDan McGee2007-10-29
* Make some small changes recommended by splintDan McGee2007-09-11
* Post trial install changes, round oneDan McGee2007-08-21
* Fix up things after the last few changesDan McGee2007-06-09
* More pacman side cleanupDan McGee2007-04-26
* Remove more unnecessary stuffDan McGee2007-04-25
* Remove unnecessary includes of downloadprog.hDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* Add void to functions with empty parameter listDan McGee2007-04-14
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* Debug logging changes:Aaron Griffin2007-01-31
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* A few minor updates so --root works again.Aaron Griffin2006-12-08
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14