summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/server.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-25Remove pmserver_t abstractionDan McGee1-89/+0
2008-02-25Move download code out of server.cDan McGee1-381/+0
2008-01-11Use dynamic string allocation in package structuresDan McGee1-2/+3
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-07libalpm/server.c : fix segfault when downloading failed.Chantry Xavier1-1/+1
2007-11-25Make the download failure message more clearAaron Griffin1-1/+5
2007-11-17War on whitespaceDan McGee1-9/+9
2007-11-16libalpm: simplify sync db lastupdateDan McGee1-23/+19
2007-11-11Implement TotalDownload option.Nathan Jones1-11/+36
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-10/+2
2007-10-23Fix broken or missing includesDan McGee1-2/+3
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee1-2/+1
2007-09-28Remove package name dependency from libalpmDan McGee1-10/+3
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-21/+21
2007-08-22Various valgrind mem leak fixesDan McGee1-4/+12
2007-08-22Post trial install changes, round oneDan McGee1-1/+1
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee1-36/+32
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