summaryrefslogtreecommitdiff
path: root/lib/libalpm/server.c
AgeCommit message (Expand)Author
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-01Remove unnecessary and extra includesDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-18Remove trailing slashes from Server URLsAaron Griffin
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-27Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-21* dont use XferCommand if retrieving local files, fixes wget error:Jürgen Hötzel
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin
2007-03-12* Missed a path when requiring that all paths end with / - this caused -U not toAaron Griffin
2007-03-06* Fix the double package name URL when using XferCommandAaron Griffin
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-12Wasn't clearing out the 'pkgname' variable, which was causing goofy outputAaron Griffin
2007-02-10* 'add' percentages now cap at 100% (see the comment)Aaron Griffin
2007-02-09* Fixed some missing error values in strerrorAaron Griffin
2007-02-01* Minor output fix (move colon so it's not part of the URL)Aaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2006-11-22* Fixed an error when trying to download to an unwritable locationAaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-11-08* Improved mcheck outputAaron Griffin
2006-11-03* Modified some error output and loggingAaron Griffin
2006-11-01Fixed pacman -U:Aaron Griffin
2006-10-31Forgot to cycle to next server on download error - fixed, as well as theAaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin
2006-10-21Minor changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin
2006-10-15Another forgotten file setAaron Griffin