summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2006-10-20A handful of minor changes:Aaron Griffin2-2/+11
* 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 Griffin1-1/+1
* 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 Griffin2-219/+0
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin2-10/+10
2006-10-16Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin7-790/+39
for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there
2006-10-16Applied changes from frugalware:Aaron Griffin1-1/+0
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061009002226-e2957-93b82621b6b060312559ea0539699f659bd9cb97.gz
2006-10-16Added po filesAaron Griffin9-0/+4849
2006-10-16Whoops, actually remove convertdb this timeAaron Griffin1-1/+1
2006-10-16Removed convertdbAaron Griffin2-150/+0
2006-10-15Added alpm function docs alongAaron Griffin2-4/+5
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 Griffin1-4/+5
2006-10-15include changes so that this compilesAaron Griffin1-3/+8
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin24-1705/+1009
to list. The diff should show you 8)
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet1-0/+3
DB in an inconsistent state
2006-06-28i18n stuffJudd Vinet8-1/+1751
2006-05-15patch: check strlen of str, NOT msg, which is always trueJudd Vinet1-3/+5
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet14-322/+339
2006-03-27added .cvsignore filesAurelien Foret2-0/+12
2006-03-21fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-3/+8
2006-03-13removed pacman.hAurelien Foret1-49/+0
2006-03-13- removed pacman.hAurelien Foret5-302/+308
- removed unuseful extern declarations - set pacman.c internal functions as static
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos ↵Aurelien Foret1-0/+3
<vmiklos@frugalware.org>)
2006-03-04- changed flags type from char to intAurelien Foret2-2/+5
- downloadonly implies FLAG_NOCONFLICTS
2006-03-02fixed HoldPkg implementationAurelien Foret1-0/+7
2006-03-01disable progress bar if the output is redirected (patch from VMiklos ↵Aurelien Foret1-0/+4
<vmiklos@frugalware.org>)
2006-02-22fixed indentationAurelien Foret1-4/+4
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+1
2006-02-22fixed outputs when downloadonly flag is set (patch from VMiklos ↵Aurelien Foret1-4/+16
<vmiklos@frugalware.org>)
2006-02-20the library must provide default values for main optionsAurelien Foret1-6/+0
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret2-2/+2
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-02-16sync with pacman 2.9.8Aurelien Foret1-3/+11
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret3-9/+75
2006-02-15fixed a compilation warningAurelien Foret1-1/+1
2006-02-15fixed a typoAurelien Foret1-1/+1
2006-02-14used MALLOC macro when possibleAurelien Foret2-17/+3
2006-02-14- added a WARN macro to display warningsAurelien Foret3-24/+22
- used ERR macro for error messages
2006-02-14fixed a compilation warningAurelien Foret1-0/+1
2006-02-14better use ERR than fprintf for error messagesAurelien Foret1-1/+2
2006-02-14added the possibility to force synctree update by using -SyyAurelien Foret1-5/+7
2006-02-07copyright updateAurelien Foret1-1/+1
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret1-22/+7
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret2-4/+28
2006-02-04fixed a possible memory leakAurelien Foret1-0/+1
2006-02-04- moved yesno() from util.c to log.cAurelien Foret4-47/+42
- fixed a missing line feed in yesno when printing the message
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-8/+4
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret3-1/+8
2006-01-29added a missing trans_release before pacman_sync callAurelien Foret1-0/+7
2006-01-28cleanup up error cases handling in pacman_deptestAurelien Foret1-21/+14
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet3-0/+8
2006-01-27added a missing error message in case of lock failureAurelien Foret1-0/+4