summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2006-11-20* repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin18-284/+267
(no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm
2006-11-16* makepkg.conf.in variable changes (missed the checkin)Aaron Griffin1-2/+2
* Better error reporting when unpacking an archive fails * Fixed -Sc and -Scc cache dir opening/reading
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-1/+1
machine - still pending * Addition of _alpm_pkg_makefilename to simplify the with/without -ARCH prefix scheme we're going with for the interim
2006-11-14* has_archname additionsAaron Griffin2-5/+5
* additional newline for search output, as suggested on the forums
2006-11-14* autotool fixesAaron Griffin2-13/+6
* Renamed "download" files to "downloadprog" as it only holds the progress bar and to not confuse (myself) with <download.h>
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin6-24/+24
* Addition of hacky architecture check in the _splitname function * Removal of libfetch from the archlinux proper - it has been renamed to libdownload and can be found at http://phraktured.net/libdownload * Merge of _some_ of the Frugalware makepkg change - this may still be incomplete * Removal of libftp from cvs proper * PKGBUILD manpage now says 'PKGBUILD' instead of FrugalBuild (he he)
2006-11-10Skip root check on -SpAaron Griffin1-1/+2
2006-11-09Last mtrace/setenv change, I swearAaron Griffin1-4/+1
2006-11-09Whoops - I fail at setenvAaron Griffin1-1/+1
2006-11-09mcheck() seems to cause segfaults. Annoying. Switched back to useing ↵Aaron Griffin1-27/+5
mtrace() - if anything valgrind is superior to mcheck anyway
2006-11-08* Improved mcheck outputAaron Griffin2-15/+7
* Added minor libalpm const correctness * Mini-memory fixes
2006-11-07Added mcheck support for memory debuggingAaron Griffin1-6/+29
2006-11-03* Modified some error output and loggingAaron Griffin3-11/+19
* 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 Griffin6-29/+27
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 Griffin1-0/+4
causing the second progress bar to overwrite the first
2006-10-31Numerous changes:Aaron Griffin9-143/+191
* 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 Griffin2-4/+4
prefixed sync_fnm with the length when outputting - waiting for verification
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin2-2/+2
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061023154138-e2957-de4837230b091cbc2136306e1c55a4b79cc72fc8.gz
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