Age | Commit message (Expand) | Author | Files | Lines |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -1/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Use limits.h for PATH_MAX | Allan McRae | 1 | -4/+2 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 1 | -1/+0 |
2010-12-13 | Remove AC_TYPE_SIGNAL usage | Dan McGee | 1 | -1/+1 |
2010-09-06 | Fix libfetch configure checking | Dan McGee | 1 | -3/+3 |
2010-09-02 | Clean up libfetch checking in configure | Dan McGee | 1 | -3/+3 |
2010-06-30 | Do not compare signed and unsigned types | Allan McRae | 1 | -1/+1 |
2010-03-26 | More consistent printing of off_t and time_t | Xavier Chantry | 1 | -3/+3 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-12-14 | improve download_internal error messages | Xavier Chantry | 1 | -2/+8 |
2009-11-16 | download: major refactor to address lingering issues | Dan McGee | 1 | -56/+121 |
2009-10-21 | dload.c : clear sigaction flag to make valgrind happy | Xavier Chantry | 1 | -0/+1 |
2009-10-11 | typing: a few more fixes for special int types | Dan McGee | 1 | -4/+4 |
2009-09-30 | Merge branch 'maint' | Dan McGee | 1 | -7/+22 |
2009-09-30 | dload : fix infinite download (big type mistake) | Xavier Chantry | 1 | -7/+22 |
2009-08-19 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2009-08-19 | dload.c : various fixes | Xavier Chantry | 1 | -30/+9 |
2009-08-19 | dload.c : change the way to check for mtimes | Xavier Chantry | 1 | -7/+11 |
2009-08-14 | Make fetch timeout actually 10 seconds | Dan McGee | 1 | -2/+2 |
2009-08-08 | dload.c : only call fwrite once | Xavier Chantry | 1 | -8/+6 |
2009-08-08 | dload.c : change the way to check for mtimes | Xavier Chantry | 1 | -7/+11 |
2009-08-02 | fix warning when internal download is not used | Xavier Chantry | 1 | -1/+1 |
2009-07-23 | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 1 | -97/+7 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-06-09 | Give sensible feedback when a repo has no configured servers | Dan McGee | 1 | -0/+2 |
2009-01-13 | Remove libdownload support and fix libfetch one. | Xavier Chantry | 1 | -21/+16 |
2009-01-03 | Merge branch 'maint' | Dan McGee | 1 | -0/+6 |
2008-12-11 | Print proxy information when downloading | Dan McGee | 1 | -0/+6 |
2008-12-03 | Merge branch 'maint' | Dan McGee | 1 | -6/+4 |
2008-11-18 | Minor code cleanups | Dan McGee | 1 | -6/+4 |
2008-11-01 | Set SIGPIPE handler to SIG_IGN when downloading | Dan McGee | 1 | -0/+12 |
2008-11-01 | Make libfetch the 'native' download library | Dan McGee | 1 | -18/+17 |
2008-08-06 | Avoid double slashes in URLs given to libdownload. | Xavier Chantry | 1 | -0/+1 |
2008-08-05 | dload.c : drop the specific handling of file: url. | Xavier Chantry | 1 | -15/+0 |
2008-06-04 | Use correct C type for file sizes | Dan McGee | 1 | -3/+3 |
2008-04-19 | Give libalpm native support for both libdownload and libfetch | Dan McGee | 1 | -2/+19 |
2008-04-07 | Allow disabling of internal (libdownload) code | Dan McGee | 1 | -27/+45 |
2008-04-07 | Remove a bit more download.h pollution | Dan McGee | 1 | -0/+2 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-03-23 | memleak fix: ensure we free result of get_destfile() | Dan McGee | 1 | -6/+5 |
2008-03-09 | Refactoring of the download code. | Chantry Xavier | 1 | -279/+307 |
2008-02-28 | Start removing some junk from the function template | Dan McGee | 1 | -21/+6 |
2008-02-28 | libalpm/dload.c : memleak fixes. | Chantry Xavier | 1 | -13/+20 |
2008-02-25 | Remove pmserver_t abstraction | Dan McGee | 1 | -61/+30 |
2008-02-25 | Add new stub download functions for use throughout the code | Dan McGee | 1 | -18/+35 |
2008-02-25 | Move download code out of server.c | Dan McGee | 1 | -0/+422 |