summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/server.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-9/+10
2007-07-02Remove unnecessary and extra includesDan McGee1-1/+0
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-9/+1
2007-06-05Const correctness!Dan McGee1-2/+2
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-0/+14
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-1/+1
2007-05-18Remove trailing slashes from Server URLsAaron Griffin1-0/+4
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-1/+1
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-1/+1
2007-04-28Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee1-3/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-03-21* dont use XferCommand if retrieving local files, fixes wget error:Jürgen Hötzel1-1/+1
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin1-1/+26
2007-03-13* Missed a path when requiring that all paths end with / - this caused -U not toAaron Griffin1-1/+1
2007-03-06* Fix the double package name URL when using XferCommandAaron Griffin1-7/+5
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee1-2/+2
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+4
2007-02-12Wasn't clearing out the 'pkgname' variable, which was causing goofy outputAaron Griffin1-3/+6
2007-02-10* 'add' percentages now cap at 100% (see the comment)Aaron Griffin1-2/+13
2007-02-09* Fixed some missing error values in strerrorAaron Griffin1-65/+83
2007-02-01* Minor output fix (move colon so it's not part of the URL)Aaron Griffin1-1/+1
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+9
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-15/+15
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+1
2006-11-22* Fixed an error when trying to download to an unwritable locationAaron Griffin1-0/+4
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-6/+4
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-0/+1
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-17/+22
2006-11-08* Improved mcheck outputAaron Griffin1-1/+1
2006-11-03* Modified some error output and loggingAaron Griffin1-3/+2
2006-11-01Fixed pacman -U:Aaron Griffin1-20/+30
2006-10-31Forgot to cycle to next server on download error - fixed, as well as theAaron Griffin1-2/+3
2006-10-31Numerous changes:Aaron Griffin1-365/+153
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin1-5/+5
2006-10-21Minor changes:Aaron Griffin1-1/+0
2006-10-20A handful of minor changes:Aaron Griffin1-8/+8
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin1-4/+4
2006-10-16Another forgotten file setAaron Griffin1-0/+578