index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
dload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-23
libalpm/dload: major refactor of signature downloading
Dan McGee
1
-65
/
+36
2011-04-23
libalpm/dload: add allow_resume and reorder error checks
Dan McGee
1
-19
/
+21
2011-04-22
libalpm/dload: const and static correctness
Dan McGee
1
-5
/
+6
2011-04-21
syntax: if/while statements should have no trailing space
Dan McGee
1
-1
/
+1
2011-04-21
style cleanup: cast as (type *) not (type*)
Dave Reisner
1
-1
/
+1
2011-04-16
Merge branch 'maint'
Dan McGee
1
-5
/
+1
2011-04-09
Move documentation for public package function to alpm.h
Rémy Oudompheng
1
-5
/
+1
2011-04-02
dload: dont forget to initialize open_mode
Xavier Chantry
1
-1
/
+2
2011-03-28
lib/dload: abstract out helper function to set utimes
Dave Reisner
1
-22
/
+22
2011-03-28
lib/dload: remove proxy debug output
Dave Reisner
1
-6
/
+0
2011-03-28
lib/dload: code simplification
Dave Reisner
1
-11
/
+8
2011-03-28
lib/dload: merge get_{destfile,tempfile} into get_fullpath
Dave Reisner
1
-20
/
+13
2011-03-28
pacman/pacman.c: fix setting of useragent string
Dave Reisner
1
-1
/
+6
2011-03-28
lib/dload: pass a struct with filename and size to curl_progress
Dave Reisner
1
-13
/
+21
2011-03-23
lib/dload.c: Check for dlcb == NULL earlier
Dave Reisner
1
-10
/
+12
2011-03-23
lib/dload.c: don't use deprecated curl symbols
Dave Reisner
1
-1
/
+1
2011-03-23
lib/dload.c: don't request compressed transport
Dave Reisner
1
-1
/
+0
2011-03-23
lib/dload.c: Fix progress callback issues on download
Dave Reisner
1
-5
/
+15
2011-03-23
lib/dload.c: fix compiler warnings generated by -Wfloat-equal
Dave Reisner
1
-3
/
+4
2011-03-21
Don't initialize progress to zero before calling curl_easy_perform().
Lukas Fleischer
1
-4
/
+3
2011-03-21
Ensure dlcb is defined before calling it
Dan McGee
1
-1
/
+3
2011-03-21
Style change: return(x) --> return x
Dan McGee
1
-16
/
+16
2011-03-21
lib/dload.c: fix opening braces to conform with coding style
Dave Reisner
1
-6
/
+12
2011-03-20
lib/dload.c: remove lingering libfetch specific headers
Dave Reisner
1
-5
/
+0
2011-03-17
Fix triple progress bars on download
Dave Reisner
1
-1
/
+5
2011-03-09
Remove all traces of libfetch
Dave Reisner
1
-282
/
+2
2011-03-09
dload: temp patch to allow curl/fetch coexistance
Dave Reisner
1
-1
/
+15
2011-03-09
dload.c: add curl_download_internal
Dave Reisner
1
-0
/
+208
2011-03-09
share code between libfetch and libcurl
Dave Reisner
1
-10
/
+12
2011-03-09
prefix fetch based functions with fetch_
Dave Reisner
1
-6
/
+6
2011-03-09
add curl to alpm initialization and teardown routines
Dave Reisner
1
-0
/
+4
2011-02-04
Add comment about download file resolution
Dan McGee
1
-0
/
+8
2011-02-04
Add more error checking and logging
Dan McGee
1
-1
/
+5
2011-02-04
Ensure found files are actually files
Dan McGee
1
-2
/
+2
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
[next]