summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-03-27lib/dload: abstract out helper function to set utimesDave Reisner
2011-03-27lib/dload: remove proxy debug outputDave Reisner
2011-03-27lib/dload: code simplificationDave Reisner
2011-03-27lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner
2011-03-27pacman/pacman.c: fix setting of useragent stringDave Reisner
2011-03-27lib/dload: pass a struct with filename and size to curl_progressDave Reisner
2011-03-24Merge branch 'maint'Dan McGee
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
2011-03-23Do not reuse old signatureAllan McRae
2011-03-23Download and verify package database signaturesAllan McRae
2011-03-23Refactor signature loading code into common functionDan McGee
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner
2011-03-23lib/dload.c: don't use deprecated curl symbolsDave Reisner
2011-03-23lib/dload.c: don't request compressed transportDave Reisner
2011-03-23lib/dload.c: Fix progress callback issues on downloadDave Reisner
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner
2011-03-23buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner
2011-03-23Report output from signature checking to debug logAllan McRae
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Remove unnecessary sanity check on db->setserverDan McGee
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Add some error codes for signature verificationDan McGee
2011-03-23Add signature directory as option on libalpm handleDan McGee
2011-03-23Actually read PGPSIG field in sync DB codeDan McGee
2011-03-23Merge branch 'gpg-libalpm-basics'Dan McGee
2011-03-23Remove libfetch error codeDan McGee
2011-03-23Read in .sig files when opening a package fileDan McGee
2011-03-23Allow PGP signature to be read from sync databaseDan McGee
2011-03-23Add base64 algorithms from PolarSSL to libalpmDan McGee
2011-03-23Merge branch 'gpg-build-tools'Dan McGee
2011-03-23repo-add: add sha256sum values to repo databaseDan McGee
2011-03-23Merge branch 'maint'Dan McGee
2011-03-23Updated 3.5.1 translations from TransifexDan McGee
2011-03-23Add new Serbian translation from TransifexSlobodan Terzić
2011-03-21Minor code cleanupsDan McGee
2011-03-21Ensure package removal list does not contain duplicatesDan McGee
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee
2011-03-21Merge branch 'maint'Dan McGee
2011-03-21Don't initialize progress to zero before calling curl_easy_perform().Lukas Fleischer
2011-03-21Ensure dlcb is defined before calling itDan McGee
2011-03-20Update source translation files in prep for 3.5.1Dan McGee
2011-03-20Fix comparison to 0 rather than NULLDan McGee
2011-03-20Fix assignment before NULL checkDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-20lib/dload.c: fix opening braces to conform with coding styleDave Reisner
2011-03-20Merge branch 'maint'Dan McGee
2011-03-20Add missing include for size_tDan McGee
2011-03-20lib/dload.c: remove lingering libfetch specific headersDave Reisner
2011-03-20Use sane umask for repo db downloadsAllan McRae