summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-11-09Whoops - I fail at setenvAaron Griffin
2006-11-09mcheck() seems to cause segfaults. Annoying. Switched back to useing ↵Aaron Griffin
mtrace() - if anything valgrind is superior to mcheck anyway
2006-11-08* Improved mcheck outputAaron Griffin
* Added minor libalpm const correctness * Mini-memory fixes
2006-11-07Added mcheck support for memory debuggingAaron Griffin
2006-11-03* Modified some error output and loggingAaron Griffin
* Changed the initial log mask (added PM_LOG_ERROR) * Fixed -Syu so it now works if any databases were downloaded (it was working like a -Su)
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin
but were used in error) * Cleaned up some output newlines * Added "local database is up to date" when no packages are upgraded
2006-11-01Added a newline upong progress completion - this was accidentally left out ↵Aaron Griffin
causing the second progress bar to overwrite the first
2006-10-31Numerous changes:Aaron Griffin
* Added 'ILoveCandy' support to all progress bars * Changed download callback with regards to libfetch libalpm changes * libfetch error output on failed sync * Misc others I may have forgot to name (check the diff, heh)
2006-10-24Attempted fix for x86_64 - switched some unsigned char variables to ints, andAaron Griffin
prefixed sync_fnm with the length when outputting - waiting for verification
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061023154138-e2957-de4837230b091cbc2136306e1c55a4b79cc72fc8.gz
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