aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-7/+4
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-4/+4
2016-09-29Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-2/+1
2016-09-17Audit all print_process()/process ctor for path_search()Karen Arutyunov1-18/+30
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-5/+5
2016-09-04Fix FreeBSD fetch detectionBoris Kolpackov1-1/+1
2016-08-02Check for eof before streaming rdbufBoris Kolpackov1-2/+7
2016-07-24Use cpfile() for file fetchingKaren Arutyunov1-25/+2
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-35/+60
2016-05-31Port to MinGWKaren Arutyunov1-19/+23
2016-05-04Add support for repository authenticationKaren Arutyunov1-53/+48
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-2/+2
2016-01-30Add checksum verificationBoris Kolpackov1-12/+59
2016-01-19Fix lack of HTTPS support in fetching codeBoris Kolpackov1-7/+20
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-08Support package dependency version rangeBoris Kolpackov1-1/+1
2015-12-07Ignoring unknown manifest entries where appropriateBoris Kolpackov1-14/+19
2015-10-14Move check for empty archive file up the call stackBoris Kolpackov1-2/+2
2015-10-14Normalize and check file and URL paths in fetch operationsBoris Kolpackov1-1/+14
2015-10-14Adapt to remote repository location relative pathBoris Kolpackov1-5/+2
2015-09-29Automatically cleanup package archive, directory on failureBoris Kolpackov1-0/+7
2015-09-25Implement archive fetching, complete pkg-fetchBoris Kolpackov1-49/+211
2015-09-25Add support for fetching remote repositoriesBoris Kolpackov1-8/+445
2015-09-24Factor and reuse manifest fetching codeBoris Kolpackov1-0/+85