summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-10-20A handful of minor changes:Aaron Griffin
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter
2006-10-19From VMiklos <vmiklos@frugalware.org>Aaron Griffin
* alpm_db_update() fix up the level parameter till now when it was "1", it meant false, which was not in sync with the C logic :)
2006-10-19Removed old db files (unused)Aaron Griffin
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin
2006-10-15Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin
for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there
2006-10-15Applied changes from frugalware:Aaron Griffin
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061009002226-e2957-93b82621b6b060312559ea0539699f659bd9cb97.gz
2006-10-15Added po filesAaron Griffin
2006-10-15Whoops, actually remove convertdb this timeAaron Griffin
2006-10-15Removed convertdbAaron Griffin
2006-10-15Added alpm function docs alongAaron Griffin
pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
2006-10-15Corrected documentation compilation - succeeds nowAaron Griffin
2006-10-15include changes so that this compilesAaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin
to list. The diff should show you 8)
2006-07-14Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet
DB in an inconsistent state
2006-06-28i18n stuffJudd Vinet
2006-05-15patch: check strlen of str, NOT msg, which is always trueJudd Vinet
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-27added .cvsignore filesAurelien Foret
2006-03-21fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-03-13removed pacman.hAurelien Foret
2006-03-13- removed pacman.hAurelien Foret
- removed unuseful extern declarations - set pacman.c internal functions as static
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-03-04- changed flags type from char to intAurelien Foret
- downloadonly implies FLAG_NOCONFLICTS
2006-03-02fixed HoldPkg implementationAurelien Foret
2006-03-01disable progress bar if the output is redirected (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-02-22fixed indentationAurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-22fixed outputs when downloadonly flag is set (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-02-20the library must provide default values for main optionsAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-02-16sync with pacman 2.9.8Aurelien Foret
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret
2006-02-15fixed a compilation warningAurelien Foret
2006-02-15fixed a typoAurelien Foret
2006-02-14used MALLOC macro when possibleAurelien Foret
2006-02-14- added a WARN macro to display warningsAurelien Foret
- used ERR macro for error messages
2006-02-14fixed a compilation warningAurelien Foret
2006-02-14better use ERR than fprintf for error messagesAurelien Foret
2006-02-14added the possibility to force synctree update by using -SyyAurelien Foret
2006-02-07copyright updateAurelien Foret
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret
2006-02-04fixed a possible memory leakAurelien Foret
2006-02-04- moved yesno() from util.c to log.cAurelien Foret
- fixed a missing line feed in yesno when printing the message
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-29added a missing trans_release before pacman_sync callAurelien Foret
2006-01-28cleanup up error cases handling in pacman_deptestAurelien Foret
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet
2006-01-27added a missing error message in case of lock failureAurelien Foret