Age | Commit message (Expand) | Author |
2011-03-23 | lib/dload.c: don't use deprecated curl symbols | Dave Reisner |
2011-03-23 | lib/dload.c: don't request compressed transport | Dave Reisner |
2011-03-23 | lib/dload.c: Fix progress callback issues on download | Dave Reisner |
2011-03-23 | lib/dload.c: fix compiler warnings generated by -Wfloat-equal | Dave Reisner |
2011-03-21 | Don't initialize progress to zero before calling curl_easy_perform(). | Lukas Fleischer |
2011-03-21 | Ensure dlcb is defined before calling it | Dan McGee |
2011-03-20 | Style change: return(x) --> return x | Dan McGee |
2011-03-20 | lib/dload.c: fix opening braces to conform with coding style | Dave Reisner |
2011-03-20 | lib/dload.c: remove lingering libfetch specific headers | Dave Reisner |
2011-03-17 | Fix triple progress bars on download | Dave Reisner |
2011-03-09 | Remove all traces of libfetch | Dave Reisner |
2011-03-09 | dload: temp patch to allow curl/fetch coexistance | Dave Reisner |
2011-03-09 | dload.c: add curl_download_internal | Dave Reisner |
2011-03-09 | share code between libfetch and libcurl | Dave Reisner |
2011-03-09 | prefix fetch based functions with fetch_ | Dave Reisner |
2011-03-09 | add curl to alpm initialization and teardown routines | Dave Reisner |
2011-02-04 | Add comment about download file resolution | Dan McGee |
2011-02-04 | Add more error checking and logging | Dan McGee |
2011-02-04 | Ensure found files are actually files | Dan McGee |
2011-01-07 | Fix some more simple conversion "errors" | Dan McGee |
2011-01-07 | Update copyright years for 2011 | Allan McRae |
2010-12-29 | Use limits.h for PATH_MAX | Allan McRae |
2010-12-29 | Detect undefined PATH_MAX | Allan McRae |
2010-12-12 | Remove AC_TYPE_SIGNAL usage | Dan McGee |
2010-09-06 | Fix libfetch configure checking | Dan McGee |
2010-09-02 | Clean up libfetch checking in configure | Dan McGee |
2010-06-30 | Do not compare signed and unsigned types | Allan McRae |
2010-03-25 | More consistent printing of off_t and time_t | Xavier Chantry |
2010-03-14 | Bump copyright dates to 2010 | Dan McGee |
2009-12-13 | improve download_internal error messages | Xavier Chantry |
2009-11-15 | download: major refactor to address lingering issues | Dan McGee |
2009-10-20 | dload.c : clear sigaction flag to make valgrind happy | Xavier Chantry |
2009-10-11 | typing: a few more fixes for special int types | Dan McGee |
2009-09-29 | Merge branch 'maint' | Dan McGee |
2009-09-29 | dload : fix infinite download (big type mistake) | Xavier Chantry |
2009-08-18 | Merge branch 'maint' | Dan McGee |
2009-08-18 | dload.c : various fixes | Xavier Chantry |
2009-08-18 | dload.c : change the way to check for mtimes | Xavier Chantry |
2009-08-13 | Make fetch timeout actually 10 seconds | Dan McGee |
2009-08-08 | dload.c : only call fwrite once | Xavier Chantry |
2009-08-08 | dload.c : change the way to check for mtimes | Xavier Chantry |
2009-08-02 | fix warning when internal download is not used | Xavier Chantry |
2009-07-22 | Add a fetch callback to allow front-end download support | Sebastian Nowicki |
2009-07-01 | Update copyright headers and messages | Dan McGee |
2009-06-08 | Give sensible feedback when a repo has no configured servers | Dan McGee |
2009-01-12 | Remove libdownload support and fix libfetch one. | Xavier Chantry |
2009-01-02 | Merge branch 'maint' | Dan McGee |
2008-12-10 | Print proxy information when downloading | Dan McGee |
2008-12-02 | Merge branch 'maint' | Dan McGee |
2008-11-17 | Minor code cleanups | Dan McGee |