summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
...
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Fix debug logger without a newlineDan McGee2011-07-03
|/
* Fix a few warnings pointed out via clang scan-buildDan McGee2011-06-30
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* Documented _alpm_download()Kerrick Staley2011-06-20
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* lib/dload.c: remove assumption in continuation logicDave Reisner2011-06-01
* dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner2011-06-01
* dload: make sure we never print a bogus error bufferDan McGee2011-05-04
* Deal with unused function parameters correctlyAllan McRae2011-05-04
* libalpm/dload: major refactor of signature downloadingDan McGee2011-04-22
* libalpm/dload: add allow_resume and reorder error checksDan McGee2011-04-22
* libalpm/dload: const and static correctnessDan McGee2011-04-22
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Merge branch 'maint'Dan McGee2011-04-15
|\
| * Move documentation for public package function to alpm.hRémy Oudompheng2011-04-09
* | dload: dont forget to initialize open_modeXavier Chantry2011-04-02
* | lib/dload: abstract out helper function to set utimesDave Reisner2011-03-27
* | lib/dload: remove proxy debug outputDave Reisner2011-03-27
* | lib/dload: code simplificationDave Reisner2011-03-27
* | lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner2011-03-27
* | pacman/pacman.c: fix setting of useragent stringDave Reisner2011-03-27
* | lib/dload: pass a struct with filename and size to curl_progressDave Reisner2011-03-27
* | lib/dload.c: Check for dlcb == NULL earlierDave Reisner2011-03-23
* | lib/dload.c: don't use deprecated curl symbolsDave Reisner2011-03-23
* | lib/dload.c: don't request compressed transportDave Reisner2011-03-23
* | lib/dload.c: Fix progress callback issues on downloadDave Reisner2011-03-23
* | lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner2011-03-23
* | Don't initialize progress to zero before calling curl_easy_perform().Lukas Fleischer2011-03-21
* | Ensure dlcb is defined before calling itDan McGee2011-03-21
* | Style change: return(x) --> return xDan McGee2011-03-20
* | lib/dload.c: fix opening braces to conform with coding styleDave Reisner2011-03-20
* | lib/dload.c: remove lingering libfetch specific headersDave Reisner2011-03-20
* | Fix triple progress bars on downloadDave Reisner2011-03-17
* | Remove all traces of libfetchDave Reisner2011-03-09
* | dload: temp patch to allow curl/fetch coexistanceDave Reisner2011-03-09
* | dload.c: add curl_download_internalDave Reisner2011-03-09
* | share code between libfetch and libcurlDave Reisner2011-03-09
* | prefix fetch based functions with fetch_Dave Reisner2011-03-09
* | add curl to alpm initialization and teardown routinesDave Reisner2011-03-09
|/